linux_wiki:configure_a_caching-only_name_server

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
linux_wiki:configure_a_caching-only_name_server [2018/04/10 23:55]
billdozor [DNS Caching Server: Bind]
linux_wiki:configure_a_caching-only_name_server [2019/05/25 23:50] (current)
Line 14: Line 14:
   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here
   * server2.example.com (192.168.1.151) -> Install DNS caching here   * server2.example.com (192.168.1.151) -> Install DNS caching here
 +  * ipa.example.com (192.168.1.152) -> DNS Server Here installed with FreeIPA
  
 ---- ----
Line 86: Line 87:
  
 \\ \\
 +**Client Testing**
 +
 server1: Configure a different system to use the DNS caching server server1: Configure a different system to use the DNS caching server
 <code bash> <code bash>
Line 92: Line 95:
  
 \\ \\
-server1: Test a DNS lookup+server1: Test a ping and DNS lookup
 <code bash> <code bash>
-dig server3.example.com+ping ipa 
 +dig ipa.example.com
 </code> </code>
  
Line 145: Line 149:
 zone "example.com" IN { zone "example.com" IN {
   type forward;   type forward;
-  forwarders { 192.168.1.200; };+  forwarders { 192.168.1.152; };
 }; };
 </code> </code>
Line 170: Line 174:
  
 \\ \\
-Test domain lookup+**Client Testing** 
 + 
 +server1: Configure different system to use the DNS caching server
 <code bash> <code bash>
-nslookup google.com 127.0.0.1+nmcli con mod eth0 ipv4.dns 192.168.1.151 
 +</code>
  
-OR +\\ 
- +server1: Test a ping and DNS lookup 
-dig @127.0.0.1 google.com+<code bash> 
 +ping ipa 
 +dig ipa.example.com
 </code> </code>
  
 ---- ----
  
  • linux_wiki/configure_a_caching-only_name_server.1523418934.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)