Add a config file for ipfw, #110

This commit is contained in:
Roy Marples 2008-09-18 14:25:23 +00:00
parent c4c024fc9d
commit ccc24d1086
2 changed files with 15 additions and 1 deletions

View File

@ -1 +1 @@
CONF+= moused powerd rarpd savecore syscons
CONF+= ipfw moused powerd rarpd savecore syscons

14
conf.d/ipfw Normal file
View File

@ -0,0 +1,14 @@
# ipfw provides a stateful firewall.
# This means we allow everything out, and if we have a connection we allow it
# back in. This is very flexable and quite secure.
# For ease of use, we allow auth and ssh ports through as well.
# To override the list of allowed ports
#ipfw_ports_in="auth ssh"
# You may want to enable logging of denied connections
#ipfw_log_deny="YES"
# This ports not logged
#ipfw_ports_nolog="135-139,445 1026,1027 1433,1434"