Package: vlan Version: 1.8-1 vlan does not integrate well with bridged interfaces/bridge utils. Problems observed:
1. br0.100 and br0.200 is not brought up until /etc/networking/*.d/vlan script cases are extended 2. /etc/init.d/networking restart does not shut interfaces in proper order. I guess it may not be issue with vlan but maybe some higher level utility? The interfaces file: # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto br0 iface br0 inet manual bridge_ports eth0 eth1 bridge_ageing 30 bridge_fd 1 bridge_hello 1 bridge_maxage 2 bridge_maxwait 3 auto br0.100 iface br0.100 inet static address 192.168.253.5 netmask 255.255.255.0 broadcast 192.168.253.0 auto br0.200 iface br0.200 inet static address 192.168.14.8 netmask 255.255.255.0 broadcast 192.168.14.0 gateway 192.168.14.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]