centos7.5 防火墙
Posted dengmeinan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7.5 防火墙相关的知识,希望对你有一定的参考价值。
防火墙
查看防火墙状态
firewall-cmd --state
systemctl status firewalld
停止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
关掉selinux
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/‘ /etc/selinux/config
永久修改主机名
hostnamectl set-hostname ***
以上是关于centos7.5 防火墙的主要内容,如果未能解决你的问题,请参考以下文章