I have same or similar problem, configuring ovs bridge in dhcp newtworking is working but with static ip not. I have already tried the LSB header change above (and insserv -r/insserv) but not solves the problem.

In my /etc/network/interfaces there is the follow ovs confguration:

allow-ovs xenbr0
iface xenbr0 inet static
     address 192.168.1.90
     netmask 255.255.255.0
     network 192.168.1.0
     broadcast 192.168.1.255
     gateway 192.168.1.200
     ovs_type OVSBridge
     ovs_ports bond0

allow-xenbr0 bond0
iface bond0 inet manual
     ovs_bridge xenbr0
     ovs_type OVSBond
     ovs_bonds eth0 eth1
     ovs_options bond_mode=balance-tcp lacp=active

auto eth0
allow-hotplug eth0
iface eth0 inet manual
    up ip link set up dev eth0
    down ip link set down dev eth0

auto eth1
allow-hotplug eth1
iface eth1 inet manual
    up ip link set up dev eth1
    down ip link set down dev eth1

If you need more details tell me and I'll post them.

Thanks for any reply and sorry for my bad english.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to