linux服务器查看防火墙状态
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在linux上部署项目的时候,发现tomcat启动了,但是项目还是访问不了,最后发现是防火墙的问题,在此记录一下。
首先,查看防火墙的状态,service iptables status
可以查看到iptables服务的当前状态,通过下图绿色部分可以看出当前防火墙的状态是开启的,我们也可以通过iptables -L
命令来查看防火墙的规则。
接下来就是启动和关闭防火墙:
1) 重启后生效
开启: chkconfig iptables on
关闭: chkconfig iptables off
2) 即时生效,重启后失效
开启: service iptables start
关闭: service iptables stop
关闭防火墙之后,再查看防火墙状态,原先绿色部分的地方已经编程灰色,并且括号里变成了dead。
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)