Hi

I have a problem with GRE in mininet topology:

I have two Mininet topologies in two separate VMs. then I establish aGRE
tunnel between 2 OVS switch (each switch is in one topology).

h1 --- s1 (in first vm 192.168.37.132)
h2 --- s2 (in second vm 192.168.37.131)
h1:192.168.1.1/24
h2:192.168.1.2/24

sudo ovs-vsctl add-port s1 s1-gre1 -- set interface s1-gre1 type=gre
options:remote_ip=192.168.37.131

sudo ovs-vsctl add-port s2 s2-gre1 -- set interface s2-gre1 type=gre
options:remote_ip=192.168.37.132

my problem: sometimes I have ping between h1 nd h2 (GRE OK) and sometimes
no (Network unreachable). for example when I stop my mininet and run again,
gre does not work

Would you please help me?

Best
Shahram
_______________________________________________
Discuss mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/discuss

Reply via email to