Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Firewalld issue

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
questlinq
Posts: 69
Joined: 2017-09-19 08:51

Firewalld issue

#1 Post by questlinq »

Hello,

I'm running Debian Buster as a router with Firewalld and Dnsmasq - after router is simple plug&play switch with APs and PCs.

It works if I don't touch the setup ..

1. When a PC is disconnected from a switch it doesn't get re-connected to the router/internet when I plug-it back, unless if I do "systemctl restart firewalld" on the router.
2. When I disconnect APs they all get re-connected to the router/internet without running "systemctl restart firewalld" on the router.

Does anyone know what the issue might be?

questlinq
Posts: 69
Joined: 2017-09-19 08:51

Re: Firewalld issue

#2 Post by questlinq »

and now this happens on
firewall-cmd --reload
ERROR: '/usr/sbin/iptables-restore -w -n' failed: iptables-restore v1.8.2 (nf_tables):
line 4: RULE_REPLACE failed (No such file or directory): rule in chain INPUT
line 4: RULE_REPLACE failed (No such file or directory): rule in chain FORWARD
line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Firewalld issue

#3 Post by Head_on_a_Stick »

Probably best to post your rules, I think the preferred method is

Code: Select all

iptables-save
deadbang

questlinq
Posts: 69
Joined: 2017-09-19 08:51

Re: Firewalld issue

#4 Post by questlinq »

I found this https://bugs.debian.org/cgi-bin/bugrepo ... bug=931722.

Now, the question is - Will new version come to Debian Buster?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Firewalld issue

#5 Post by Head_on_a_Stick »

deadbang

questlinq
Posts: 69
Joined: 2017-09-19 08:51

Re: Firewalld issue

#6 Post by questlinq »

@Head_on_a_Stick

Thank you.

Post Reply