From 98ffcde05b2048798b1d2893b32187a421c5f45e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 15 Aug 2007 20:18:33 +0000 Subject: [PATCH] Update FAQ with tc kernel module info git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7141 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/FAQ.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 58076f405..ad9d3c0a9 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -1791,6 +1791,32 @@ iptables: Invalid argument +
+ Traffic Shaping + +
+ (FAQ 67) I just configured Shorewall's builtin traffic shaping + and now Shorewall fails to Start. + + The error I receive is as follows:RTNETLINK answers: No such file or directory +We have an error talking to the kernel + ERROR: Command "tc filter add dev eth2 parent ffff: protocol ip prio + 50 u32 match ip src 0.0.0.0/0 police rate 500kbit burst 10k drop flowid + :1" FailedAnswer: This message indicates that your kernel + doesn't have 'traffic policing' support. If your kernel is modularized, + you may be able to resolve the problem by loading the act_police kernel module. Other kernel modules + that you will need include: + sch_htb + + sch_ingress + + sch_sfq + +
+
+
About Shorewall