Displaying 1 result from an estimated 1 matches for "nft_log".
2019 Aug 04
2
[Bug 1359] New: nft 0.9.1 - table family inet, chain type nat, fails to auto-load modules
...file or
directory
chain prenats { type nat hook prerouting priority -100;
^^^^^^^
/etc/nftables.conf:395:8-15: Error: Could not process rule: No such file or
directory
chain postnats { type nat hook postrouting priority 100;
^^^^^^^^
$ lsmod |grep nft
nft_log 16384 0
nft_limit 16384 0
nft_ct 20480 0
nf_conntrack 163840 1 nft_ct
nf_tables 163840 4 nft_ct,nft_log,nft_limit,nf_tables_set
Edit:
table inet nats { -> table ip nats {
$ sudo /etc/nftables.conf
$ lsmod |grep nft
nft_ch...