nach einer lenny Neuinstallation, habe ich das Problem, dass die beiden Netzwerkkarten dauernd ihre IP Nummer verlieren. Nach dem booten ist keine IP zugewiesen, obwohl die /etc/network/interfaces so aussieht:
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
gibt zwar dann einen neuen Lease, aber nachwenigen Minuten ist der Lease verschwunden, obwohl der Lease >19000 Sekunden sein soll:
Code: Alles auswählen
kobayashi:~# dhclient eth0
Internet Systems Consortium DHCP Client V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth1/00:1d:09:8b:bd:0d
Sending on LPF/eth1/00:1d:09:8b:bd:0d
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 127.0.0.1
bound to 192.168.38.117 -- renewal in 19514 seconds.
Code: Alles auswählen
eth0 Link encap:Ethernet Hardware Adresse 00:19:e0:0f:35:0f
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:303 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:29862 (29.1 KiB) TX bytes:32574 (31.8 KiB)
Interrupt:16 Basisadresse:0xde00
Ciao
Matze