Habe soeben eine von zwei Netzwerkkarten ausgebaut (eth0). Leider wird wider Erwarten eth1 nicht zu eth0.
Muss man dass manuell noch irgendwo umstellen?
/etc/network/interfaces
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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping eth0
script grep
map eth0
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Code: Alles auswählen
# lspci | grep Ether
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Code: Alles auswählen
# dmesg | grep eth
eth0: RealTek RTL8139 at 0xec00, 00:10:a7:12:c9:36, IRQ 177
eth0: Identified 8139 chip type 'RTL-8139C'
eth1: link up, 100Mbps, full-duplex, lpa 0xC5E1
eth1: no IPv6 routers present
eth1: Promiscuous mode enabled.
device eth1 entered promiscuous mode
audit(1162650436.178:2): dev=eth1 prom=256 old_prom=0 auid=4294967295
device eth1 left promiscuous mode
audit(1162650447.215:3): dev=eth1 prom=0 old_prom=256 auid=4294967295
eth1: Promiscuous mode enabled.
device eth1 entered promiscuous mode
audit(1162650460.172:4): dev=eth1 prom=256 old_prom=0 auid=4294967295
device eth1 left promiscuous mode
audit(1162650517.068:5): dev=eth1 prom=0 old_prom=256 auid=4294967295
Mein System: 2.6.18-1-k7 Debian sid