On 18/05/2020 15:13, Stephen Satchell wrote:
I'm building a CentOS 8.1 system on a Protectly four-port appliance, to
be my new firewall. To avoid problems, I'm trying to remove IPTABLES
completely from the system so there is no chance of interference between
the two firewalls.
Problem: systemd requires iptables-lib.
1. Why?
systemd uses libiptc for some features. One example I'm aware of is the
--port option of systemd-nspawn.
2. How to keep systemd from requiring iptables-lib?
Build it with -Dlibiptc=false.
--
Kerin Millar