Nat Support In Ip6tables


pwsnla

Members
Apr 18, 2018
15
15
I am running 8.4.4 on Mi 6 and now that IPv6 is becoming more common I noticed that ip6tables do not include nat table. I am getting the following error message when trying to put a rule into 'nat' table:

ip6tables v1.6.1: can't initialize iptables table `NAT': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

Is there any chance to include it? I am running dnscrypt-proxy 2 and need to redirect all outgoing DNS requests to dnscrypt running on localhost. This works for IPv4 connections but cannot be done for IPv6 connections without 'nat' table.