嘿,我在运行cent'os的虚拟机上有此防火墙“ IPtables”脚本。

它说不好的说法是“ postrouting”

linux - 防火墙脚本“centos”中的错误参数“postrouting”-LMLPHP

而且我无法在其他虚拟机上执行ping操作,并且在运行脚本之前已经测试了ping操作。

这是我的病毒机网络图:

linux - 防火墙脚本“centos”中的错误参数“postrouting”-LMLPHP

最佳答案

我认为我找到了解决方案:
iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to 10.224.67.X

但我仍然无法ping:P

关于linux - 防火墙脚本“centos”中的错误参数“postrouting”,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32932347/

10-12 22:34