firewalld problem

Support for security such as Firewalls and securing linux
Post Reply
centquest
Posts: 1
Joined: 2015/01/16 10:50:22

firewalld problem

Post by centquest » 2015/01/16 10:56:34

Hello,

Why firewalld doesn't do what I expect?

--
[root@test zones]# firewall-cmd --get-active-zones
external
interfaces: berelt dmz ppp0
trusted
interfaces: lo
[root@test zones]# alias|grep fcp
alias fcp='firewall-cmd --permanent'
[root@test zones]# fcp --zone=external --remove-interface=dmz
success
[root@test zones]# fcp --zone=dmz --add-interface=dmz
success
[root@test zones]# firewall-cmd --complete-reload
success
[root@test zones]# firewall-cmd --get-active-zones
external
interfaces: berelt dmz ppp0
trusted
interfaces: lo
[root@test zones]# pwd
/etc/firewalld/zones
[root@test zones]# grep -H dmz ./*.xml
./dmz.xml: <interface name="dmz"/>
[root@test zones]# rpm -qa|grep firewalld
firewalld-0.3.9-7.el7.noarch
--


There is nothing in the /var/log/firewalld log. How can I track what is going on?

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: firewalld problem

Post by aks » 2015/02/12 20:33:25

Why firewalld doesn't do what I expect?
Because you don't understand it (have your tried reloading firewalld)?

What's your question(s)?

Post Reply