selinux는 포트 8332를 차단합니다. 이제 잠금을 해제하고 싶습니다. 그런데 rpc 연결에는 어떤 포트 유형을 사용해야 합니까? 제가 받은 메시지는 다음과 같습니다.
SELinux is preventing /usr/sbin/php-fpm from name_connect access on the tcp_socket port 8332.
***** Plugin connect_ports (85.9 confidence) suggests *********************
If you want to allow /usr/sbin/php-fpm to connect to network port 8332
Then you need to modify the port type.
Do
# semanage port -a -t PORT_TYPE -p tcp 8332
waarin PORT_TYPE een van de volgende is: dns_port_t, dnssec_port_t, http_port_t, kerberos_port_t, ocsp_port_t.
답변1
몇 가지 검색 끝에 마침내 답을 찾았습니다. 다음 명령을 실행하세요.
sudo setsebool -P httpd_can_network_connect 1