Advertisement
eenpahlefi

NAT>DNS-Secure

Oct 28th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /ip firewall nat
  2. add action=dst-nat chain=dstnat dst-port=53 per-connection-classifier=both-addresses-and-ports:2/0 protocol=udp src-address-list=private-lokal to-addresses=118.98.44.10 to-ports=53
  3. add action=dst-nat chain=dstnat dst-port=53 per-connection-classifier=both-addresses-and-ports:2/1 protocol=udp src-address-list=private-lokal to-addresses=118.98.44.100 to-ports=53
  4.  
  5. /ip dns
  6. set servers=118.98.44.10,118.98.44.100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement