CentOS8 SELinuxとfirewalldの無効化

SELinuxの無効化

# vi /etc/selinux/config
SELINUX=disabled

# reboot

firewalldの無効化

# systemctl stop firewalld
# systemctl disable firewalld