Tag: iptables
About
Netfilter is a framework that provides a set of hooks within the Linux kernel for intercepting and manipulating network packets. The best-known component on top of netfilter is the firewall which filters packets, but the hooks are also used by other components which perform network address translation, stateful tracking and packet enqueueing to userspace. The name Netfilter also refers to the name of the project that provides a set of firewalling tools for Linux. These components are usually Loadable Kernel Modules, although the project also offers a set of userspace tools and libraries. Backwards compatibility support for ipchains has been recently removed.
iptables is the name of the user space tool by which administrators create rules for the packet filtering and NAT modules. While technically iptables is merely the tool which controls the packet filtering and NAT components within the kernel, the name iptables is often used to refer to the entire infrastructure, including netfilter, connection tracking and NAT, as well as the tool itself. iptables is a standard part of all modern Linux distributions.
From en.wikipedia.org/wiki/Iptables






tagcloud