Ethernet Bridge development
 help / color / mirror / Atom feed
* Re: [Bridge] Using 2 Bridges Simultaneously for "Load Balancing"
@ 2008-11-25  4:37 Andre iosT
  2008-11-25  7:30 ` Dietmar Maurer
  0 siblings, 1 reply; 8+ messages in thread
From: Andre iosT @ 2008-11-25  4:37 UTC (permalink / raw)
  To: bridge, dietmar

Thanks a lot, that worked like a charm! Would you be so kind as to 
enlighten me ;)? I guess, the "bridge_stp off" disables the spanning 
tree protocol, or whatever this is called, right? What is the "bridge_fd 
  0" for?

Again, thanks for this fast solution!

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Bridge] Using 2 Bridges Simultaneously for "Load Balancing"
@ 2008-11-24 11:04 Andre iosT
  2008-11-24 11:19 ` Dietmar Maurer
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andre iosT @ 2008-11-24 11:04 UTC (permalink / raw)
  To: bridge

Hello,

I have trouble entirely understanding the bridging concept in Linux. My 
problem:

I have a rather powerful workstation running Ubuntu 8.10 64 Bit. On this 
I want to use 4 virtual machines using VirtualBox. To split the network 
load I installed a second NIC in addition to the built-in one.

According to the VirtualBox Manual to use Host Interface Networking I 
need to create a bridge with a physical interface assigned to it. Then, 
virtual host interfaces are created and added to the bridge. These 
virtual interfaces then communicate via the bridge (and therefore, the 
physical interface) with the outside network/internet.

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.

My trials weren't successful and I have the suspicion that the 
simultaneous use of two bridges is impossible. Can anyone make a 
suggestion for a working configuration or rid me of my illusions ;)?

Configuration:

Dell Precision T5400 with one built-in NIC and an additional one.

eth0: internal NIC
	should be assigned to bridge br0
	with vbox0 and vbox1 assigned (for the virtual boxes 0 and 1)
eth1: additional NIC
	should be assigned to bridge br1
	with vbox2 and vbox3 assigned (for the virtual boxes 2 and 3)

My (not working) /etc/network/interfaces configuration:

auto br0 br1

iface br0 inet static
	address xxx.xxx.xxx.1
	netmask 255.255.255.0
	gateway xxx.xxx.xxx.254
	bridge_ports eth0	

iface br1 inet static
	address xxx.xxx.xxx.2
	netmask 255.255.255.0
	gateway xxx.xxx.xxx.254
	bridge_ports eth1

The nameserver is defined in the resolv.conf. I did not alter or adapt 
the routing tables, maybe that's the whole problem? On the other hand I 
read about STP but don't know if this applies here. If br1 is down I 
have access to the internet. After the activation of br1 in addition to 
br0, I have no connections to the outside world.

Any help would be greatly appreciated!
Waldgeist
	

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-25  8:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  4:37 [Bridge] Using 2 Bridges Simultaneously for "Load Balancing" Andre iosT
2008-11-25  7:30 ` Dietmar Maurer
  -- strict thread matches above, loose matches on Subject: below --
2008-11-24 11:04 Andre iosT
2008-11-24 11:19 ` Dietmar Maurer
2008-11-24 11:20 ` Dietmar Maurer
2008-11-24 11:25 ` Dietmar Maurer
2008-11-25  7:21 ` Thomas Mueller
2008-11-25  8:22   ` Andre iosT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox