route -n
And I couldn't find file /etc/resolve.conf
Code:[EMAIL="ashish@Ashish-Linux:~$"]ashish@Ashish-Linux:~$[/EMAIL] cat /etc/resolve.conf cat: /etc/resolve.conf: No such file or directory
ashish@Ashish-Linux:~$ cat /etc/resolv.conf
nameserver 202.88.130.15
nameserver 202.88.130.67
nameserver 202.88.130.5
nameserver 208.67.222.222
nameserver 208.67.220.220
ashish@Ashish-Linux:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
125.99.92.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
sudo route add default 125.99.88.1
Not working I got errorAh. 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
This will only stay till the reboot.Code:sudo route add default 125.99.88.1
sudo route add default 125.99.88.1
SIOCADDRT: No such device
Posting it after this reboot.If the above makes your connection work then post the contents of /etc/network/interfaces file.
ping 125.99.88.1
connect: Network is unreachable
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
Guess thats the gateway then. Add the default gateway now and check if it pings "ping 4.2.2.1".Hree is arp -v
Code:[SIZE=2][SIZE=2]ashish@Ashish-Linux:~$ arp -v[/SIZE] [SIZE=2]Address HWtype HWaddress Flags Mask Iface[/SIZE] [SIZE=2]125.99.88.1 ether 00:14:F1:D9:9C:05 C eth0[/SIZE] [SIZE=2]Entries: 1 Skipped: 0 Found: 1[/SIZE] [/SIZE]
Command is wrong again! TryI tried this syntax.. here is the error I got.
Code:sudo route add -net 0.0.0.0 gw 125.99.88.1 SIOCADDRT: No such process
done.. no effect.remove networkmanager
SIOCADDRT: No such processCommand is wrong again! Try
'sudo route add default gw 125.99.88.1'
connect: Network is unreachableping 4.2.2.1
ping -c3 76.162.89.197
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 125.99.92.174
netmask 255.255.252.0
gateway 125.99.92.1
glxinfo | grep rendering