Jesse
Thanks. It works..
-Senthil
From: Jesse Gross
To: senthil arumugam
Cc: ben...@gmail.com; pet...@nicira.com; discuss@openvswitch.org
Sent: Fri, January 20, 2012 2:37:24 PM
Subject: Re: [ovs-discuss] documentation about setting up GRE tunnel
On Thu
On Thu, Jan 19, 2012 at 12:06 PM, senthil arumugam
wrote:
>
> Hi
>
> I tried to setup the same but did not work. The only difference is I have
> directly connected host1 and host2 over one ethernet card.
>
>
> Host1 (etho)-(eth0)Host2
> 10.193.1.1
@openvswitch.org
Sent: Thu, January 19, 2012 12:13:19 PM
Subject: Re: [ovs-discuss] documentation about setting up GRE tunnel
On Thu, Jan 19, 2012 at 12:06:57PM -0800, senthil arumugam wrote:
> I tried to setup the same but did not work. The only difference is I have
> directly connected hos
On Thu, Jan 19, 2012 at 12:06:57PM -0800, senthil arumugam wrote:
> I tried to setup the same but did not work. The only difference is I have
> directly connected host1 and host2 over one ethernet card.
When you say "the same" and "the only difference," what are you
comparing against?
___
HiI tried to setup the same but did not work. The only difference is I have directly connected host1 and host2 over one ethernet card.Host1 (etho)-(eth0)Host2 10.193.1.1 10.193.1.2I could ping these IP addresses from both hosts- Cr
Can't you just create multiple GRE tunnels to the multiple private networks?
The physical interface connected to the private network does not need to be
attached to the bridge.
--Justin
On Apr 14, 2011, at 8:06 PM, benzwt benzwt wrote:
> Thanks for you help. I have established a GRE tunnel a
Thanks for you help. I have established a GRE tunnel across two
private networks.
By the way, it is possible to create multiple GRE which across three
or more private networks ?
The first thing comes to my mind is I would have to create multiple bridge.
And the ovs-ifup script is another problem b
On Mon, Apr 11, 2011 at 10:13 PM, benzwt benzwt wrote:
> Thank for you guys reply so quickly. After I receive your suggestion.
>
> I try to bind ip on br0 (or should i create a internal interface vifn
> on br0 then bind ip on vif0??)
>
> ifconfig br0 192.168.200.5 on host2
> ifconfig br0 192.168.1
Based on your routing table, I'm guessing that you still have an IP address on
eth0. Try clearing it on both sides with:
ifconfig eth0 0
Your default route is still trying to go out eth0, so you may need to adjust
that if removing the IP address from eth0 doesn't automatically do it.
Thank for you guys reply so quickly. After I receive your suggestion.
I try to bind ip on br0 (or should i create a internal interface vifn
on br0 then bind ip on vif0??)
ifconfig br0 192.168.200.5 on host2
ifconfig br0 192.168.100.5 on host1
but found that I can't ping these ip from other side!!
Can you please post the routing table entries ( route -n ) in both VMs and
Host machines.
I think the other vm receiving the packets but don't know what it has to do,
simply dropping the packets.
Please check the routing table entries after setting the tunnel.
Thanks,
Ramana Reddy.
On Mon, Ap
My guess is that the IP addresses were on eth0 on the two hosts. Those aren't
meaningful once you've attached them to the bridge. You probably want to
assign the IP address to the bridge (br0) on the two hosts. Alternatively, if
the VMs are only going to communicate over the tunnel, you could
Dear openvswitch developers,
we have 2 hosts, host1 is 192.168.100.1 the other is host2 192.168.200.2
host1 has a vm 10.10.10.1
host2 has a vm 10.10.10.3
between host1 and host2, I use quagga as a router(PC).
I can ping 192.168.100.1 from 192.168.200.2, also can ping
192.168.200.2 from 192.168.10
On Fri, Apr 08, 2011 at 03:13:57PM +0800, benzwt benzwt wrote:
> I have surfed an tutorial about create GRE using OVS.
Can you direct us to this tutorial? Perhaps we can get it fixed.
> The commands are as follows:
>
> ovs-vsctl create interface type=gre name =gre0 option="remote_ip=x.x.x.x"
>
Hi,
I have surfed an tutorial about create GRE using OVS.
The commands are as follows:
ovs-vsctl create interface type=gre name =gre0 option="remote_ip=x.x.x.x"
But, the latest ovs-vsctl(build from lastest snapshot) doesn't have
the option "create".
Where can I get the latest documentation abou
15 matches
Mail list logo