The IP address of the Linux machine is 192.168.1.1 and the IP of the Windows box is in the form of XX.X.XXX.X (I would rather not give out the other IP). Both masks are 255.255.255.0
Yes, I have a static IP at the moment, but will switch to dynamic later. I don't plan to pay the extra money to get another @HOME IP for the Linux machine and am using the public domain instead (192.178.1.1). At the moment, I just want to share Linux with Windows and don't care about having the Linux connected to the @HOME network directly.
When I pinged another IP on the Network from the Linux Box, there was 100% packet loss. The results of the ifconfig showed that before the ping the TX count was 8613 and after the ping the count was 8623. The difference is 10 even though the packet transfer from ping was only five packets. Another ping and ifconfig showed 12 packets transfered, yet the TX increased by 62, not the amount of 12.
My HWaddr was 00:80:C8:FA:BA:85
By the way, what is a MAC address?
Jason
Main Topics
Browse All Topics





by: lewisgPosted on 2000-01-13 at 21:29:17ID: 2351824
What are the IP addresses of the two machines?
Do you have a fixed IP address with the @home service?
Pings of loopback IP's 127.0.0.1 don't tell you very much. Run ifconfig, take note of the TX and RX packet numbers for eth0. Ping another address on the network - after 5 seconds press CTRL C to stop the ping. Ping should tell you how many packets it sent. Run ifconfig again, the TX packet number should be the ping count larger than before.
Also in ifconfig the eth0 section should have a HWaddr like 00:60:8c:23:5a:78. This is the MAC address of your ethernet card.