Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
As of yesterday, my computer was running fine wired to a D-Link DIR-635 router, through which I connect to the internet. Now it seems that at some point overnight my ethernet connection has decided to totally stop working, for no apparent reason. The weirdest thing is that neither the computer nor the router have been turned off at all, it's literally just stopped.
There are lights on on both the PC and router, indicating that there is a connection, but now I can't connect to or even ping the router from the PC at all. I've bought a brand new cable, but no luck still. The other computers in the house work over the wireless, which isn't really an option because mine is too far away to get a good signal. There's also an Xbox which connects fine when wired to to the router. I've tried using both ethernet ports on my PC and on the router.
Is there anything else I ought to check? Or has anyone got any idea what's wrong?
Distribution: Debian PPC/i386/AMD64 5.0(Lenny), Vista, XP , WIN7, Server 03/08
Posts: 1,164
Rep:
what do you get for outputs for lspci, lsmod, ifconfig, what does your /etc/network file look like, did you do any software upgrade to the system, particularly kernel? What type of error do you receive when trying to connect, if any? Are you using DHCP, static IP, static/reserved dhcp, did you try using the opposite if what you were using i.e. if you had been using DHCP did you try assigning a static IP? These would be some good questions to answer as a start to get better assistance. I;ll be keeping an eye out to see if I can help you.
Hi, thanks very much for the reply. To answer your questions:
> Yes, I have tried both DHCP and statically setting the IP address.
> Upon issuing an 'ifup eth0', I get the message 'Determining IP information for eth0... failed' when using DHCP, and no error message at all when using a statically set IP. It seems that the interface is actually brought up fine, but then just can't see the router.
Below are the outputs you requested.
Thanks for your help.
route
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.1 * 255.255.255.255 UH 0 0 0 eth0
default 192.168.0.1 255.255.255.0 UG 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.