Installed it with yum (yum install firewalld)
ran systemclt status firewalld which says it's running. However when I run firewall-cmd --state it says not running.
Also if I do firewall-cmd --get-default-zone, nothing shows up!
How can I resolve this? I already uninstalled and reinstalled with yum and the same thing happens.
On 31/03/16 18:23, John Housty wrote:
Installed it with yum (yum install firewalld)
ran systemclt status firewalld which says it's running. However when I run firewall-cmd --state it says not running.
Also if I do firewall-cmd --get-default-zone, nothing shows up!
How can I resolve this? I already uninstalled and reinstalled with yum and the same thing happens.
Have you tried this as root? systemctl status firewalld
The firewalld.service needs to be running.
Hi David, I am logged in as root and the service is running. It still does not work! Any other suggestions?
On 01/04/16 12:50, John Housty wrote:
Hi David, I am logged in as root and the service is running. It still does not work! Any other suggestions?
Ensure that dbus is running (systemctl status dbus.service) ... otherwise looking into the logs may give some clues (journalctl -u firewalld and /var/log/messages).
Hello John,
On 04/01/2016 12:50 PM, John Housty wrote:
Hi David, I am logged in as root and the service is running. It still does not work! Any other suggestions?
Please attach the output of these commands (as root):
1) systemctl status firewalld 2) ps auxww | grep firewalld 3) rpm -qa '*firewall*' 4) rpm -Va '*firewall*' 5) systemctl status dbus
Are there error messages in the system log?
firewalld-users mailing list firewalld-users@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/firewalld-users@lists.fedorahoste...
Regards, Thomas
firewalld-users@lists.fedorahosted.org