From 1a33596ada51bb902344a71f72030050242d0065 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 6 Sep 2009 12:41:36 -0700 Subject: [PATCH] Update Lenny->Squeeze doc --- docs/LennyToSqueeze.xml | 59 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/docs/LennyToSqueeze.xml b/docs/LennyToSqueeze.xml index 7a5981eda..3efa11a66 100644 --- a/docs/LennyToSqueeze.xml +++ b/docs/LennyToSqueeze.xml @@ -157,6 +157,27 @@ upgrade. + + BLACKLISTNEWONLY + + + If you have BLACKLISTNEWONLY=No together with + FASTACCEPT=Yes, you will receive this error: + + ERROR: BLACKLISTNEWONLY=No may not be + specified with FASTACCEPT=Yes + + To eliminate the error, reverse the setting of one of the + options. + + + This combination never worked correctly in earlier + versions -- to duplicate the earlier behavior, you will want to + set BLACKLISTNEWONLY=Yes. + + + + BRIDGING @@ -341,7 +362,7 @@ net Net The big bad net loc Local The local LAN then you are using the original zones file format that has been - deprecated since Shorewall 3.0. + deprecated since Shorewall 3.0. You will need to convert to the new file which has the following headings: @@ -397,6 +418,17 @@ ipsec2 ipv4
/etc/shorewall/interfaces + The BROADCAST column is essentially unused in Squeeze. If it + contains anything except 'detect' or '-', then you will receive this + warning: + + WARNING: Shorewall no longer uses broadcast + addresses in rule generation when Address Type Match is + available + + To eliminate the warning, replace the contents of the BROADCAST + column with '-' or 'detect'. + The 'norfc1918' option has been removed. If you specify the option, you will receive the following warning: @@ -431,8 +463,7 @@ ipsec2 ipv4 specified, Shorewall must examine the main routing table to determine those networks routed out of the named interface and add MASQUERADE/SNAT rules for traffic from those networks. This requires that the named - interface be up and configured when Shorewall starts or restarts. - + interface be up and configured when Shorewall starts or restarts. This continues to be an issue with VPN configurations where the named interface isn't configured during boot. @@ -474,5 +505,27 @@ eth0 172.20.1.0/24 multicast IP range and there should never be any packets with a SOURCE IP address in that network.
+ +
+ /etc/shorewall/rules + + If you include a destination zone in a 'nonat' rule, Shorewall + issues the following warning: + + WARNING: Destination zone + (zonename) ignored. + + Nonat rules include: + + + DNAT- + + REDIRECT- + + NONAT + + + To eliminate the warning, remove the DEST zone. +