赞
踩
# iptables -L -n|grep 22
- # iptables -A INPUT -p tcp --dport 22 -j DROP
- # iptables -A OUTPUT -p tcp --sport 22 -j DROP
-
-
-
- 查看22号端口状态
- # iptables -L -n|grep 22
-
- DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:22
- # iptables -A INPUT -p tcp --dport 22 -j ACCEPT
- # iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
- # iptables -F
-
- 提示:为了不必要的麻烦,尽量不要使用,因为之前所有的iptables规则全没了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。