Click to See Complete Forum and Search --> : Can No Longer Ping


writhe
06-20-2002, 11:25 PM
In an attempt to release and renew my Internet connection, I have messed up my two computer network. I ran:

/etc/rc.d/init.d/network stop
/etc/rc.d/init.d/network start

and now I can no longer ping from my Linux box to my Windows box, in either direction. I've taken a look at ifconfig and route but nothing has occurred to me to be the problem.
eth1 Link encap:Ethernet HWaddr 00:A0:CC:A2:2A:6C
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:480 (480.0 b) TX bytes:1722 (1.6 Kb)
Interrupt:10 Base address:0xb000

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
24.167.80.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 24.167.80.1 0.0.0.0 UG 0 0 0 eth0

My Windows machine is 192.168.0.2. Like I said, everything was working fine until I messed with network.

Can someone please give me a hand?

[ 20 June 2002: Message edited by: writhe ]

[ 20 June 2002: Message edited by: writhe ]

Wolff
06-21-2002, 07:22 AM
Have you tried to ping 127.0.0.1 ( localhost ) ?

writhe
06-21-2002, 08:18 AM
Yes, I can ping localhost and I can also ping 192.168.0.1 from the Linux box.