Hey Prashant,

Have few questions about your configuration:

What are the gbe1, geb2, eth0, eth1? Are they physical interfaces?

You don't need to attach physical interfaces for ovs gre tunnel setup.

ovs-vsctl add-port br1 gre0 -- set interface gre0 type=gre
> options:remote_ip=11.11.11.25
> under bridge br1 i added port gbe2 which having pc with ip address
> 10.10.10.25
>

To setup gre tunnel, you need to specify the ip address of physical
interface of the other machine.

You set the 'remote_ip' to the ip address of br0 on the other machine. br0
is an internal interface,
is not physical.

To know more about interface types, do "man ovs-vswitchd.conf.db" and check
"Interface TABLE"

Also this post can be helpful:
http://blog.scottlowe.org/2013/05/07/using-gre-tunnels-with-open-vswitch/

Kind Regards,
Alex Wang,
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to