From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Date: Tue, 25 Nov 2008 07:21:33 +0000 (UTC) Message-ID: References: <492A8A22.1090509@gmxpro.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: news Subject: Re: [Bridge] Using 2 Bridges Simultaneously for "Load Balancing" List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@osdl.org > > Now I thought it was possible to create to of those bridges, each one > with one physical NIC. Then I could assign two virtual machines to each > bridge/NIC in order to balance or distribute the load. if you just want load balancing/distribute the load on the two NIC's: why dont you create a bond (some people/manufacturers call it also "trunk" or "LAG" ) out of physical NIC's and then bridge the bond? http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt http://www.debianhelp.co.uk/bonding.htm - Thomas