User Tools

Site Tools


internet:dns:public_dns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:dns:public_dns [2016/01/02 21:16]
gcooper
internet:dns:public_dns [2016/01/02 21:40] (current)
gcooper
Line 36: Line 36:
 :!: With ''export-etc-hosts=on'', we can take advantage of a ''hosts'' file with ad servers. :!: With ''export-etc-hosts=on'', we can take advantage of a ''hosts'' file with ad servers.
  
-===== Configure a Mikrotik Router as Caching DNS Client =====+===== Configure a Mikrotik Router as DNS Client and Caching DNS Server ===== 
 + 
 +  - Select **IP -> DNS -> Allow Remote Requests** 
 +    - Allows LAN clients behind the Mikrotik to use it as their DNS server 
 +  - Configure the LAN's DHCP server to hand out the Mikrotik's IP address as the DNS server 
 +    - **Mikrotik as DHCP Server** configuration shown here 
 + 
 +{{ :internet:dns:mikrotik_caching_dns.png?350 |Mikrotik IP DNS Settings}} 
 + 
 +{{ :internet:dns:mikrotik_dhcp_dns.png?650 |Mikrotik DHCP Server Settings}} 
 + 
 +<file> 
 +/ip dhcp-server 
 +add address-pool=dhcp_pool1 disabled=no interface=bridge1 lease-time=3d name=dhcp1 
 +/ip dhcp-server network 
 +add address=192.168.20.0/24 dns-server=192.168.20.1 gateway=192.168.20.1 
 +</file>
  
-{{ :internet:dns:mikrotik_caching_dns.png?450 |Mikrotik IP DNS Settings}} 
internet/dns/public_dns.1451794589.txt.gz · Last modified: 2016/01/02 21:16 by gcooper