1、firewalld的基本使用
启动: systemctl start firewalld
查看状态: systemctl status firewalld
停止: systemctl disable firewalld
禁用: systemctl stop firewalld
2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。
启动一个服务: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 查看已启动的服务列表:systemctl list-unit-files|grep enabled
3.配置firewalld-cmd
<div>
</div>
<div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
那怎么开启一个端口呢
</div>
<div>
添加
</div>
<div>
</div>
<div>
重新载入
</div>
<div>
</div>
<div>
查看
</div>
<div>
</div>
<div>
删除
</div>
<div>
</div>
<div>
</div>
</div>
💬 评论