OPENDNS X ACTIVE DIRECTORY

Here at the company we use Opendns to block some websites, such as social networks, 18+, etc.


I need access to the company’s managers, but it also needs to have the Domain Controller’s IP as DNS, otherwise it won’t connect to AD.

Is there any way to put Google’s DNS (8.8.8.:sunglasses:, for example, in managers so that it can bypass opendns and still continue authenticating to AD?

Domain: mattoso.local
Range IP: 192.168.0.0/24
IP Servidor: 192.168.0.150

I tried doing this procedure:

/ip firewall layer7-protocol
add name=DOMINIO_AD regexp=mattoso.local

/ip firewall nat
add action=dst-nat chain=dstnat dst-port=53 layer7-protocol=DOMINIO_AD protocol=udp src-address=192.168.0.0/24 to-addresses=192.168.0.150