Jump to content

IPFilter: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added {{unreferenced}} tag to article (TW)
mention npf
Line 39: Line 39:
* [[iptables]]
* [[iptables]]
* [[ipfirewall|ipfw]]
* [[ipfirewall|ipfw]]
* [[NPF (firewall)]]
* [[PF (firewall)]]
* [[PF (firewall)]]



Revision as of 18:55, 8 October 2013

ipf
Developer(s)Darren Reed
Stable release
5.1.1 / January 30, 2012
Repository
Operating systemFreeBSD, NetBSD, Solaris, Linux, HP-UX, ...
TypePacket filtering
LicenseIPFilter
Websitecoombs.anu.edu.au/~avalon/

IPFilter (commonly referred to as ipf) is an open source software package that provides firewall services and network address translation (NAT) for many UNIX-like operating systems. The author and software maintainer is Darren Reed. IPFilter supports both IPv4 and IPv6 protocols, and is a stateful firewall.

IPFilter is delivered with FreeBSD, NetBSD, Solaris 10 & 11. The current source code that can be accessed via sourceforge is covered by GPLv2.

IPFilter can be installed as a runtime-loadable kernel module or directly incorporated into the operating system kernel, depending on the specifics of each kernel and user preferences. The software's documentation recommends the module approach, if possible.

Operating systems that are known to support IPFilter include the following:

See also

References