shell
摘要: nat internet iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0 -o eth1 -j SNAT --to-source $LAN_GW_IP IPT=/sbin/iptables LAN_GW_IP=192.168.0.15 WAN_GW_IP=10.0.0.15 LAN_SERVER=192.168.0.1... 阅读全文
posted @ 2017-03-31 11:20 devops运维 阅读(956) 评论(0) 推荐(0) 编辑
python