Hi Leute!
Ich möchte zwei eingerichtete Tunneldevices tun0 und tun1 via ifenslave ... verknüpfen:
ifconfig (Auszug): eth0 Link encap:Ethernet HWaddr 00:13:20:E9:1B:6F inet addr:192.93.15.11 Bcast:192.93.15.255 Mask:255.255.255.0 inet6 addr: fe80::213:20ff:fee9:1b6f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:492 (492.0 b) Base address:0x2000 Memory:28180000-281a0000
eth1 Link encap:Ethernet HWaddr 00:13:20:E9:1B:70 inet addr:192.93.15.21 Bcast:192.93.15.255 Mask:255.255.255.0 inet6 addr: fe80::213:20ff:fee9:1b70/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:492 (492.0 b) Base address:0x1100 Memory:28020000-28040000
tun0 Link encap:IPIP Tunnel HWaddr inet addr:10.0.1.1 P-t-P:10.0.1.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
tun1 Link encap:IPIP Tunnel HWaddr inet addr:10.0.3.1 P-t-P:10.0.3.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
ip tunnel: sit0: ipv6/ip remote any local any ttl 64 nopmtudisc tunl0: ip/ip remote any local any ttl inherit nopmtudisc tun0: ip/ip remote 192.93.15.14 local 192.93.15.11 ttl 255 tun1: ip/ip remote 192.93.15.24 local 192.93.15.21 ttl 255
Wenn ich jetzt das Bonding ausführe: modprobe bonding miimon=100 mode=5 ifconfig bond0 192.93.15.100 ifenslave bond0 tun0 tun1
dann meckert er: Could not set MAC address of bond0: Invalid argument SIOCBONDENSLAVE: Operation not supported. SIOCBONDENSLAVE: Operation not supported.
...und unter /var/log/messages: Sep 26 18:34:42 wlan-thea2-1 kernel: Ethernet Channel Bonding Driver: v3.0.1 (January 9, 2006) Sep 26 18:34:42 wlan-thea2-1 kernel: bonding: MII link monitoring set to 100 ms Sep 26 18:34:42 wlan-thea2-1 kernel: bonding: bond0: Error: The slave device you specified does not support setting the MAC address. Your kernel likely does not support slave devices.
Hmmm...!?! hat dazu Jemand eine Idee? System ist SuSE 10.1 mit Kernel: Linux version 2.6.16.13-4-default.
Vielen Dank schon mal!!!
Gruß! Peter.