Hello everyone, I found a solution and it seems to happen on newer versions of Centos OS. It is SELINUX. all I did was set it to permissive mode with the command:
sudo setenforce 0
Then modify the file “/etc/selinux/config” and change the following line:
SELINUX=enforcing
TO
SELINUX=permissive
If that does not work, try testing with disabling SELINUX.
-
This reply was modified 3 years, 10 months ago by WookieeFer.