close
例如對外ip為163.22.111.x,內部web server ip為192.168.1.10:80
iptables -t nat -A PREROUTING -p tcp -d 163.22.111.x --dport 80 -j DNAT --to 192.168.1.10:80
如果要讓內部網路(192.168.1.0/24)透過nat伺服器上網
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.0/24 -j MASQUERATE
全站熱搜
留言列表