@vortex21 said in Reflection NAT using WAN Address as Source IP:
I have configured Reflection NAT in my lab to test a DNS View problem. The DNS server is configured with an internal LAN IP address and has two DNS views, all queries from the internal lan are processed on the DNS Internal view.
I'm wondering about the reason for using NAT reflection.
Why don't you simply forward packets to the DNS servers.
Is possible to get Reflection NAT to use the WAN address as the source address or do I have to create individual NAT rules?
Yes, you will need to add an outbound NAT rule for that.
You might have to switch into hybrid mode if the outbound NAT is still working in automatic.
Add a rule and limit the protocoll to TCP/UDP and the port to 53 (or even 853 in case of DoT) and enter the DNS servers IP at destination, go down and select the WAN IP from the Translation address drop-down.
Anyway, when forwarding DNS requests, an outbound NAT rule will be needed as well.