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
+
+
+
+