On Mon, Oct 28, 2013 at 4:31 AM, john paul <jpav...@gmail.com> wrote: > hello, > I am trying to setup gre tunnel in my set > I have 2 host machine ubuntu12.04 each running virtual machine on it > host-1 configuration > # sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre > options:remote_ip=192.168.1.13 > # sudo ./ovs-vsctl show > a82d76e1-f4b1-4d8d-be01-e0009062806a > Bridge "br1" > Port "gre1" > Interface "gre1" > type: gre > options: {remote_ip="192.168.1.13"} > Port "virbr0" > Interface "virbr0" > Port "br1" > Interface "br1" > type: internal > Bridge "br0" > Port "eth0" > Interface "eth0" > Port "br0" > Interface "br0" > type: internal > ip of br1 is 192.168.122.1 and Virtual machine running on it having ip > 192.168.122.150 > > host-2 configuration > #sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre > options:remote_ip=192.168.1.235 > # sudo ./ovs-vsctl show > a82d76e1-f4b1-4d8d-be01-e0009062806a > Bridge "br1" > Port "gre1" > Interface "gre1" > type: gre > options: {remote_ip="192.168.1.235"} > Port "virbr0" > Interface "virbr0" > Port "br1" > Interface "br1" > type: internal > Bridge "br0" > Port "eth0" > Interface "eth0" > Port "br0" > Interface "br0" > type: internal > ip of br1 is 192.168.122.1 and Virtual machine running on it having ip > 192.168.122.147 > i am not able to ping from 150 to 147 , am i doing some wrong setps? > i am using virbr0 ip for br1 which gateway for virtual machine.
Can the tunnel endpoint IPs ping each other? _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss