Recent content by inesl

  1. I

    ARP loop in a OVS topology

    Good afternoon, I hope the community could help me with my problem. I have 3 VMs, each one with an OVS with bridge "br0". The VM1 and VM2 are connected via a GRE tunnel to the Server and via VXLAN tunnels between both. Whenever I run: arping -I br0 10.0.1.10 (or) arping -I br0...
  2. I

    Client cannot access Internet through router VM

    I have a router VM with openvswitch and a debian machine with a Ryu controller in the following topology: After creating bridge br0, I added to it the ports eth1 (port 1), eth2 (port 2) and eth3 (port 3). Now, the bridge can ping the controller, as it was supposed to. However, I also want the...