hello, i hav a link from my provider, but i want to change with another provider, so the problem is that my client use 1st provider dns, and 2nd provider have othe dns, so how can i redirect just in my mikrotik and client dont need to change..
chain=dstnat action=dst-nat to-addresses=1.2.3.4 (the ip of your new provider) to-ports=53 protocol=udp in-interface=local (or whatever your internal interface is called) dst-port=53
Or simply input the new provider’s DNS settings directly into Miktotik and then alter the above rule to redirect to the router.
my clients use for example 192.168.1.1 dns and 192.168.1.2
so other provider have 182.168.1.1 and second 182.168.1.2, so how can i redirect dns in my mikrotik, cause i have much clients and i cant change every computer dns..