在Linux系统中怎么给iptables规则添加注释

本篇内容主要讲解“在Linux系统中怎么给iptables规则添加注释”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“在Linux系统中怎么给iptables规则添加注释”吧!

10年的大关网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。成都全网营销推广的优势是能够根据用户设备显示端的尺寸不同,自动调整大关建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。创新互联从事“大关网站设计”,“大关网站推广”以来,每个客户项目都认真落实执行。

给iptables规则添加注释,以此给你的老板和同事一个好印象。方法如下:

什么是iptables的注释呢?

iptables的注释一般使用在每条规则的后面,注释一般用 /*  */ 包住。(具体的见下面的iptables规则中的注释  /* allow  SSH to  this host  from  anywhere */ )

   

代码如下:

$ sudo iptables -L
   Chain INPUT (policy DROP)
   target     prot opt source               destination
   ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED /* allow inbound traffic for established and related connections */
   fail2ban-ssh  tcp  --  anywhere             anywhere             multiport dports ssh
   ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh /* allow SSH to this host from anywhere */
   ACCEPT     udp  --  anywhere             anywhere             udp dpt:route /* allow incoming RIP on the internal interface */
   ACCEPT     all  --  localhost            localhost            /* allow any local-only traffic */
   ACCEPT     ipv6 --  tserv2.ash2.he.net   anywhere             /* allow IPv6 tunnel traffic from HE */
   ACCEPT     icmp --  anywhere             anywhere             /* allow ICMP traffic to this host from anywhere */</p> <p>    Chain FORWARD (policy DROP)
   target     prot opt source               destination
   ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED /* allow inbound traffic for established and related connections */
   ACCEPT     all  --  anywhere             anywhere             /* allow all Internet bound traffic from the internal network */
   ACCEPT     icmp --  anywhere             anywhere             /* forward any ICMP traffic */</p> <p>    Chain OUTPUT (policy ACCEPT)
   target     prot opt source               destination</p> <p>    Chain fail2ban-ssh (1 references)
   target     prot opt source               destination
   RETURN     all  --  anywhere             anywhere

 
为新的iptables规则添加注释

为新的iptables规则添加注释的语法为 :  comment --comment “要添加的注释文字”
具体的例子:下面添加一条允许ssh流量通过的规则,并且给这条规则添加注释:

代码如下:

$ sudo iptables -A INPUT -p tcp -m tcp --dport 22 -m comment --comment "allow SSH to this host from anywhere" -j ACCEPT

然后用 -L 列出规则,就会看到刚才添加的规则和下面的一样:

代码如下:

$ sudo iptables -L</p> <p>ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh /* allow SSH to this host from anywhere */

到此,相信大家对“在Linux系统中怎么给iptables规则添加注释”有了更深的了解,不妨来实际操作一番吧!这里是创新互联网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

当前文章:在Linux系统中怎么给iptables规则添加注释
文章转载:https://www.cdcxhl.com/article10/jgchdo.html

成都网站建设公司_创新互联,为您提供网站内链ChatGPT响应式网站Google虚拟主机动态网站

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

手机网站建设