pf is OpenBSD's stateful packet filter, written by Daniel Hartmeier. It replaced Darren Reed's IPFilter in OpenBSD, due to problems with its license. pf has evolved quickly, and has now several advantages over others. The filtering syntax is similar to ipf, though it has been modified to make it more clean. Network Address Translation (NAT) and Quality of Service (QoS) have been tightly integrated into pf, to allow greater flexibility. QoS is achieved by merging ALTQ into pf itself.pf has also been ported to NetBSD-current by itojun and is installed by default in FreeBSD starting at version 5.3.
1 Commands and options
- pfctl -e -> enables pf
- pfctl -d -> disables pf
- pfctl -f -> if no syntax errors are found on target file, new rules will be loaded into pf
2 See also
3 External links