iptables nat ip地址转发

一、设置 在 192.168.152.195 上 设置 将 对 192.168.152.195的请求转发到172.17.0.2 并实现 逆转 iptables -t nat -A PREROUTING -d 192.168.152.195 -j DNAT --to-destination 172.17.0.2 iptables -t nat -A POSTROUTING -d 172.17.0.2
相关文章
相关标签/搜索