[ovs-discuss] OVS cant pass ping between 2 VMs

Silvia Fichera fichera.sil at gmail.com
Tue Oct 27 13:27:13 UTC 2015


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.kris at gmail.com>:

> Have you disable the firewall in the OS of VM?
>
> Best regards,
> Kris
> 在 2015-10-27 上午5:48,Dalia <dalia.alkhfaji at 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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>


-- 
Silvia Fichera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20151027/6de4c8ea/attachment-0002.html>


More information about the discuss mailing list