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的主要内容,如果未能解决你的问题,请参考以下文章
centos7 打开mysql 3306端口并 设置外部访问