linux开启某个端口
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在Linux管理与维护中,常常需要开户防火墙来保证系统的安全性。但封闭了所有的端口可不行, 我们还是要适当的开启我们需要放行的端口。
Linux下如下开启某个端口,主要是以下操作:比如我要开放8080端口:sbin/iptables -I INPUT -p tcp --dport 8000 -j ACCEPT,在命令行输入以上命令后,再输入/etc/rc.d/init.d/iptables save保存防火墙配置。保存配置后我们重启防火墙服务,服务就能生效。 具体的操作是:/etc/rc.d/init.d/iptables restart。重启后我们可以输/etc/init.d/iptables status相应的安全服务是否开启。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)