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

Linux开放指定端口号

时间:2018-07-25 19:05:47      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:sys   inpu   端口号   rest   min   htm   文件   config   color   

1.编辑系统文件

vim /etc/sysconfig/iptables

2.进入编辑页面后,增加如下内容:

-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT  //8080表示要开放的端口号

3.保存后退出,重启网卡服务

service iptables restart

 

参考:https://www.cnblogs.com/zengweiming/p/6604424.html

Linux开放指定端口号

标签:sys   inpu   端口号   rest   min   htm   文件   config   color   

原文地址:https://www.cnblogs.com/romancetown/p/9367620.html

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