• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss

Maybe firewalld is getting in the way. You can temporarily disable it:

sudo systemctl stop firewalld

If that doesn’t work, you can see if SELinux is the issue. Temporarily disable:

sudo setenforce 0

Be sure to re-enable SELinux:

sudo setenforce 1