Firewall and selinux question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
nagiostra
Posts: 31
Joined: Sun Nov 06, 2022 4:17 pm

Firewall and selinux question

Post by nagiostra »

Our XI host (XI 5.9 on CentOS 7) is plugged into a switch which is plugged into a Palo Alto firewall device. It seems redundant to be running a firewall on the OS. Can someone tell me how to turn it off? Also, we don’t require SELINUX and it drives me nuts. What’s the risk in turning that off and how would I do that?
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Firewall and selinux question

Post by gormank »

I guess this is a general linux support page now...

grep ^SELINUX= /etc/selinux/config
SELINUX=enforcing

systemctl stop firewalld
systemctl disable firewalld
Post Reply