Re: firewalld on Debian 12

2023-07-09 Thread David Mehler
Hello, I sent a posting to the firewalld list, so far nothing. I do have a kludge/fix that does make firewalld work, though with an error. The fix is to change the backend option from nftables to iptables in /etc/firewalld/firewalld.conf. I then can add my rules and all is good. I do see the below

Re: firewalld on Debian 12

2023-07-08 Thread Max Nikulin
On 08/07/2023 13:16, David Mehler wrote: root@hostname:~#systemctl status firewalld ? firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/lib/systemd/system/firewalld.service; enabled; preset:> ... Jul 08 02:06:48 hostname.example.com firewalld[77366]: ERROR: '/usr/sb

Re: firewalld on Debian 12

2023-07-08 Thread john doe
My answer is an educated guess but I have not looked at the code. On 7/8/23 08:16, David Mehler wrote: Hello, I'm trying to get firewalld going on Debian 12. I'm getting a python error and I've seen it on google searches but not found a resolution. Any suggestions welcome. Here's the complete l

firewalld on Debian 12

2023-07-07 Thread David Mehler
Hello, I'm trying to get firewalld going on Debian 12. I'm getting a python error and I've seen it on google searches but not found a resolution. Any suggestions welcome. Here's the complete log. Thanks. Dave. root@hostname:/etc/ssh#cat /etc/debian_version 12.0 root@hostname:~#apt install firewal