From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13322060.736601234700562470.JavaMail.defaultUser@defaultHost> Date: Sun, 15 Feb 2009 13:22:42 +0100 (CET) From: "topper@libero.it" MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: [Bridge] Two bridge and STP Reply-To: "topper@libero.it" List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Hello, my LAN today has this topology: [router] | [bridge] | [switch] [bridge] is a Linux box with 3 NIC, 2 of them are a bridge (br0) with IPtables for firewalling. The other nic is for management. I want to have a standby backup for [bridge] in case of failure. I've read some documentation and I came in conclusion that the new topoligy will be: [router] | [switch] | | [bridge] [bridge2] | | [switch] with the two bridges STP enabled. I think I had to: - install bridge2 configured as bridge - rsync firewall rules between the two bridges - enable STP protocol on both bridges - assign a lower STP priority to [bridge] to became master -... enjoy? Are my assumpions correct?