Slow network speed with Xen 3.2-1

2009-09-10 Thread virtualroot
I'm getting a slow network speed (download/upload) domU and dom0 limits in 10kbps/20kbps. Booting a kernel without Xen, this doesnt happens /etc/xen/xend-config.sxp (network-script network-bridge) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) cat /etc/xen/XXX.cfg kernel = '/boot/v

Re: [Xen-users] Slow network speed with Xen 3.2-1

2009-09-11 Thread Brent Verner
I had a similar problem and the solution was to disable checksum offloading in the domU. sh# ethtool -K eth0 tx off You can add this to your /etc/network/interfaces, too.. post-up ethtool -K eth0 tx off I also had to disable this in my dom0 for dhcp to work... cheers! b On Thu, Sep 10,

Re: [Xen-users] Slow network speed with Xen 3.2-1

2009-09-11 Thread virtualroot
On Fri, Sep 11, 2009 at 3:46 PM, Brent Verner wrote: > I had a similar problem and the solution was to disable checksum > offloading in the domU. > > sh# ethtool -K eth0 tx off i tried this before but it didn't work. :( Any other idea? Regards, Alejandro. > You can add this to your /etc/networ

Re: [Xen-users] Slow network speed with Xen 3.2-1

2009-09-13 Thread Pasi Kärkkäinen
On Fri, Sep 11, 2009 at 02:46:53PM -0400, Brent Verner wrote: > I had a similar problem and the solution was to disable checksum > offloading in the domU. > > sh# ethtool -K eth0 tx off > > You can add this to your /etc/network/interfaces, too.. > > post-up ethtool -K eth0 tx off > > > I al

Re: [Xen-users] Slow network speed with Xen 3.2-1

2009-09-14 Thread Pasi Kärkkäinen
On Sun, Sep 13, 2009 at 12:19:57PM +0300, Pasi Kärkkäinen wrote: > On Fri, Sep 11, 2009 at 02:46:53PM -0400, Brent Verner wrote: > > I had a similar problem and the solution was to disable checksum > > offloading in the domU. > > > > sh# ethtool -K eth0 tx off > > > > You can add this to your /et