Software:IPFilter

From HandWiki
ipf
Developer(s)Darren Reed
Stable release
5.1.2 / 22 July 2012; 11 years ago (2012-07-22)
Operating systemFreeBSD, NetBSD, Solaris, illumos, OpenIndiana, Linux, HP-UX
TypePacket filtering
LicenseBefore 4.1.35 and 5.1.1: IPFilter License (BSD-like); Since 4.1.35 and 5.1.1: GNU GPLv2[note 1]
Websitewww.phildev.net/ipf/

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,[2] NetBSD,[3] Solaris 10 & 11,[4] illumos,[5] OpenIndiana[6] and HP-UX.[7] It used to be a part of OpenBSD, but it was removed by Theo de Raadt in May 2001 due to problems with its license.[8] It was subsequently replaced in OpenBSD by PF, which was developed by OpenBSD's own developers. DragonFly BSD removed its support for IPFilter in May 2011.

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.

Notes

  1. The full license text can be found from IPFILTER.LICENCE file of its source directory. The author later also licensed version 5.1.2 under the previous BSD-like license for use in FreeBSD project.[1]

See also

References

External links