Re: [ovs-discuss] VXLAN problems

2014-05-19 Thread Han Zhou
On Fri, May 16, 2014 at 5:31 AM, Jesse Gross wrote: > On Wed, May 14, 2014 at 6:33 PM, Han Zhou wrote: >> On Thu, May 15, 2014 at 8:07 AM, Jesse Gross wrote: >>> On Tue, May 13, 2014 at 6:29 PM, Han Zhou wrote: Hi Jesse, On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: >

Re: [ovs-discuss] VXLAN problems

2014-05-15 Thread Jesse Gross
On Wed, May 14, 2014 at 6:33 PM, Han Zhou wrote: > On Thu, May 15, 2014 at 8:07 AM, Jesse Gross wrote: >> On Tue, May 13, 2014 at 6:29 PM, Han Zhou wrote: >>> Hi Jesse, >>> >>> On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: > In

Re: [ovs-discuss] VXLAN problems

2014-05-14 Thread Han Zhou
On Thu, May 15, 2014 at 8:07 AM, Jesse Gross wrote: > On Tue, May 13, 2014 at 6:29 PM, Han Zhou wrote: >> Hi Jesse, >> >> On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: >>> On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: In fact, MTU specified by VM doesn't make any sense in a virt

Re: [ovs-discuss] VXLAN problems

2014-05-14 Thread Jesse Gross
On Tue, May 13, 2014 at 6:29 PM, Han Zhou wrote: > Hi Jesse, > > On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: >> On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: >>> In fact, MTU specified by VM doesn't make any sense in a virtualized >>> environment. Maybe you can try this patch if you

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread jcsf31459
@openvswitch.org Subject: Re: [ovs-discuss] VXLAN problems Hi Jesse, On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: > On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: >> In fact, MTU specified by VM doesn't make any sense in a virtualized >> environment. Maybe you can t

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Han Zhou
Hi Jesse, On Wed, May 14, 2014 at 5:05 AM, Jesse Gross wrote: > On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: >> In fact, MTU specified by VM doesn't make any sense in a virtualized >> environment. Maybe you can try this patch if you are interested: >> >> http://openvswitch.org/pipermail/de

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Jesse Gross
On Tue, May 13, 2014 at 12:20 AM, Zhou, Han wrote: > In fact, MTU specified by VM doesn't make any sense in a virtualized > environment. Maybe you can try this patch if you are interested: > > http://openvswitch.org/pipermail/dev/2014-May/040027.html This message seems to be have been taken by my

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Wes Felter
On 5/13/14, 2:00 AM, Yinpeijun wrote: if needed, we should increase PYH NIC MTU or decrease VM NIC MTU ? Increase the physical NIC MTU to 1550; this will be more compatible since the VMs will be able to use standard 1500 MTU. Be sure the physical switches have jumbo frames enabled. -- Wes

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Han Zhou
Hi Yinpeijun, On Tue, 2014-05-13 at 02:13 +, Yinpeijun wrote: > >Date: Thu, 19 Dec 2013 14:45:33 +0100 > >From: Igor Sever > >Subject: Re: [ovs-discuss] VXLAN problems > >To: Jesse Gross > >Cc: "discuss@openvswitch.org" > >Message-ID: > >

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Yinpeijun
>> >This is due to the tunnel outer header that adds VXLAN + UDP + IP + ETH = >> >50 bytes to the inner packets. When TCP stream is tested between VMs, TCP >> >buffer is segmented to 1500 bytes, but with outer header added, it will be >> >1550 that slightly exceed PHY NIC MTU, and results in an

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Zhou, Han
Hi, On Tue, 2014-05-13 at 07:00 +, Yinpeijun wrote: > >> >Subject: Re: [ovs-discuss] VXLAN problems > >> >To: Jesse Gross > >> >Cc: "discuss@openvswitch.org" > >> >Message-ID: > >> > > >> > > >&

Re: [ovs-discuss] VXLAN problems

2014-05-13 Thread Yinpeijun
>> >Subject: Re: [ovs-discuss] VXLAN problems >> >To: Jesse Gross >> >Cc: "discuss@openvswitch.org" >> >Message-ID: >> > >> > >> >Content-Type: text/plain; charset="iso-8859-1" >> > >> >I man

Re: [ovs-discuss] VXLAN problems

2014-05-12 Thread Zhou, Han
Hi Yinpeijun, On Tue, 2014-05-13 at 02:13 +, Yinpeijun wrote: > >Date: Thu, 19 Dec 2013 14:45:33 +0100 > >From: Igor Sever > >Subject: Re: [ovs-discuss] VXLAN problems > >To: Jesse Gross > >Cc: "discuss@openvswitch.org" > >Message-ID: > >

Re: [ovs-discuss] VXLAN problems

2014-05-12 Thread Yinpeijun
>Date: Thu, 19 Dec 2013 14:45:33 +0100 >From: Igor Sever >Subject: Re: [ovs-discuss] VXLAN problems >To: Jesse Gross >Cc: "discuss@openvswitch.org" >Message-ID: > >Content-Type: text/plain; charset="iso-8859-1" > >I managed to solve this

Re: [ovs-discuss] VXLAN problems

2013-12-19 Thread Igor Sever
I managed to solve this by setting VM NIC MTU to 1400, 1450 wasn't enough. Thanks. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] VXLAN problems

2013-12-18 Thread Jesse Gross
On Wed, Dec 18, 2013 at 12:19 AM, Igor Sever wrote: > I tried to implement tunneling between KVM virtual machines on two hosts > that are using public IP-s but are on the same LAN (Hetzner provider). > Virtual machines on both hosts are using same private 192. network. > > I installed and configur

[ovs-discuss] VXLAN problems

2013-12-18 Thread Igor Sever
I tried to implement tunneling between KVM virtual machines on two hosts that are using public IP-s but are on the same LAN (Hetzner provider). Virtual machines on both hosts are using same private 192. network. I installed and configured Open vSwitch 2.0.0 on Centos 6.5. Standard networking, brid