NavigationUser loginWho's onlineThere are currently 0 users and 21 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe hang the petty thieves and appoint the great ones to public office. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
ethernet woesI've installed debian on a small PC to run a couple of servers, however I am having terrible trouble with the ethernet. Sometimes it works, most of the time it doesn't. I have not yet been able to find any reasons for the differences in these scenarios. It set up to obtain an address from a dhcp server. Unfortunately it fails this. I won't put the output from "sudo ifup eth0" here, (i would, but since I can't copy it over the network...) it does however report, amongst it's numerous "DHCPDISCOVER"s: If i run the same command at the same time on my laptop, it configures correctly, and does not report "network is down" Can anyone give me some guidance on how to troubleshoot this? Cheers, James allow-hotplug eth0 |
allow-hotplug or auto
I just write this because I can't shout up, but I suppose pinniped give you a better ansver later.
I have always had problems with the default configuration "allow-hotplug eth0" and always changed it to "auto eth0". The difference is when eth0 should be started. And I had read a deeper discussion about their pros and cons but have forgot where.
From the interfaces manual I copy this:
Lines beginning with the word "auto" are used to identify the physical interfaces to be brought up when ifup is run with the -a option. (This option is used by the system boot scripts.) Physical interface names should follow the word "auto" on the same line. There can be multiple "auto" stanzas. ifup brings the named interfaces up in the order listed.
Lines beginning with "allow-" are used to identify interfaces that should be brought up automatically by various subsytems. This may be done using a command such as "ifup --allow=hotplug eth0 eth1", which will only bring up eth0 or eth1 if it is listed in an "allow-hotplug" line. Note that "allow-auto" and "auto" are synonyms.
Re: ethernet woes
Hey there!
Just wanted to say i have same problems, and i 'think' the problem is not in the hardware.
Did you manage to fix those annoying problems?? I've been trying to setup the network to run smoothly for a long time now, but no success.
Please report if you find out something useful.
I have other problems too! Mostly with port opening.
Cheers,
Tvrtko.