Results 1 to 7 of 7
When I try to ping a internet sit from linux box I get the error
From 192.168.. icmp_seq=0 Destination host unrachable
My box is connected to a liksys router by ...
- 12-22-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
From 192.168.. icmp_seq=0 Destination host unrachable
When I try to ping a internet sit from linux box I get the error
From 192.168.. icmp_seq=0 Destination host unrachable
My box is connected to a liksys router by a ethernet card.. Any help will be highly appreciated.. Ver new to this..
Thanks,
dave RB
- 12-22-2010 #2
Can you provide the output of:
There is no route to that network, hence the message. Either you cannot reach your gateway, or your gateway cannot get out.Code:route -n
- 12-22-2010 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
Destinattion Gateway genmask flags metric Ref use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
- 12-22-2010 #4
Are you running any firewalls on the linux box?
Can you ping the gateway?
- 12-22-2010 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
No I am not able to ping 192.168.1.1
from 192.168.1.195 ... Destination Host unreachable
Dave RB
- 12-22-2010 #6Linux Newbie
- Join Date
- Apr 2007
- Posts
- 119
There are many reasons that this could be happening. If you cannot even ping your gateway, then either your gateway IP is wrong, the gateway is down, or your NIC is not working.
Have you tried to ping your machine from the gateway?
- 12-23-2010 #7
Can you give us a network map of how things are connected. Would help a lot to figure out where the problem might be.
Also check the cables to ensure they are properly connected at both ends.


Reply With Quote