首页 > 其他 > 详细

iptables

时间:2014-03-27 15:50:32      阅读:584      评论:0      收藏:0      [点我收藏+]

http://man.chinaunix.net/network/iptables-tutorial-cn-1.1.19.html

我的开发环境提交到svn后别的同时总是连我本机的很多服务器搞的混乱不看和性能低下,一狠心都给禁了。


Chain INPUT (policy DROP)
target     prot opt source               destination         
ACCEPT     all  --  192.168.0.240        0.0.0.0/0           
ACCEPT     all  --  192.168.0.241        0.0.0.0/0           
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED

Chain FORWARD (policy DROP)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination  

iptables,布布扣,bubuko.com

iptables

原文:http://www.cnblogs.com/jvava/p/3627857.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!