On 2017-10-31 16:00, Chris Cappuccio wrote: > You went from emulated Realtek ethernet to xnf. Can you try other > network interfaces?
How would I do this, isn't the interface auto detected by the kernel? So in the 6.1/i386 setup, the default interface was Realtek. We had speed problems with this interface and so we had the VPS provider change the interface of the virtual machine to Virtio, something like this: ---- vif = [ 'vifname=name, model=virto, rate=100Mb/s, bridge=xenbr0.781, mac=00:50:00:00:00:00, ip=x.x.x.x x:x:0:0:0:0:3:7' ] ---- This is also documented here [1][2]. After this change downloading via the external interface on the server worked very well. Now on 6.2 with the `xnf` interface, downloading directly on server also works fine. The problem only occours when download is requested from a VPN client. I will check again with the VPS provider that the interface of the virtual machine is set to the correct value (virtio). Thank you for your feedback. ____ [1] http://xenbits.xen.org/docs/4.3-testing/misc/xl-network-configuration.html [2] https://wiki.xen.org/wiki/Virtio_On_Xen