Hi, Alex,  

Thank you for the reply,

But my problem is that I can add ports to br0 while keeping connection works, I 
cannot make bridge to forward the packet to the correct place

like in the bridge I have 4 ports, eth0 to 192.168.55.1, eth1 to 192.168.2.2

eth3, eth4 are connecting to the hosts, hosts send packet to both of the 
segments, I created a bridge with eth0, but how can I make bridge forward 
packets to 192.168.2.* to eth1?

in my cluster, they are always forward to eth0

Best, 

-- 
Nan


On Friday, 18 October, 2013 at 5:24 PM, Alex Wang wrote:

> Hey,
> 
> From FAQ:
> 
> """
> Q: I created a bridge and added my Ethernet port to it, using commands
>    like these:
> 
>        ovs-vsctl add-br br0
>        ovs-vsctl add-port br0 eth0
> 
>    and as soon as I ran the "add-port" command I lost all connectivity
>    through eth0.  Help!
> 
> A: A physical Ethernet device that is part of an Open vSwitch bridge
>    should not have an IP address.  If one does, then that IP address
>    will not be fully functional.
> 
>    You can restore functionality by moving the IP address to an Open
>    vSwitch "internal" device, such as the network device named after
>    the bridge itself.  For example, assuming that eth0's IP address is
>    192.168.128.5, you could run the commands below to fix up the
>    situation:
> 
>        ifconfig eth0 0.0.0.0
>        ifconfig br0 192.168.128.5
> 
> """
> 
> 
> Hope it helps,
> 

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to