linux: Enable network address translation support

This commit is contained in:
Mikael 2024-09-01 20:16:49 +02:00
parent e7a6b76a77
commit 78659eeb19
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -474,12 +474,14 @@
NF_LOG_SYSLOG = true;
NF_CONNTRACK = true;
NF_NAT = true;
NF_TABLES = true;
NF_TABLES_INET = true;
NFT_CT = true;
NFT_CONNLIMIT = true;
NFT_LIMIT = true;
NFT_LOG = true;
NFT_NAT = true;
NFT_REJECT = true;
NFT_FIB_INET = true;
NF_TABLES_IPV4 = true;