| Author |
Message |
|
|
Post subject: wired network + dhcp stops working
Posted: Nov 03, 2007 - 05:41 PM
|
|

Joined: Sep 15, 2007
Posts: 233
Location: Denver area
Status: Offline
|
|
From time to time recently, networking stops working - symptom url not found on the Debian firefox equivalent.
If I do '/etc/init.d/networking restart', dhcp comes back with a lease immediately, but nothing works. If I do 'ifconfig', there is no info for eth0, just lo.
/etc/network/interfaces has
auto lo
iface lo inet loopback
allow-hotplug eth0
i face eth0 inet dhcp
No amount of stop/start/restart will restore the connection. Reboot cures the problem.
Any guess what causes this? |
_________________ Collins
If you fill your heart with regrets of yesterday and the worries
of tomorrow, you have no today to be thankful for.
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 06, 2007 - 09:43 AM
|
|
Joined: Dec 06, 2006
Posts: 136
Status: Offline
|
|
I've quite a similar setup and I'm experiencing similar problems from time to time.
I'm quite confident that "allow-hotplug" causes troubles.
As a workaround you may try replacing it with the standard "auto" and skip searching on boot with Ctrl-D if you're not connected. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 07, 2007 - 01:55 AM
|
|

Joined: Sep 15, 2007
Posts: 233
Location: Denver area
Status: Offline
|
|
|
taffy wrote:
I've quite a similar setup and I'm experiencing similar problems from time to time.
I'm quite confident that "allow-hotplug" causes troubles.
As a workaround you may try replacing it with the standard "auto" and skip searching on boot with Ctrl-D if you're not connected.
Thanksa, I'll try that. |
_________________ Collins
If you fill your heart with regrets of yesterday and the worries
of tomorrow, you have no today to be thankful for.
|
| |
|
|
|
 |
|
|
|
|