随笔分类 -  iptables

Iptables is used to set up, maintain, and inspect the tables of IPv4 packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user-defined chains. Each chain is a list of rules which can match a set of packets. Each rule specifies what to do with a packet that matches. This is called a ‘target’, which may be a jump to a user-defined chain in the same table.
摘要:iptables规则的关系,是自上而下进行过虑的。所以添加规则时,要通过文件进行添加,这样的话,可以控制其顺序。A机器:[root@www ~]# netstat -an | grep 6100tcp 0 0 0.0.0.0:6100 0.0.0.0:* LISTEN tcp 0 0 192.168... 阅读全文
posted @ 2014-12-31 15:07 山下小溪 阅读(512) 评论(0) 推荐(0)