婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > 在Linux系統(tǒng)中給iptables規(guī)則添加注釋的教程

在Linux系統(tǒng)中給iptables規(guī)則添加注釋的教程

熱門標簽:焦作人工智能電話機器人軟件 百度地圖標注陰影動態(tài) 2020電銷機器人排行 廳外呼梯系統(tǒng)布線 鹽城客服外呼系統(tǒng)軟件 貴陽語音電銷機器人招商 淘寶系統(tǒng)退貨外呼項目考試答案 北京市地圖標注 鄭州營銷外呼系統(tǒng)運營商

給iptables規(guī)則添加注釋,以此給你的老板和同事一個好印象。方法如下:

什么是iptables的注釋呢?

iptables的注釋一般使用在每條規(guī)則的后面,注釋一般用 /*  */ 包住。(具體的見下面的iptables規(guī)則中的注釋  /* 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規(guī)則添加注釋

 

為新的iptables規(guī)則添加注釋的語法為 :  comment --comment “要添加的注釋文字”
具體的例子:下面添加一條允許ssh流量通過的規(guī)則,并且給這條規(guī)則添加注釋:


復制代碼
代碼如下:
$ sudo iptables -A INPUT -p tcp -m tcp --dport 22 -m comment --comment "allow SSH to this host from anywhere" -j ACCEPT

然后用 -L 列出規(guī)則,就會看到剛才添加的規(guī)則和下面的一樣:

復制代碼
代碼如下:
$ sudo iptables -L/p> p>ACCEPT tcp -- anywhere anywhere tcp dpt:ssh /* allow SSH to this host from anywhere */

教程完!

標簽:馬鞍山 和田 湖南 法律問答 開封 和田 石家莊 淮安

巨人網絡通訊聲明:本文標題《在Linux系統(tǒng)中給iptables規(guī)則添加注釋的教程》,本文關鍵詞  在,Linux,系統(tǒng),中,給,iptables,;如發(fā)現本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《在Linux系統(tǒng)中給iptables規(guī)則添加注釋的教程》相關的同類信息!
  • 本頁收集關于在Linux系統(tǒng)中給iptables規(guī)則添加注釋的教程的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 阿鲁科尔沁旗| 龙泉市| 偏关县| 舒城县| 孝义市| 堆龙德庆县| 新昌县| 濮阳县| 太和县| 瑞昌市| 大石桥市| 岳西县| 方正县| 汕头市| 汽车| 宝丰县| 韩城市| 禄丰县| 友谊县| 南陵县| 洛南县| 南川市| 祁东县| 延寿县| 乌兰察布市| 大石桥市| 农安县| 遵化市| 长阳| 龙里县| 长兴县| 大城县| 仁寿县| 马鞍山市| 峨眉山市| 武夷山市| 句容市| 德阳市| 浑源县| 嘉祥县| 旬邑县|