On 12/15/2010 03:13 AM, Ben Hutchings wrote:
Do you create or modify VLAN devices when creating a new domain?
No I don't create nor modify VLAN interfaces. I just add them to the bridge named 'xenin'. My config is like this:
# bond over cross-cabling auto bond1 iface bond1 inet static pre-up modprobe bond1 slaves eth1 eth3 address 10.0.0.253 netmask 255.255.255.0 bond_mode balance-rr bond_updelay 400 bond_downdelay 400 bond_miimon 100 mtu 9000 auto vlan10 iface vlan10 inet static address 10.10.1.253 netmask 255.255.255.0 mtu 9000 vlan-raw-device bond1 auto vlan192 iface vlan192 inet static mtu 9000 address 192.168.190.253 netmask 255.255.255.0 vlan-raw-device bond1 auto xenin iface xenin inet static bridge_ports bond1 bridge_stp no address 192.168.0.253 netmask 255.255.255.0 -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d085a83.4020...@gmail.com