firewalld runttime to permanen error

2023-11-29 Thread Charles Curley
I've just installed Debian 12 on a new machine. I'm setting up the firewall with firewalld. I have two interfaces (and lo). I'd like to change the zone of one of them from "trusted" to "home". I can do that in the runtime, but when I go to make that change per

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

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: &#

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

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@ho

Re: Bookworm: Network Manager and firewalld

2023-06-24 Thread Charles Curley
On Sat, 24 Jun 2023 20:22:27 +0200 john doe wrote: > Is there any reason why you favored Firewalled? It is available from Debian repos, uses nftables, and looks to be well documented. So far, it has worked well. I haven't had a machine using firewalld out in the wilds of the Internet.

Re: Bookworm: Network Manager and firewalld

2023-06-24 Thread john doe
On 6/17/23 23:12, Charles Curley wrote: I have been looking for a replacement for shorewall, and determined to try firewalld. > I also have been looking for a replacement for Shorewall, I came across a new firewall named Foomuuri [1]. Is there any reason why you favored Firewalled?

Bookworm: Network Manager and firewalld

2023-06-17 Thread Charles Curley
I have been looking for a replacement for shorewall, and determined to try firewalld. The user can configure it from a GUI (firewall-config), or from the command line. The latter means one can also write scripts for it. Great! So I have installed Bookworm, firewalld, and Network Manager (NM) on a

Re: FirewallD Masquerading and route forwarding

2023-03-18 Thread Timothy M Butterworth
On Fri, Mar 17, 2023 at 8:55 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > I have two network interfaces on my PC and I want to route the stub > interface to the internet facing interface and perform Masquerading. My > Internet facing NIC is set to use zone drop and

FirewallD Masquerading and route forwarding

2023-03-17 Thread Timothy M Butterworth
All, I have two network interfaces on my PC and I want to route the stub interface to the internet facing interface and perform Masquerading. My Internet facing NIC is set to use zone drop and my inside facing zone is set to use zone trusted. # enable routing echo 1 > /proc/sys/net/ipv4/ip_forwar

Re: usenet and firewalld

2019-07-22 Thread Reco
Hi. On Mon, Jul 22, 2019 at 04:16:58PM -0500, Charles Zeitler wrote: > On Mon, Jul 22, 2019 at 11:33 AM Reco wrote: > > > > On Mon, Jul 22, 2019 at 08:22:41AM -0500, Charles Zeitler wrote: > > > how do i configure firewalld to allow nntp? > > >

Re: usenet and firewalld

2019-07-22 Thread Charles Zeitler
On Mon, Jul 22, 2019 at 11:33 AM Reco wrote: > > Hi. > > On Mon, Jul 22, 2019 at 08:22:41AM -0500, Charles Zeitler wrote: > > how do i configure firewalld to allow nntp? > > Unless you did something very unconventional, firewalld should not > prevent you

Re: usenet and firewalld

2019-07-22 Thread Reco
Hi. On Mon, Jul 22, 2019 at 08:22:41AM -0500, Charles Zeitler wrote: > how do i configure firewalld to allow nntp? Unless you did something very unconventional, firewalld should not prevent you from establishing outbound connections from your host. Therefore no configuration should

usenet and firewalld

2019-07-22 Thread Charles Zeitler
how do i configure firewalld to allow nntp? thanks charles zeitler -- The Perfect Is The Enemy Of The Good Enough

Re: Firewalld

2017-07-23 Thread Tom Browder
On Sun, Jul 23, 2017 at 14:17 Reco wrote: > Hi. > > On Sun, 23 Jul 2017 17:29:54 + > Tom Browder wrote: > > > Webmin uses firewalld to manage firewalls. Is there any reason not to use > > webmin for my servers' firewall management? > > I

Re: Firewalld

2017-07-23 Thread Reco
Hi. On Sun, 23 Jul 2017 17:29:54 + Tom Browder wrote: > Webmin uses firewalld to manage firewalls. Is there any reason not to use > webmin for my servers' firewall management? I'll bite. First things first, CVE-2016-5410 and [1]. [1] comes with this beauti

Firewalld

2017-07-23 Thread Tom Browder
Webmin uses firewalld to manage firewalls. Is there any reason not to use webmin for my servers' firewall management? Thanks. -Tom