diff --git a/Shorewall/Samples/Universal/policy b/Shorewall/Samples/Universal/policy index ec4abd188..c75c81120 100644 --- a/Shorewall/Samples/Universal/policy +++ b/Shorewall/Samples/Universal/policy @@ -10,4 +10,4 @@ #SOURCE DEST POLICY LOG LIMIT: CONNLIMIT: # LEVEL BURST MASK $FW net ACCEPT -net all DROP +net all DROP $LOG diff --git a/Shorewall/Samples/one-interface/policy b/Shorewall/Samples/one-interface/policy index 7aa1ccf87..443c838cb 100644 --- a/Shorewall/Samples/one-interface/policy +++ b/Shorewall/Samples/one-interface/policy @@ -13,6 +13,6 @@ ############################################################################### #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST $FW net ACCEPT -net all DROP info +net all DROP $LOG # The FOLLOWING POLICY MUST BE LAST -all all REJECT info +all all REJECT $LOG diff --git a/Shorewall/Samples/three-interfaces/policy b/Shorewall/Samples/three-interfaces/policy index 9a13d7830..bbdc5b2ef 100644 --- a/Shorewall/Samples/three-interfaces/policy +++ b/Shorewall/Samples/three-interfaces/policy @@ -14,6 +14,6 @@ #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net ACCEPT -net all DROP info +net all DROP $LOG # THE FOLLOWING POLICY MUST BE LAST -all all REJECT info +all all REJECT $LOG diff --git a/Shorewall/Samples/two-interfaces/policy b/Shorewall/Samples/two-interfaces/policy index 0a5e133fa..4e5a45843 100644 --- a/Shorewall/Samples/two-interfaces/policy +++ b/Shorewall/Samples/two-interfaces/policy @@ -14,7 +14,7 @@ #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net ACCEPT -net all DROP info +net all DROP $LOG # THE FOLLOWING POLICY MUST BE LAST -all all REJECT info +all all REJECT $LOG diff --git a/Shorewall/Samples/two-interfaces/shorewall.conf b/Shorewall/Samples/two-interfaces/shorewall.conf index 60de35479..fbcc7d659 100644 --- a/Shorewall/Samples/two-interfaces/shorewall.conf +++ b/Shorewall/Samples/two-interfaces/shorewall.conf @@ -11,7 +11,7 @@ # # See the file README.txt for further details. # -# For $LOGrmation about the settings in this file, type "man shorewall.conf" +# For information about the settings in this file, type "man shorewall.conf" # # The manpage is also online at # http://shorewall.net/manpages/shorewall.conf.html diff --git a/Shorewall6/Samples6/Universal/policy b/Shorewall6/Samples6/Universal/policy index d0554c2e0..4ee98982a 100644 --- a/Shorewall6/Samples6/Universal/policy +++ b/Shorewall6/Samples6/Universal/policy @@ -10,5 +10,5 @@ #SOURCE DEST POLICY LOG LIMIT: CONNLIMIT: # LEVEL BURST MASK fw net ACCEPT -net all DROP +net all DROP $LOG diff --git a/Shorewall6/Samples6/one-interface/policy b/Shorewall6/Samples6/one-interface/policy index df6a4ce7a..c63aa9ad7 100644 --- a/Shorewall6/Samples6/one-interface/policy +++ b/Shorewall6/Samples6/one-interface/policy @@ -14,7 +14,6 @@ ############################################################################### #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST $FW net ACCEPT -net $FW DROP info -net all DROP info +net all DROP $LOG # The FOLLOWING POLICY MUST BE LAST -all all REJECT info +all all REJECT $LOG diff --git a/Shorewall6/Samples6/three-interfaces/policy b/Shorewall6/Samples6/three-interfaces/policy index 7ca4d71b6..1c2630fd1 100644 --- a/Shorewall6/Samples6/three-interfaces/policy +++ b/Shorewall6/Samples6/three-interfaces/policy @@ -14,6 +14,6 @@ #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net ACCEPT -net all DROP info -all all REJECT info +net all DROP $LOG +all all REJECT $LOG diff --git a/Shorewall6/Samples6/two-interfaces/policy b/Shorewall6/Samples6/two-interfaces/policy index 924d7248e..45051c7e5 100644 --- a/Shorewall6/Samples6/two-interfaces/policy +++ b/Shorewall6/Samples6/two-interfaces/policy @@ -14,6 +14,6 @@ #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST loc net ACCEPT -net all DROP info -all all REJECT info +net all DROP $LOG +all all REJECT $LOG