I did in this way:
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth1
ovs-vsctl add-port br0 eth2
ifconfig  br0 up
ifconfig  eth1 up
ifconfig  eth2 up

and it worked for me


2015-10-27 12:13 GMT+01:00 zhang.kris <zhang.k...@gmail.com>:

> Have you disable the firewall in the OS of VM?
>
> Best regards,
> Kris
> 在 2015-10-27 上午5:48,Dalia <dalia.alkhf...@gmail.com>写道:
>
>
> hello experts..
> i have ovs switch in OS host and two VM in virtualbox and want to ping
> from vm to vm through ovs-switch but the ovs switch cant pass the ping ???
>
> this is the steps to create the ovs -switch
>
> sudo ovs-vsctl add-br br0
> sudo ip tuntap add mode tap x1
> sudo ip tuntap add mode tap x2
> sudo ifconfig x1 up
> sudo ifconfig x2 up
> sudo ovs-vsctl add-port br0 x1
> sudo ovs-vsctl add-port br0 x2
> sudo ifconfig br0 up
>
>
> and each vm have ip in the same network..
> so any one know the problem ????
> thanks
>
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>


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

Reply via email to