 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] routing in xen 3.0: icmp gets routed, but tcp/ip
 >> 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
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |