Connect 2 VMs on openstack using openvswitch for SDN

nina1956

Prominent
Mar 27, 2017
3
0
510
Hey guys,

I need some help understanding how to configure Openvswitch and ryu for SDN.

Indeed, i have 3 VMS on openstack : 1 controller(contains ryu controller and openvswitch), VM1 , VM2.

What I am trying to understand is how i can configure openvswitch and Ryu controller to make VM1 communicate with VM2 Without going through the network 10.10.0.0. (I already cereated a bridge br1 on openvswicth ans associated two virtual interfaces to it (vmport1 and vimport2) but now i'm trying to link those 2 virtual interfaces each one to one VM so that they can communicate( ping between VM1 and VM2)

If you got another solution please let me know.

PS :They are all linux machines ( ubuntu 16.04) The configuration is done via SSH using the flottant Ip adresses

Thank you

Nina
 

nina1956

Prominent
Mar 27, 2017
3
0
510
MERGED QUESTION
Question from nina1956 : "Connect 2 VMs on openstack using openvswitch for SDN"

I need some help understanding how to configure Openvswitch and ryu for SDN.

Indeed, i have 3 VMS on openstack : 1 controller(contains ryu controller and openvswitch), VM1 , VM2.

What I am trying to understand is how i can configure openvswitch and Ryu controller to make VM1 communicate with VM2 Without going through the network 10.10.0.0.(I already created a bridge br1 on openvswicth and associated two virtual interfaces to it (vmport1 and vimport2) but now i'm trying to link those 2 virtual interfaces each one to one VM so that they can communicate( ping between VM1 and VM2)

If you got another solution please let me know.
PS :They are all linux machines ( ubuntu 16.04) The configuration is done via SSH using the flottant Ip adresses

here is the link of the architecture : http://

Thank you

Nina