On Wed, 26 Dec 2001, Rachel Andrew wrote: > ifconfig: > eth0 Link encap: Ethernet HWaddr 00:A0:CC:5E:69:C1 > inet addr: 10.0.0.16 Bcast: 10.0.0.255 Mask 255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric:1 > RX Packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX Packets:6 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > Interrupt:11 Base Address:0xdc00 > > lo Link encap: Local loopback > inet addr:127.0.0.1 Mask 255.0.0.0 > UP LOOPBACK RUNNING MTU:3924 Metric:1 > RX Packets:4 errors:0 dropped:0 overruns:0 frame:0 > TX Packets:4 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > > route: > Kernel IP Routing Table > Destination Gateway Genmask Flags Metric Ref Use Iface > 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 0.0.0.0 10.0.0.10 0.0.0.0 UG 0 0 0 eth0 > Rachel,
It looks like packets are being sent out from your machine, but no reply is being received. Two possibilities are (1) you have a firewall and it is blocking the inward traffic. (2) Your router configuration is such that traffic to 10.0.0.16 is not being sent out over the right interface. In the case of (2), the routing table from your router would be of help in debugging. Regards, Jor-el