manju
Joined: 07 Mar 2007 Posts: 2
|
Posted: Sat Mar 10, 2007 9:26 pm Post subject: ICMP Host Unreachable from gateway localhost (127.0.0.1) |
|
|
Guys people who are getting this kind of message is b'cos you r routing table is not set
to fix this issue follow the steps.
#ifconfig eri0 down
#ifconfig eri0 unplumb
#ifconfig eri0 plumb
#ifconfig eri0 192.168.0.12 netmask 255.255.255.0 broadcast 192.168.0.255
#ifconfig eri0 up
#/etc/init.d/inetinit start
#/etc/init.d/inetsvc start
#ping 192.168.0.1 _________________ Regards
Manju |
|