[Pcbsd-developer] automated firewall script
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-06-26 17:25:08
|
Hi all! I modified FreeSBIE firewall sctipt a bit and enabled ipp, cups and samba. Enable PF in /etc/rc.conf: pf_rules_enable="YES" pf_enable="YES" /etc/blacklist: # The files /etc/blacklist list IP addresses, one per # line. Any lines beginning with a # are treated as comments and ignored. # In addition to being specified by IP address, hosts may also be specified # by their hostname. When the resolver is called to add a hostname to a # table, all resulting IPv4 and IPv6 addresses are placed into the table. # IP addresses can also be entered in a table by specifying a valid inter- # face name, a valid interface group or the self keyword, in which case all # addresses assigned to the interface(s) will be added to the table. # evil.address.com All enchancements are welcome! Andrei |