Penguin
Diff: TrafficShaping
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of TrafficShaping.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 20 Last edited on Wednesday, November 5, 2008 4:25:31 pm by GreigMcGill
Older page: version 19 Last edited on Wednesday, August 24, 2005 10:26:18 pm by IanMcDonald Revert
@@ -11,8 +11,11 @@
 # CONFIG_NET_SCH_SFQ Stochastic Fairness Queueing qdisc, not used 
 # CONFIG_NET_SCH_TBF Token Bucket Filter qdisc, not used in this script 
 # CONFIG_NET_CLS_U32 used for matching in filters? 
  
+----  
+  
+See RouteBasedTrafficShaping for a somewhat complicated example for shaping based on a BGP feed of domestic routes.  
  
 ---- 
  
 This is a script I use to throttle one machine down to half our ADSL rate. This machine is used for downloading large files (for example .iso's of the latest LinuxDistribution), but we don't want it impacting the rest of our machines. This example was stolen from the Advanced Router HOWTO, and cleaned up a bit by me.