Add traffic shaping warning to Xen articles

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5898 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-11 19:01:31 +00:00
parent 32c61bab4b
commit eb46abd16a
2 changed files with 15 additions and 1 deletions

View File

@ -351,6 +351,13 @@ fi</programlisting>
netmask 255.255.255.0 netmask 255.255.255.0
post-up ethtool -K eth0 tx off</programlisting> post-up ethtool -K eth0 tx off</programlisting>
</caution> </caution>
<caution>
<para>Update. Under SuSE 10.2, communication from a domU works okay
without running ethtool <emphasis role="bold">but traffic shaping in
dom0 doesn't work!</emphasis> So it's a good idea to run it just to be
safe.</para>
</caution>
</section> </section>
<section id="Firewall"> <section id="Firewall">

View File

@ -327,6 +327,13 @@ fi</programlisting>
post-up ethtool -K eth0 tx off</programlisting> post-up ethtool -K eth0 tx off</programlisting>
</caution> </caution>
<caution>
<para>Update. Under SuSE 10.2, communication from a domU works okay
without running ethtool <emphasis role="bold">but traffic shaping in
dom0 doesn't work!</emphasis> So it's a good idea to run it just to be
safe.</para>
</caution>
<para>SuSE 10.1 includes Xen 3.0.2 which supports PCI delegation. The <para>SuSE 10.1 includes Xen 3.0.2 which supports PCI delegation. The
network interfaces that connect to the net and wifi zones are delegated network interfaces that connect to the net and wifi zones are delegated
to the firewall DomU.</para> to the firewall DomU.</para>