some clarifications for newbies ;-)

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
judas_iscariote 2006-03-17 07:19:37 +00:00
parent df1eef6569
commit 004e3f891e

View File

@ -106,7 +106,7 @@
# Policies for traffic originating from the local LAN (loc) # Policies for traffic originating from the local LAN (loc)
# #
# If you want to force clients to access the Internet via a proxy server # If you want to force clients to access the Internet via a proxy server
# on your firewall, change the following policy to REJECT info. # on your firewall, change the loc to net policy to REJECT info.
loc net ACCEPT loc net ACCEPT
loc $FW REJECT info loc $FW REJECT info
loc all REJECT info loc all REJECT info
@ -115,7 +115,7 @@ loc all REJECT info
# Policies for traffic originating from the firewall ($FW) # Policies for traffic originating from the firewall ($FW)
# #
# If you want open access to the Internet from your firewall, change the # If you want open access to the Internet from your firewall, change the
# following policy to ACCEPT and remove the 'info' LOG LEVEL. # $FW to net policy to ACCEPT and remove the 'info' LOG LEVEL.
# This may be useful if you run a proxy server on the firewall. # This may be useful if you run a proxy server on the firewall.
$FW net REJECT info $FW net REJECT info
$FW loc REJECT info $FW loc REJECT info