hi

   i have some troubles with set openvswitch with bond and vlan.

   in the past, i use linux bond to set bond and vlans, and use brctl to
make 2 different brs to bind xen's vif  and bonds toghter. some vif through
bond0, some through bond0.909

old interface config are listed below:

 bond0 (native-vlan)
[root@be-node2-centos5 network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
BRIDGE=br0

bond0.909 (native-vlan)
[root@be-node2-centos5 network-scripts]# cat ifcfg-bond0.909
DEVICE=bond0.909
VLAN=yes
ONBOOT=yes
BOOTPROTO=none
BRIDGE=br1

[root@be-node2-centos5 network-scripts]# cat ifcfg-eth0
DEVICE=eth0
SLAVE=yes
BOOTPROTO=none
USERCTL=no
MASTER=bond0
ONBOOT=yes

[root@be-node2-centos5 network-scripts]# cat ifcfg-eth1
DEVICE=eth1
SLAVE=yes
BOOTPROTO=none
USERCTL=no
MASTER=bond0
ONBOOT=yes


 [root@be-node2-centos5 network-scripts]# cat ifcfg-br0
DEVICE=br0
TYPE=Bridge
IPADDR=208.51.x.x
NETMASK=255.255.255.240
ONBOOT=yes
BOOTPROTO=static
USERCTL=no
STP=on
DELAY=0

[root@be-node2-centos5 network-scripts]# cat ifcfg-br1
DEVICE=br1
IPADDR=10.0.0.2
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=static
USERCTL=no
STP=on
TYPE=Bridge
DELAY=0

now i want to use openvswitch to do this thing.
i had tried a lot of time, but it did didnt work.

how to set openvswich can make it work?
and how to set linux intferaces?
bind ip in which interface, br0 or what?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to