Modules built in 6.12: /boot/config-6.12.100.mx64.493:CONFIG_IP_NF_NAT=m /boot/config-6.12.100.mx64.493:CONFIG_IP6_NF_NAT=m ``` @wtf:~$ lsmod |grep ipt iptable_nat 12288 1 nf_nat 53248 2 xt_nat,iptable_nat ip_tables 20480 1 iptable_nat x_tables 36864 4 xt_tcpudp,xt_nat,ip_tables,iptable_nat ``` In 6.18 missing: /boot/config-6.18.46.mx64.497:# CONFIG_IP_NF_NAT is not set /boot/config-6.18.46.mx64.497:# CONFIG_IP6_NF_NAT is not set ``` @wtf:~$ lsmod |grep ipt iptable_filter 12288 0 ip_tables 20480 1 iptable_filter x_tables 45056 2 iptable_filter,ip_tables ```