
在配置iptables中出现的一个错误
ERROR: iptables: Index of deletion too big
解决方案如下
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-restore < /tmp/somefile 
在配置iptables中出现的一个错误
ERROR: iptables: Index of deletion too big
解决方案如下
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-restore < /tmp/somefile