1iptables-translate -t filter -A INPUT -j AUDIT --type accept 2nft add rule ip filter INPUT counter log level audit 3 4iptables-translate -t filter -A INPUT -j AUDIT --type drop 5nft add rule ip filter INPUT counter log level audit 6 7iptables-translate -t filter -A INPUT -j AUDIT --type reject 8nft add rule ip filter INPUT counter log level audit 9