大学哩

 
  • 游客
收藏 | 举报 2017-09-30 08:39   关注:32662   回答:1

请教关于Linux的iptables的nat

已关闭 悬赏分:0
是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
举报 2017-09-30 08:59
Linux的问题你在这里一般很少能得到解决。。去 试试吧。。。
0条 [查看全部]  相关评论