Alvin的學習筆記Log
專門記錄工作及學習所得所見
網頁
首頁
2012年5月19日 星期六
刪除防火牆中的某個規則
記錄一下
想要刪除防火牆中的某個規則,就使用如下的command,例如我想刪除對某個ip的ssh的淮許
1. /sbin/iptables -L -n
2. /sbin/iptables -D INPUT -p tcp -s x.x.x.x --dport 22 -j ACCEPT
然後儲存起來,
/sbin/iptables-save > /etc/sysconfig/iptables
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言