ich habe einen Linux Server mit 2 Netzwerkkarten. Treiber sind erkannt, soweit ich das erkennen kann:
lspci | grep -i eth
Code: Alles auswählen
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:01:04.0 Ethernet controller: Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (rev 13)
Code: Alles auswählen
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.29.
eth0: forcedeth.c: subsystem: 01043:80a7 bound to 0000:00:04.0
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
ip1394: eth2: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
eth1: network connection up using port A
eth0: no IPv6 routers present
eth1: no IPv6 routers present
eth1: network connection down
eth1: network connection up using port A
eth1: no IPv6 routers present
eth0: no IPv6 routers present
eth1: network connection down
eth1: network connection up using port A
eth1: no IPv6 routers present
eth0: no IPv6 routers present
eth1: network connection down
eth1: network connection up using port A
eth1: network connection down
eth1: network connection up using port A
eth0: link down.
eth0: link up.
eth1: network connection down
Linux kischt 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux
/etc/network/interfaces
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 eth1
iface eth0 inet static
name Ethernet LAN-Karte
address 192.168.2.250
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
gateway 192.168.2.1
iface eth1 inet static
name Ethernet LAN-Karte
address 192.168.2.254
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
Also egal welche von beiden IP's ich anpinge, antwortet immer eth0. Auch wenn ich eht1 vom Netz trenne. Allerdings umgekehrt wenn ich eth0 trenne kommt garkein ping an, und ich kann auch keinen senden.
Für Tips und Lösungen schonmal im vorraus Dankeschön
MaLaNu