📡 ISP Lite & Premium
...
ISP and WISP Setup Guide
Cloud and local DNS cache
Mikrotik for ISP: NAT rules to DNS Proxy
1min
if you've installed the dns proxy machine, you need to create nat rules on mikrotik to automatically redirect all dns requests (port 53 tcp and udp) to dns proxy ip, except those that come from dns proxy itself copy the following commands and replace < dns proxy ip > with the dns proxy ip then paste it into your mikrotik terminal /ip firewall nat add action=dst nat src address!=< dns proxy ip > comment=internetprotection chain=dstnat dst port=53 protocol=udp to addresses=< dns proxy ip > to ports=53 add action=dst nat src address!=< dns proxy ip > chain=dstnat dst port=53 protocol=tcp to addresses=< dns proxy ip > to ports=53 /ip firewall nat move \[/ip firewall nat find comment=internetprotection] 0 other ways to ask the operation of the general nat rules for mikrotik the general nat rules for mikrotik how to manage them