Hi, I am configuring some servers in a high availability setup. The servers are connected to two switches with two LAN cards in each server. The two switches are connected directly to each other. The servers are configured to bridge eth0 and eth1 with spanning tree. Usually this makes sure eth1 is disabled, unless something happens to eth0. This way I can have one IP address on each server. Now I also want to use vlan tagging on some of the servers. I am unsure if I am supposed to bridge before or after applying vlan tagging. That is, if the bridge should be between eth0 and eth1, or between eth0.2 and eth1.2. I suppose it would also be possible to have a br0.2. I managed to get it working sort of. But as soon I enable spanning tree, I lose contact on the bridge device. Tcpdump still shows traffic on the underlying device. I am using gentoo linux 2.6.12. Thanks, Baldur