diff --git a/docs/FAQ.xml b/docs/FAQ.xml
index baf2b8f76..0b0011914 100644
--- a/docs/FAQ.xml
+++ b/docs/FAQ.xml
@@ -712,9 +712,17 @@ to debug/develop the newnat interface.
(FAQ 4c) How do I use Shorewall with PortSentry?
Here's
- a writeup describing a nice integration of Shorewall and
- PortSentry.
+ url="http://www.shorewall.net/pub/shorewall/contrib/PortsentryHOWTO.txt">Answer: Here's a writeup describing a
+ nice integration of Shorewall and PortSentry.
+
+
+
+ (FAQ 4d) How do I use Shorewall with Snort-Inline?
+
+ Answer: Here
+ is a writeup contributed by Michael Cooke.
@@ -1647,13 +1655,12 @@ iptables: Invalid argument
the traffic between the interfaces? I don't want that!
Answer: Suppose that you want all
- traffic to go out through ISP1 (mark 1) unless you specify otherwise;
- your internal interface is eth0.
+ traffic to go out through ISP1 (mark 1) unless you specify otherwise.
Then simply add these two rules as the first marking rules in your
/etc/shorewall/tcrules file:
#MARK SOURCE DEST
-1:P eth0
+1:P 0.0.0.0/0
1:P $FW
<other MARK rules>