Hi,
I spoke too soon
While the errors disappear when I look into dmesg, the result is still the same.
When IPV6 works, the IPV4 iptables rules are abandoned.
When I disable IPV6, the iptables rules are working.
Cheers.
Hi,
Thanks for the tips.
Somehow, changing the destination ip address to another provider is what works for me.
Now, I can bypass transparent dns proxy and still have IPv6.
Cheers.
HI,
AX56U with merlin 384.18
I have iptables rules in firewall-start like this:
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 23.21.43.50:1512
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 23.21.43.50:1512
It works when using IPv4 only.
When I...