hi,
I am try to use gre tunnel between two different machine as follow
my setup is two physical machine with two birdges
configuration of ovs-1:(machine 1)
ovs-vsctl add-br br0
ifconfig br0 11.11.11.24 netmask 255.255.255.0
ovs-vsctl add-port br0 gbe1
ovs-vsctl add-br br1
ifconfig br1 10.10.10.24 netmask 255.255.255.0
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
configuration of ovs-2:(machine 2)
ovs-vsctl add-br br0
ifconfig br0 11.11.11.25 netmask 255.255.255.0
ovs-vsctl add-port br0 eth0
ovs-vsctl add-br br1
ifconfig br1 10.10.10.23 netmask 255.255.255.0
ovs-vsctl add-port br1 gre0 -- set interface gre0 type=gre
options:remote_ip=11.11.11.24
under bridge br1 i added port eth1 which having pc with ip address
10.10.10.26
and i am try to ping between 10.10.10.25 and 10.10.10.26 but not working am
i doing some wrong setps?
--
Thanks &Regards,
Prashant Chougule.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss