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:33]
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 =====
- +
-Allow LAN clients behind the Mikrotik to use it as their DNS server:+
  
   - Select **IP -> DNS -> Allow Remote Requests**   - Select **IP -> DNS -> Allow Remote Requests**
-  - Configure the LAN's DHCP server (possibly the Mikrotik) to hand out the Mikrotik's IP address as the DHCP server+    - 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_caching_dns.png?350 |Mikrotik IP DNS Settings}}
Line 51: Line 51:
 add address-pool=dhcp_pool1 disabled=no interface=bridge1 lease-time=3d name=dhcp1 add address-pool=dhcp_pool1 disabled=no interface=bridge1 lease-time=3d name=dhcp1
 /ip dhcp-server network /ip dhcp-server network
-add address=192.168.0.0/24 dns-server=192.168.0.1 gateway=192.168.0.1+add address=192.168.20.0/24 dns-server=192.168.20.1 gateway=192.168.20.1
 </file> </file>
  
internet/dns/public_dns.1451795581.txt.gz · Last modified: 2016/01/02 21:33 by gcooper