当前位置:Linux教程 - Linux文化 - iptables静态nat问题

iptables静态nat问题


>>> 此贴的回复 >> iptables -t nat -I PREROUTING -d 公网地址 -j DNAT --to 内网地址 若只想做内网服务器,这一句足以

iptables -t nat -I POSTROUTING -s 内网地址 -j SNAT --to 公网地址 若要内网那台服务器也能主动访问外网,则还需要添加这一句

[ 关闭窗口 ]

Copyright © 1999-2000 LSLNET.COM. All rights reserved. 蓝森林网站 版权所有。 E-mail : [email protected]