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-users

Re: [Xen-users] routing in xen 3.0: icmp gets routed, but tcp/ip

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] routing in xen 3.0: icmp gets routed, but tcp/ip
From: "Tim Smith" <tim@xxxxxxxxxxxxxx>
Date: Mon, 3 Apr 2006 12:40:37 -0500
Delivery-date: Tue, 04 Apr 2006 03:07:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1FQSR2-0006hs-Kl@host-192-168-0-1-bcn-london>
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
Thread-index: AcZXQCEC8iy2lSQDSQuNSBYoZ3UKigABMwEg
>> Summary: an unprivileged domU with PCI frontend for a NIC 
>> is used as a router; icmp gets routed, but tcp/ip only partially. 
>> I'm using a xen-unstable snapshot, dated March 31, running on 
>> Ubuntu Dapper Drake.
Peter,

I had this same problem though my network configuration wasn't exactly the
same.  My solution was:

 # Enable ip_forward
 /bin/echo "1" > /proc/sys/net/ipv4/ip_forward
 # Turn of tx offloading in all doms (dom0 and domu)
 iface eth0 inet manual
    up ifconfig eth0 0.0.0.0 up
    up ethtool -K eth0 tx off || true

Regards,
Tim

http://www.onweald.com


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] routing in xen 3.0: icmp gets routed, but tcp/ip, Tim Smith <=