国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Linux > 正文

在Linux系統中給iptables規則添加注釋的教程

2020-07-10 11:21:42
字體:
來源:轉載
供稿:網友

給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.ash1.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 */

教程完!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 陇南市| 安阳市| 图木舒克市| 城固县| 遂川县| 武汉市| 桂阳县| 沙湾县| 水城县| 余姚市| 新丰县| 汶上县| 绥江县| 常熟市| 英德市| 合阳县| 阿拉善盟| 和田县| 瓦房店市| 调兵山市| 深泽县| 涿州市| 天台县| 改则县| 太和县| 金塔县| 临安市| 景德镇市| 志丹县| 绥阳县| 罗平县| 永靖县| 桂平市| 衡阳县| 巨野县| 镇赉县| 铜鼓县| 内黄县| 正阳县| 凤山市| 峡江县|