diff --git a/docs/FAQ.xml b/docs/FAQ.xml index ca5f71104..e481c4174 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -83,8 +83,12 @@ (FAQ 37a) I just installed Shorewall on Debian and I can't find the sample configurations. - Answer: The samples are - included in the shorewall-doc package. + Answer: With Shorewall 3.x, the + samples are included in the shorewall-doc package and are installed in + /usr/share/doc/shorewall/examples/. + Beginning with Shorewall 4.0, the samples are in /usr/share/doc/shorewall-common/examples/. @@ -127,6 +131,21 @@ url="upgrade_issues.htm">upgrade issues. + +
+ (FAQ 76) I just upgraded my Debian (or Debian-derivative such as + Ubuntu) system and now masquerading doesn work? What happened? + + Answer: This happens to people + who ignore our advice and + allow the installer to replace their working + /etc/shorewall/shorewall.conf with one that has + default settings. Failure to forward traffic (such as during + masquerading net access from a local network) usually means that /etc/shorewall/shorewall.conf contains the Debian + default setting IP_FORWARDING=Keep; it should be + IP_FORWARDING=On. +