Here, we use Opendns to block some webpages, f.i. social networking, 18+, etc.
My company bought a Rb 951g-2hnd and I need configure the dns from domain controller and forward to Opendns.
My question is: The manager needs open any website, then I need forward only one host to another dns.
Is possible?
I was reading about this and I see that is possible capture dns packets and forward, but is possible do this only to one host?
The PC have static IP 192.168.88.10, and I want that it uses the DNS 8.8.8.8
Then I need to do this?:
/ip firewall nat
add chain=dstnat action=dst-nat src-addresses=192.168.88.10 to-addresses=8.8.8.8 to-ports=53 protocol=tcp dst-port=53
add chain=dstnat action=dst-nat src-addresses=192.168.88.10 to-addresses=8.8.8.8 to-ports=53 protocol=udp dst-port=53