91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

在Linux系統中怎么給iptables規則添加注釋

發布時間:2021-08-03 18:11:13 來源:億速云 閱讀:286 作者:chen 欄目:系統運維

本篇內容主要講解“在Linux系統中怎么給iptables規則添加注釋”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“在Linux系統中怎么給iptables規則添加注釋”吧!

給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規則添加注釋”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

荥经县| 齐河县| 台州市| 新竹市| 祥云县| 台江县| 东阳市| 阳原县| 沙雅县| 裕民县| 庆安县| 农安县| 丁青县| 荆州市| 包头市| 大新县| 科尔| 成都市| 石阡县| 额尔古纳市| 通州区| 诸城市| 日土县| 图木舒克市| 永定县| 铜陵市| 都昌县| 寿光市| 墨玉县| 吴川市| 莱州市| 莆田市| 孟州市| 昆山市| 隆德县| 华阴市| 科尔| 搜索| 喀喇沁旗| 施秉县| 大宁县|