Strona 1 z 1

Wykorzystanie LACPa przy pomocy modułu bond w Debianie

: 21 czerwca 2013, 19:11
autor: atam87
Witam.
Chcę wykorzystać LACPa przy pomocy modułu bond w Debianie dodać do tego vlan np. 10 i ustawić na nim serwer dhcp. Problem pojawia się przy tworzeniu vlanu na bond1. Za pomocą tcpdumpanie widać żadnego ruchu na tym vlanie, ale na bond1 jak najbardziej.

Kod: Zaznacz cały

auto lo
iface lo inet loopback

################### WAN CONFIGURE #######################
#allow-hotplug eth0
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
        address X.X.X.X
        netmask X.X.X.X
        network X.X.X.X
        gateway X.X.X.X
        dns-nameserver X.X.X.X

allow-hotplug eth2

auto bond1
iface bond1 inet manual
        up ifconfig bond1 0.0.0.0 up
        up ip link set eth2 txqueuelen 10000
        slaves eth2

auto bond1.10
iface bond1.10 inet manual
        address 192.168.0.1
        netmask 255.255.255.0
        network 192.168.0.0
        dns-nameserver X.X.X.X
        vlan-raw-device bond1