urjaman
"I Know. We're going for a ride."
This is my firmware network, but I think i misinterpreted that route -n result he posted, destination 0.0.0.0 seems to mean default, so his route seems to be fine.[urjaman@localhost ~]$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.16.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 172.16.32.31 0.0.0.0 UG 0 0 0 eth0
[urjaman@localhost ~]$ /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.16.0.0 * 255.255.0.0 U 0 0 0 eth0
default alakerta 0.0.0.0 UG 0 0 0 eth0
But if ping 8.8.8.8 doesnt work, it seems that internet is off limits for some reason, and it sounded like a routing related error.
Maybe OP should try to ping his router or some other device on the same network? eg. ping 192.168.178.1 .
Last edited by a moderator: