配置iptables报错ERROR: iptables: Index of deletion too big
在配置iptables中出现的一个错误
ERROR: iptables: Index of deletion too big
解决方案如下
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-restore < /tmp/somefile
版权声明:
作者:ivpsr.com
链接:https://ivpsr.com/1456.html
来源:VPS部落
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
海报
配置iptables报错ERROR: iptables: Index of deletion too big
在配置iptables中出现的一个错误
ERROR: iptables: Index of deletion too big
解决方案如下
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-……

共有 0 条评论