Hello.
I'm starting to work with my RB800. I'm trying to change my providers DNS for others, for example Google 8.8.8.8. Any time I changed them in /ip DNS the internet stop working. I also add this firewall rule to force the use of Google DNS
/ip firewall nat
add chain=dstnat protocol=udp dst-port=53 action=redirect
add chain=dstnat protocol=tcp dst-port=53 action=redirect
But without success. Any idea about what I'm doing bad? I'm new with this kind of systems. Thanks!