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

linux服务器配置防火墙使用端口

时间:2018-01-17 18:12:13      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:文件   input   关闭   linux服务器   sysconf   off   style   body   color   

重启后生效方法:

1.开启: chkconfig iptables on

2.关闭: chkconfig iptables off

 即时生效,重启后失效 :

1.开启: service iptables start

2.关闭: service iptables stop

在开启了防火墙时,做如下设置,可以有选择性地开启相关端口: 需要修改/etc/sysconfig/iptables 文件,添加以下内容来开放端口访问:

-A INPUT -m state --state NEW -m tcp -p tcp --dport port -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport port -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport port -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport port -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport port -j ACCEPT

 

linux服务器配置防火墙使用端口

标签:文件   input   关闭   linux服务器   sysconf   off   style   body   color   

原文地址:https://www.cnblogs.com/plmm/p/8303857.html

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