码迷,mamicode.com
首页 > 系统相关 > 详细

linux中iptables初学笔记

时间:2014-09-05 17:48:11      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:os   ar   art   c   linux   管理   res   table   as   

centos中对iptables进行管理实例:

对固定网段进行3306端口开放

-bash-3.2# iptables -I INPUT -s 121.124.152.0/22 -p tcp --dport 3306 -j ACCEPT
-bash-3.2# iptables -I INPUT -s 111.87.191.0/28 -p tcp --dport 3306 -j ACCEPT
-bash-3.2# /etc/init.d/iptables save

-bash-3.2# service iptables restart

linux中iptables初学笔记

标签:os   ar   art   c   linux   管理   res   table   as   

原文地址:http://www.cnblogs.com/ganb/p/3958373.html

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