centos7开端口并设置selinux

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7开端口并设置selinux相关的知识,希望对你有一定的参考价值。

if selinux is enforcing and we want to add port 943 to haproxy

? semanage port -l | grep http_port_t
? semanage port -a -t http_port_t -p tcp 943
? semanage -l | grep 943
? firewall-cmd --permanent --add-port=943/tcp
? firewall-cmd --reload
? firewall-cmd --list-all

  • firewall-cmd --list-all-zones

以上是关于centos7开端口并设置selinux的主要内容,如果未能解决你的问题,请参考以下文章

centos 7 ssh 为啥连接不上 22端口开了

centos7 打开mysql 3306端口并 设置外部访问

CentOS7 使用ntp设置系统时间,开机自动设置时间,

Linux Centos7 网络扫描nmap和inode节点

centos 7怎么查看开启的端口号

CentOS7 防火墙 Firewalld 规则配置文件批量放行端口