If you make a bond of two interfaces the switch into which they are plugged needs it's interfaces to be bonded TOO, otherwise you just have two interfaces tied together.
you describe this:
+-------TUN/TAP for virtual machine
|
System |(br0)
| +eth0-----+
+---bond0 ---+ |
+eth1-----+
|
What should have been:
+-------TUN/TAP for virtual machine
|
System |(br0)
| +eth0-----+
+---bond0 ---+ +bondX---+
+eth1-----+ |
|
For cisco these bonds are named port channels. Providing fallback (to less interfaces per channel) and more bandwidth then one interface can provide. BOTH sides need to be bonded like this.
The reason you get two answers stems from the fact that your switch (or equipment at bondX 's site doesn't known those interfaces belong together.
Main Topics
Browse All Topics





by: giltjrPosted on 2009-03-14 at 08:09:19ID: 23887348
What is the physical setup? bonding two interfaces together and creating a bridge between two interfaces should not be done.
A bridge assumes your computer sits in the middle of two networks that you are trying connect together like:
physical NET1 <----> computer <----> physical NET2
Bonding assumes that your computer has two connections to the same network like:
/--> NET1
computer <
\--> NET1
Which are you trying to do?