是Linux
是另外一台装有WEB的服务器,
我想访问 的时候
让他nat到 的80上。
以下是我设置的,但是不行。应该怎么设置呀?
root@ubuntu:/home/# iptables -t nat -F
root@ubuntu:/home/# iptables -t nat -X
root@ubuntu:/home/# iptables -t nat -A PREROUTING -i eth0 -d -p tcp --dport 80 -j DNAT --to
root@ubuntu:/home/# iptables -t nat -A POSTROUTING -o eth0 -s -p tcp --sport 80 -j SNAT --to