You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I have the same issue. A few necessary modules are disabled preventing the use of much of nftables functionality:
$ zgrep '^# CONFIG_NFT_' /proc/config.gz
# CONFIG_NFT_CHAIN_ROUTE_IPV4 is not set
# CONFIG_NFT_CHAIN_NAT_IPV4 is not set
# CONFIG_NFT_MASQ_IPV4 is not set
# CONFIG_NFT_REDIR_IPV4 is not set
They're required for 'nat' chains in 'ip' tables in
nftables
. The respective IPv6 options are already enabled.The text was updated successfully, but these errors were encountered: