DNS Server

hi, how do i make sure that users are using only the dns server given via dhcp thru my router and not any other dns servers. I want a script which automatically redirects all name server resolutions to the dns server specified in my router even if they manually set the dns servers.

thanks

Try this:

/ip firewall nat add action=dst-nat chain=dstnat comment=“” disabled=no in-interface=<YOUR_CLIENTS_INTERFACE> dst-address=! dst-port=53 protocol=udp to-addresses= to-ports=53


Jorge