It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
systemctl status firewalld
shows these errors:firewalld[123]: WARNING: ipset not usable, disabling ipset usage in firewall.
firewalld[123]: ERROR: Failed to load nf_conntrack module: modprobe: ERROR: could not find module by name='nf_conntrack'
modprobe: ERROR: could not insert 'nf_conntrack': Function not implemented
modprobe: ERROR: Error running install command for nf_conntrack...
firewalld[123]: ERROR: Raising SystemExit in run_server
iptables -S
only shows default rules.yum -y install yum-versionlock
wget http://vault.centos.org/7.6.1810/os/x86_64/Packages/firewalld-0.5.3-5.el7.noarch.rpm
wget http://vault.centos.org/7.6.1810/os/x86_64/Packages/firewalld-filesystem-0.5.3-5.el7.noarch.rpm
wget http://vault.centos.org/7.6.1810/os/x86_64/Packages/python-firewall-0.5.3-5.el7.noarch.rpm
yum downgrade firewalld-0.5.3-5.el7.noarch.rpm firewalld-filesystem-0.5.3-5.el7.noarch.rpm python-firewall-0.5.3-5.el7.noarch.rpm
yum versionlock firewalld firewalld-filesystem python-firewall
yum versionlock list
shows you the current versions. You should unlock the packages when firewalld 0.8.0 is available or a patch has been applied that addresses the issue.
Comments