# creation des interfaces VLAN vconfig add eth0 100 vconfig add eth2 100 # creation du pont brctl addbr br0 # pontage des interfaces VLAN brctl addif br0 eth0.100 brctl addif br0 eth2.100 # activation du pont et des interfaces VLAN ifconfig br0 up ifconfig eth0.100 up ifconfig eth2.100 up