Changes for page Xen

Last modified by Sebastian Marsching on 2022/03/27 15:37

From version 1.2
edited by Sebastian Marsching
on 2022/03/27 15:37
Change comment: Added tag [Linux]
To version 2.1
edited by Sebastian Marsching
on 2022/03/27 15:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,8 @@
1 1  {{toc/}}
2 2  
3 +{{warning}}
3 3  This page was migrated from an old version of this Wiki where it was last updated on 2010-05-17. This means that the information on this page might be outdated.
5 +{{/warning}}
4 4  
5 5  # Clock issues
6 6  
... ... @@ -24,7 +24,7 @@
24 24  
25 25  If you are using a routed networking setup with Xen, you might encounter a bad network performance for the Xen DomU: The solution is to disable tx checksums for the virtual ethernet device: They are not needed as their are no physical errors on a virtual interface that only connects to another virtual interface in the Dom0. To disable tx checksums the following line can be added to `/etc/network/interfaces`
26 26  
27 -``post-up ethtool -K eth0 tx off``
29 + post-up ethtool -K eth0 tx off
28 28  
29 29  This line has to be added within the definition of the corresponding interface and `eth0` has to be replaced by the name of this interface.
30 30