码迷,mamicode.com
首页 > 其他好文 > 详细

iptables

时间:2017-03-24 14:09:33      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:局域网   conf   转发   --   eth0   开启   1.0   网关服务器   war   

使得局域网服务器可以上外网:搭建网关服务器

 

添加iptables 规则并开启路由转发

  #iptables -t nat -I POSTROUTING -s 192.168.1.0/24 -o eth0 -j SNAT --to-source 192.168.80.128

      

  

  设置允许转发

    #sysctl -w net.ipv4.ip_forward=1

     或修改文件:/etc/ sysctl.conf 

          net.ipv4.ip_forward=1

    

 

iptables

标签:局域网   conf   转发   --   eth0   开启   1.0   网关服务器   war   

原文地址:http://www.cnblogs.com/doscho/p/6610728.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!