From e70b1246b01ae88ad609e897bde5acb7e65c2428 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 4 Oct 2005 17:18:46 +0000 Subject: [PATCH] Update my config doc git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2790 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs2/myfiles.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Shorewall-docs2/myfiles.xml b/Shorewall-docs2/myfiles.xml index bbe591ac6..e55195780 100644 --- a/Shorewall-docs2/myfiles.xml +++ b/Shorewall-docs2/myfiles.xml @@ -15,7 +15,7 @@ - 2005-10-01 + 2005-10-04 2001-2005 @@ -676,9 +676,9 @@ $EXT_IF 1.5mbit 384kbit from tc4shorewall. #INTERFACE MARK RATE CEIL PRIORITY OPTIONS -$EXT_IF 10 full full 1 tcp-ack,tos-minimize-delay +$EXT_IF 10 full ful 1 tcp-ack,tos-minimize-delay $EXT_IF 20 9*full/10 9*full/10 2 default -$EXT_IF 30 8*full/10 8*full/10 2 +$EXT_IF 30 6*full/10 6*full/10 3 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE @@ -688,11 +688,19 @@ $EXT_IF 30 8*full/10 8*full/10 2
I give full bandwidth to my local systems -- the server gets - throttled. + throttled and rsync gets throttled even more. + + + The class id for tc4shorewall-generated classes is 1:<100 + + mark value>. The rules below are using the Netfilter CLASSIFY + target to classify the traffic directly without having to first mark + then classify based on the marks. + #MARK SOURCE DEST PROTO PORT(S) CLIENT USER TEST # PORT(S) -10:F 192.168.0.0/22 $EXT_IF +1:110 192.168.0.0/22 $EXT_IF +1:130 206.124.146.177 $EXT_IF tcp - 873 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE