#
# Shorewall 1.1 -- Policy File
#
# /etc/shorewall/policy
#
###############################################################################
#CLIENT		SERVER		POLICY		LOG LEVEL
#
# Allow any connection from the local network to systems at work
#
loc		wrk		ACCEPT
#
# Allow any connection from the local network to the Internet
#
loc		net		ACCEPT
#
# Allow the Firewall Unrestricted access to the local network
#
fw		loc		ACCEPT
#
# Drop connection requests from the Internet and log them with level=INFO
#
net		all		DROP		info
#
# Reject all other connection requests and log them with level=INFO
#
all		all		REJECT		info
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOTE	
