赞
踩
iptables -t filter -N newchain
iptables -t filter -I INPUT -j newchain
iptables -t filter -I newchain -p tcp -j REJECT
iptables -t filter -F newchain
iptables -t filter -D INPUT 1
iptables -X newchain
iptables -E newchain newchain2
————————————————
原文链接:https://mp.csdn.net/mdeditor/102958479
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。