Firewallld Problems !

Support for security such as Firewalls and securing linux
Post Reply
fastello
Posts: 3
Joined: 2017/08/29 08:41:22

Firewallld Problems !

Post by fastello » 2017/08/29 08:44:27

Hi guys !

I need some help whit my Centos 7.3 and firewalld !

[root@fastspeak ~]# systemctl status firewalld -l
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2017-08-29 10:35:07 CEST; 1min 16s ago
Docs: man:firewalld(1)
Main PID: 128 (firewalld)
CGroup: /system.slice/firewalld.service
└─128 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid

Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: '/usr/sbin/iptables -w2 -t filter -I INPUT 1 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT' failed:
Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: '/usr/sbin/iptables -w2 -A IN_public_allow -t filter -s 208.167.241.190 -m tcp -p tcp --dport 10011 -m conntrack --ctstate NEW -j ACCEPT' failed:
Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
Aug 29 10:36:21 fastspeak.it firewalld[128]: ERROR: '/usr/sbin/ip6tables -w2 -A IN_public_allow -t filter -p udp --dport 546 -d fe80::/64 -m conntrack --ctstate NEW -j ACCEPT' failed:
Aug 29 10:36:22 fastspeak.it firewalld[128]: ERROR: Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
Aug 29 10:36:22 fastspeak.it firewalld[128]: ERROR: '/usr/sbin/iptables -w2 -I INPUT_ZONES 1 -t filter -i venet0 -g IN_public' failed:
Aug 29 10:36:22 fastspeak.it firewalld[128]: ERROR: Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
Aug 29 10:36:22 fastspeak.it firewalld[128]: ERROR: '/usr/sbin/ip6tables -w2 -I INPUT_ZONES 1 -t filter -i venet0 -g IN_public' failed:

Some info:
Kernel: Installed
Iptables: Installed
Firewalld: installed
Centos ver: 7.3

i tried to solve this but i don't able to do this !

thanks in advance for replies !

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Firewallld Problems !

Post by TrevorH » 2017/08/29 09:14:08

Post the output from uname -a
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fastello
Posts: 3
Joined: 2017/08/29 08:41:22

Re: Firewallld Problems !

Post by fastello » 2017/08/29 09:46:52

[root@fastspeak ~]# uname -a
Linux fastspeak.it 3.10.0 #1 SMP Sat Jul 29 14:57:34 MSK 2017 x86_64 x86_64 x86_64 GNU/Linux

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Firewallld Problems !

Post by TrevorH » 2017/08/29 10:42:26

That's either incomplete or you are not running a CentOS kernel.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fastello
Posts: 3
Joined: 2017/08/29 08:41:22

Re: Firewallld Problems !

Post by fastello » 2017/08/29 10:51:29

Centos Kernel was actived/installed, i resolved it whit my HosterSupport, the problem was some disabled packages... they haven't explain more to me .

Now it's work.

Thanks for support <3


You can close this :D

Post Reply