Hi I have just setup a hAP to force users to use OpenDNS servers. My config its very simple just a dhcp-client to get internet connection, a bridge for the LAN, a DHCP server at this bridge and these two rules. /ip firewall nat add action=dst-nat chain=dstnat dst-port=53 protocol=udp to-addresses=\ 208.67.222.222 to-ports=53 add action=dst-nat chain=dstnat dst-port=53 protocol=tcp to-addresses=\ 208.67.220.220 to-ports=53 add action=masquerade chain=srcnatAnd the most important thing, it
s working with OpenDNS (I check this config at https://welcome.opendns.com/oops/)
The problem it`s that this same configuration has been applied to a SXT and the only change with the previous working configuration is that the WAN comes from a PPPoE client instead of a dhcp-client running on a ethernet interface and when I check it at https://welcome.opendns.com/oops/ it fails.
Any idea?
Thanks!
I have disabled in both cases de option “use peer dns” and disabled the “allow remote request” at IP–>DNS. The client resolve the DNS query but It`s not using the OpenDNS servers.