Initial release | 26 August 1999 | (Linux 2.3.15)
---|---|
Stable release | 6.11.6[1]
/ 1 November 2024 |
Written in | C |
Operating system | Linux |
Type |
|
License | GNU GPL |
Website | netfilter |
Netfilter is a framework provided by the Linux kernel that allows various networking-related operations to be implemented in the form of customized handlers. Netfilter offers various functions and operations for packet filtering, network address translation, and port translation, which provide the functionality required for directing packets through a network and prohibiting packets from reaching sensitive locations within a network.
Netfilter represents a set of hooks inside the Linux kernel, allowing specific kernel modules to register callback functions with the kernel's networking stack. Those functions, usually applied to the traffic in the form of filtering and modification rules, are called for every packet that traverses the respective hook within the networking stack.[2]