WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-users] Problem with the MTU in dom0

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem with the MTU in dom0
From: Ralf Schmitt <ibm.tivoli@xxxxxxxx>
Date: Fri, 10 Feb 2006 18:23:04 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 10 Feb 2006 17:35:14 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm wrestling with a problem with an untypical
"network device" ... an UMTS card that should
connect my notebook to the internet.

There is no problem with this card, when I
use a vanilla kernel but with the Xen kernel
I have to adjust the MTU to 400 (default is
1500) in dom0

  ifconfig ppp0 mtu 400

All other sizes don't work. My service provider
(e-plus Germany) wasn't able to help me, so
I've tried:

  - all other kind of MTU sizes
  - changed the TCP Maximum Segment Size (iptables)
  - disabled Path MTU Discovery
  - disabled compression in the kernel config
  - stopped the xen bridge

I build my dom0 kernels with:

    KERNELS ?= linux-2.6-xen0

in the Xen Makefile and I can't see any TCP or UDP
checksum errors in ethereal.


My questions:

  Could it be, that Xen changes something in the tcp
  header that I'm not able to see with ethereal?

    

Regards

  Ralf


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem with the MTU in dom0, Ralf Schmitt <=