Hi!
I've just configured my LAN card to access cyberoam braodband I can successfully login and also name resolution seems to be working However when i ping it gives following error:
PING google.com (216.239.51.100): 56 data bytes ping: sendto: No route to host
I've also added my IP-address in /etc/hosts
###### /etc/hosts ######
127.0.0.1 localhost.localdomain localhost
# Following is ip-address given by my ISP
xx.x.x.xx localhost.localdomain localhost
####### End of /etc/hosts ####
Pls guide
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Saturday 08 February 2003 09:00, Nikhil Joshi used the keyboard to enter the following:
Hi!
####### End of /etc/hosts ####
Seems to be a problem with the gateway, is the gateway set properly, also the netmask can be a problem.
Pls guide
- -- Amish K. Munshi In GNU we trust. Visit http://munshi.dyndns.org/imp for my public key.
----- Original Message ----- From: "Nikhil Joshi" nikhil_joshi@gmx.net To: linuxers@mm.ilug-bom.org.in Sent: Saturday, February 08, 2003 11:35 AM Subject: Re: [ILUG-BOM] No route to host ?
Amish :
Seems to be a problem with the gateway, is the gateway set properly,
also
the
netmask can be a problem.
How to set a gateway ? (I've got its address from my ISP) whats netmask
Nikhil
# route add -net 0 netmask 0 gw GATEWAY_IP
Where GATEWAY_IP is the IP Address of the Gateway
Read this document to understand what is a gateway and netmask.