Ticket #110: ipfw.confd

File ipfw.confd, 0 bytes (added by Dmitri Bogomolov <g1itch@i.ua>, 2 years ago)

ipfw example

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