teaming von Netwerkkarten

tennessee

tennessee

Linuxfan
Hallo zusammen,

ich versuche gerade unter Sles11 zwei Netzwerkkarten (in einer ESX VM) zu teamen.
Das Interface bond0 gibt es, allerdings nimmt er nur eine Karte (eth1) in den Verbund auf.
eth0 nimmt er nicht auf.

Anbei meine Konfigs:

ifcfg-bond0

PHP:
DEVICE='bond0'
IPADDR='172.16.1.91/16'
NETMASK='255.255.0.0'
NETWORK=''
BROADCAST=''
STARTMODE='auto'
BOOTPROTO='static'
BONDING_MASTER='yes'
BONDING_MODULE_OPTS=''
ETHTOOL_OPTIONS=''
MTU=''
NAME=''
REMOTE_IPADDR=''
USERCONTROL='no'
BONDING_SLAVE=eth0
BONDING_SLAVE=eth1



ifcfg-eth0 und ifcfg-eth1
PHP:
DEVICE='eth0'
STARTMODE='none'
BOOTPROTO='static'
MASTER='bond0'
SLAVE='yes'
USERCTL='no'

beim neustart des Netzwerkes habe ich diese Ansicht:

PHP:
Shutting down network interfaces:
    bond0     is still used from interfaces   eth1
    eth1      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
    bond0     now going down itself
    bond0                                                                                                                                         done
    eth0      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)                                                     done
    eth1      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)                                                     done
Shutting down service network  .  .  .  .  .  .  .  .  .                                                                                          done
Setting up network interfaces:
    eth0      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
    eth0      Startmode is 'none'                                                                                                                 skipped
    eth1      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
    eth1      Startmode is 'none'                                                                                                                 skipped
    bond0
    bond0     enslaved interface: eth1
    bond0     IP address: 172.16.1.91/16   as bonding master

unter ifconfig zeigt er mir die Karte auch nicht an
PHP:
bond0     Link encap:Ethernet  HWaddr 00:50:56:97:00:CD
          inet addr:172.16.1.91  Bcast:172.16.255.255  Mask:255.255.0.0
          inet6 addr: fe80::250:56ff:fe97:cd/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:2006 errors:0 dropped:0 overruns:0 frame:0
          TX packets:221 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:201369 (196.6 Kb)  TX bytes:44431 (43.3 Kb)

eth1      Link encap:Ethernet  HWaddr 00:50:56:97:00:CD
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:2006 errors:0 dropped:0 overruns:0 frame:0
          TX packets:221 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:201369 (196.6 Kb)  TX bytes:44431 (43.3 Kb)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)
 
habs gefunden
in der ifcfg-bond0 musste BOND_SLAVE hoch nummeriert werden BOND_SLAVE0, 1 etc
 

Ähnliche Themen

Problem bei der installation einer Sun Netzwerkkarte

Nvidia Hybrid-Grafikkarte: 3D Beschleunigung will nicht

Ethernet wird nicht erkannt

Openvpn will nicht

Debian 7.6 kein lokales Netz

Zurück
Oben