What is netfilter/iptables?
netfilter and iptables are building blocks of a framework inside the Linux 2.4.x and 2.6.x kernel. Thisframework enables packet filtering, network address [and port] translation(NA[P]T) and other packet mangling. It is the re-designed and heavily improvedsuccessor of the previous Linux 2.2.x ipchainsand Linux 2.0.x ipfwadm systems.
netfilter is a set of hooks inside the Linux kernel that allows kernel modulesto register callback functions with the network stack. A registered callbackfunction is then called back for every packet that traverses the respectivehook within the network stack.
iptables is a generic table structure for the definition of rulesets. Eachrule within an IP table consists of a number of classifiers (iptablesmatches) and one connected action (iptables target).
netfilter, iptables and the connection tracking as well as the NAT subsystemtogether build the whole framework.
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073