ubuntu:bind:configure_bind9:secondary_nameserver
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:bind:configure_bind9:secondary_nameserver [2020/12/09 16:00] – created peter | ubuntu:bind:configure_bind9:secondary_nameserver [2020/12/09 16:04] (current) – peter | ||
---|---|---|---|
Line 66: | Line 66: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
<code bash> | <code bash> | ||
Line 86: | Line 86: | ||
8 records, 225 bytes, 0.002 secs (112500 bytes/sec) | 8 records, 225 bytes, 0.002 secs (112500 bytes/sec) | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | If you want to have your Primary DNS notifying other Secondary DNS Servers of zone changes, you can add **also-notify { ipaddress; };** to **/ | ||
+ | |||
+ | <file bash / | ||
+ | zone " | ||
+ | type master; | ||
+ | file "/ | ||
+ | allow-transfer { 192.168.1.11; | ||
+ | also-notify { 192.168.1.11; | ||
+ | }; | ||
+ | |||
+ | zone " | ||
+ | type master; | ||
+ | file "/ | ||
+ | allow-transfer { 192.168.1.11; | ||
+ | also-notify { 192.168.1.11; | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | This directory is also configured in [[https:// | ||
+ | |||
</ | </ | ||
ubuntu/bind/configure_bind9/secondary_nameserver.1607529603.txt.gz · Last modified: 2020/12/09 16:00 by peter