某天给 Docker 运行中的容器添加端口 NAT ,出错, 删不掉规则
ERROR: iptables: Index of deletion too big
各种找:
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-restore < /tmp/somefile
这样就可以
某天给 Docker 运行中的容器添加端口 NAT ,出错, 删不掉规则
ERROR: iptables: Index of deletion too big
各种找:
iptables-save >/tmp/somefile
vi /tmp/somefile
iptables-restore < /tmp/somefile
这样就可以