Quote:
Originally Posted by mehulved
Ah. your route isn't set.
This isn't definite solution but if it works then we just need to see where things are going wrong. Try this command and see if net works
Code:
sudo route add default 125.99.88.1
This will only stay till the reboot.
|
Not working I got error
Code:
sudo route add default 125.99.88.1
SIOCADDRT: No such device
Also
Quote:
|
If the above makes your connection work then post the contents of /etc/network/interfaces file.
|
Posting it after this reboot.
BTW, I tried ping to my machine using localhost and IP (125.99.92.174), both works.
When I ping to gateway (125.99.88.1) I get
Code:
ping 125.99.88.1
connect: Network is unreachable
EDIT:
Here is /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eth0 inet static
address 125.99.92.174
netmask 255.255.252.0
gateway 125.99.88.1
auto eth0