-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello everybody,

I am having issues a 3.x kernel with linux bonding lacp and
bridge-utils for my kvm quests, after investigation there seem to be
serious issues [1] using bridge-utils with linux bonding in 3.x so I
thought I come here and see if it is easy and wise to migrate to
openvswitch.

[1] http://www.spinics.net/lists/linux-ethernet-bridging/msg04883.html

So below is my set-up that I want to have working with openvswitch,
its a combination of lacp over four nics, three bridges and two with
vlans.

Can somebody give me an replacement /etc/network/interfaces file that
I can use for this?

root@backup:~# uname -a
Linux backup 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

# cat /etc/network/interfaces
auto lo
  iface lo inet loopback

auto bond0
  iface bond0 inet manual
  slaves eth0 eth1 eth2 eth3
  pre-up /sbin/ifconfig bond0 mtu 9000 || true

auto br0
  iface br0 inet dhcp
  bridge_fd 0
  bridge_stp on
  bridge_ports bond0

auto vlan3
  iface vlan3 inet manual
  vlan-raw-device bond0

auto br1
  iface br1 inet static
  address 192.168.200.11
  netmask 255.255.252.0
  bridge_fd 0
  bridge_stp on
  bridge_ports vlan3

auto vlan5
  iface vlan5 inet manual
  vlan-raw-device bond0

auto br2
  iface br2 inet static
  address 192.168.9.52
  netmask 255.255.255.0
  bridge_fd 0
  bridge_stp on
  bridge_ports vlan5

# apt-cache show openvswitch-switch
Package: openvswitch-switch
Source: openvswitch
Version: 1.4.2+git20120612-9

Kind regards,

Jelle de Jong
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iJwEAQECAAYFAlGsW9gACgkQ1WclBW9j5HmsHQP9GEYm1PVGnrYbt5QMU7/fnype
VxlqxXH65lHD+2Pe8lpf5NfOh7eKMKiWW2OPW0vOc9PO8L5Af5ydj1V5IneixroA
LD6tKq3B63rJf4k/7aZqP3YHL6Z2KGdaiwM2A+77ZTDSh0oaS16lk4raRHX9uTM2
Ovm1E9Vl4Ar5JoXspBU=
=J0N6
-----END PGP SIGNATURE-----
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to