Am Wed, 28 Feb 2018 16:15:59 -0500 schrieb "Walter Dnes" <waltd...@waltdnes.org>:
> Is there something besides iptables? It seems to be like > systemd/perl/python, continuously expanding its scope. And no, I'm > not looking for an "easy-peasy front-end gui" that'll probably pull > in 90% of QT as dependancies. I fondly remember IPCHAINS. I don't know what you're looking for exactly. If you want a command line tool for configuring your firewall with an easier syntax than iptables you could try ufw. I don't know nftables, yet, but from what I read so far they seem to got their inspiration from ufw's syntax. ufw itself uses iptables and generates iptables rules. Principally all those firewall tools do the same. They configure the kernel's own firewall netfilter. And most if not all of those tools use themselves iptables which is besides nftables the official tool for configuring netfilter. Fun fact: iptables is the successor of ipchains. And it's a very long time ago that ipchains was replaced by iptables.