马春杰杰博客
致力于深度学习经验分享!

CentOS关闭防火墙

文章目录
[隐藏]

安装宝塔之后会自动开启防火墙,这里就说下如何关闭。

查看状态:

systemctl status firewalld

firewall-cmd --state

关闭防火墙:

service firewalld stop

想重新开启的话:

# 开启 service firewalld start
# 重启 service firewalld restart

查看目前的防火墙规则:

firewall-cmd --list-all

永久关闭防火墙:

chkconfig firewalld off

其他命令:

启动一个服务:systemctl start firewalld.service
关闭一个服务:systemctl stop firewalld.service
重启一个服务:systemctl restart firewalld.service
显示一个服务的状态:systemctl status firewalld.service
在开机时启用一个服务:systemctl enable firewalld.service
在开机时禁用一个服务:systemctl disable firewalld.service
查看服务是否开机启动systemctl is-enabled firewalld.service;echo $?
查看已启动的服务列表:systemctl list-unit-files|grep enabled

本文最后更新于2021年10月26日,已超过 1 年没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!

如果你对这篇文章有什么疑问或建议,欢迎下面留言提出,我看到会立刻回复!

打赏
未经允许不得转载:马春杰杰 » CentOS关闭防火墙

留个评论吧~ 抢沙发 评论前登陆可免验证码!

私密评论
  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址(选填,便于回访^_^)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏

登录

忘记密码 ?

切换登录

注册