mateus1020 Hi! In our servers, we replace the iptables to nftables. Too many comments has automatically adding on INPUT tables: Some trick to solved it? we do not use the aapanel firewall, only the cutom nftables rules. Thank you!
mateus1020 Was solved! Following the steps: Remove ipset, iptables and all dependences: dnf remove ipset iptables Reboot Reinstall Nftables, firewalld and yours dependences: dnf install nftables firewalld It's done, firewalld and nftables work perfectly =)
mateus1020 UPDATES! Open the file /www/server/panel/class_v2/breaking_through.py Jump to 121 line and comment it Add to 'pass' before the line. Example: #public.ExecShell('iptables -I INPUT -m set --match-set {} src -j {}'.format(self._types, rule_type)) pass # Add this line Restart the bt service: 'bt 1' on prompt command All done =)