Results 1 to 3 of 3
problem:
Trying to ping router 192.168.1.1, saying network unreachable (or not reachable, forgot exact word).
doing
Code:
dmesg | grep eth | less
Returning at the last a line like: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-16-2009 #1
[SOLVED] Network unreachable: cannot ping router
problem:
Trying to ping router 192.168.1.1, saying network unreachable (or not reachable, forgot exact word).
doing
Returning at the last a line like: no ipv6 router present.Code:dmesg | grep eth | less
Doing
Returning the Intel ethernet card that I have.Code:lspci -vv | grep -i eth
Doing
doesn't return any inet , bcast, mask addresses.Code:/sbin/ifconfig -a
Now, first I thought the ethernet cable was not working, so I took my router and the cable and connected in other person's machine, but there the router page opened properly. Now, he told me, that the lancard may got fried. Another person told me to check the etherent port.
Now, I am very confused, how to troubleshoot this? Biggest problem is that, I don't have internet by my side to check immediately this forums or anything.
Any suggestion please....Imran
Linux User #467555 | Debian Squeeze | Intel(R) Core(TM)2 Duo CPU 4500 @ 2.20GHz | Gigabyte GA-G41MT-ES2L
| 2 GB RAM | 320 GB SATA | Kernel: 2.6.32-5-686
- 11-16-2009 #2
- 11-18-2009 #3
After many forum hopping I understood this can be because of configuration related issues also. So, I followed one solution, and checked my /etc/network/interfaces file and saw many garbage line was sitting there, cleaning the file and kept only
solved the problem.Code:auto lo iface lo inet loopback
This is a new learning, a problem which seems like hardware issue is just a config problem.Imran
Linux User #467555 | Debian Squeeze | Intel(R) Core(TM)2 Duo CPU 4500 @ 2.20GHz | Gigabyte GA-G41MT-ES2L
| 2 GB RAM | 320 GB SATA | Kernel: 2.6.32-5-686



