diff --git a/Samples/three-interfaces/policy b/Samples/three-interfaces/policy index e50f6166b..215588c2f 100644 --- a/Samples/three-interfaces/policy +++ b/Samples/three-interfaces/policy @@ -110,7 +110,7 @@ loc all REJECT info # Policies for traffic originating from the firewall ($FW) # # If you want open access to the Internet from your firewall, change the -# following policy to ACCEPT. +# following policy to ACCEPT and remove tine 'info' LOG LEVEL. $FW net REJECT info $FW dmz REJECT info $FW loc REJECT info diff --git a/Samples/two-interfaces/policy b/Samples/two-interfaces/policy index 4d1f953d1..1c7f22034 100644 --- a/Samples/two-interfaces/policy +++ b/Samples/two-interfaces/policy @@ -106,8 +106,8 @@ loc all REJECT info # Policies for traffic originating from the firewall ($FW) # # If you want open access to the Internet from your firewall, change the -# following policy to ACCEPT. This may be useful if you run a proxy -# server on the firewall. +# following policy to ACCEPT and remove the 'info' LOG LEVEL. +# This may be useful if you run a proxy server on the firewall. $FW net REJECT info $FW loc REJECT info $FW all REJECT info