mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Minor revision to traffic shaping doc
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4833 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e4524b7a96
commit
c4cab262c0
@ -275,7 +275,6 @@ gateway:~ #</programlisting>
|
|||||||
# settings for bridged networking given above.
|
# settings for bridged networking given above.
|
||||||
<emphasis role="bold">(network-script network-route)
|
<emphasis role="bold">(network-script network-route)
|
||||||
(vif-script vif-route)</emphasis>
|
(vif-script vif-route)</emphasis>
|
||||||
|
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</blockquote></para>
|
</blockquote></para>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
@ -56,11 +56,8 @@
|
|||||||
</important>
|
</important>
|
||||||
|
|
||||||
<warning>
|
<warning>
|
||||||
<para>Said another way, reading just Shorewall documentation is probably
|
<para>Said another way, reading just Shorewall documentation is not going
|
||||||
not going to give you enough background to use this material. Shorewall
|
to give you enough background to use this material.</para>
|
||||||
may make iptables easy but the Shorewall team simply can't be expected to
|
|
||||||
spoon-feed Linux traffic control to you (please remember that the user's
|
|
||||||
manual for a tractor doesn't teach you to grow corn either).</para>
|
|
||||||
|
|
||||||
<para>At a minimum, you will need to refer to at least the following
|
<para>At a minimum, you will need to refer to at least the following
|
||||||
additional information:</para>
|
additional information:</para>
|
||||||
@ -273,6 +270,40 @@
|
|||||||
<section>
|
<section>
|
||||||
<title>Using builtin traffic shaping/control</title>
|
<title>Using builtin traffic shaping/control</title>
|
||||||
|
|
||||||
|
<para>Shorewall's builtin traffic shaping feature provides a thin layer on
|
||||||
|
top of the ingress qdesc, HTB and SFQ. That translation layer allows you
|
||||||
|
to:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Define HTB classes using Shorewall-style column-oriented
|
||||||
|
configuration files.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Integrate the reloading of your traffic shaping configuration
|
||||||
|
with the reloading of your packet-filtering and marking
|
||||||
|
configuration.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Assign traffic to HTB classes by TOS value.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Assign outgoing TCP ACK packets to an HTB class.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Assign traffic to HTB classes based on packet mark value.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>Those few features are really all that builtin traffic
|
||||||
|
shaping/control provides; consequently, you need to understand HTB and
|
||||||
|
Linux traffic shaping as well as Netfilter packet marking in order to use
|
||||||
|
the facility. Again, please see the links at top of this article.</para>
|
||||||
|
|
||||||
<para>For defining bandwidths (for either devices or classes) please use
|
<para>For defining bandwidths (for either devices or classes) please use
|
||||||
kbit or kbps(for Kilobytes per second) and make sure there is <emphasis
|
kbit or kbps(for Kilobytes per second) and make sure there is <emphasis
|
||||||
role="bold">NO</emphasis> space between the number and the unit (it is
|
role="bold">NO</emphasis> space between the number and the unit (it is
|
||||||
@ -383,7 +414,10 @@ ppp0 6000kbit 500kbit</programlisting>
|
|||||||
<para>RATE - The minimum bandwidth this class should get, when the
|
<para>RATE - The minimum bandwidth this class should get, when the
|
||||||
traffic load rises. Please note that first the classes which equal
|
traffic load rises. Please note that first the classes which equal
|
||||||
or a lesser priority value are served even if there are others that
|
or a lesser priority value are served even if there are others that
|
||||||
have a guaranteed bandwith but a lower priority.</para>
|
have a guaranteed bandwith but a lower priority. <emphasis
|
||||||
|
role="bold">If the sum of the RATEs for all classes assigned to an
|
||||||
|
INTERFACE exceed that interfaces's OUT-BANDWIDTH, then the
|
||||||
|
OUT-BANDWIDTH limit will not be honored.</emphasis></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user