Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| opennic:tier1setup [2017-07-04T23:41:36Z] – fusl | opennic:tier1setup [2026-08-23T13:41:46Z] (current) – added .o, and fixed .micro master intranic | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Setting up a Tier 1 Server ====== | ====== Setting up a Tier 1 Server ====== | ||
| - | [[tier1|Tier 1]] servers are the core DNS servers | + | [[tier1|Tier 1]] servers are the core DNS servers |
| - | FIXME This legacy wiki article has been copied from http:// | + | FIXME This legacy wiki article has been copied from http:// |
| + | But where, if not here, are those settings documented? | ||
| ===== BIND9 setup ===== | ===== BIND9 setup ===== | ||
| - | Setting up a OpenNIC | + | Setting up a OpenNIC Tier 1 server, requires |
| - | As you can see below, all my zones reside in ''/ | + | Each zone is presented |
| - | == named.conf == | + | This page will show how to configure BIND9 to automatically update available TLDs and their master servers. |
| + | |||
| + | In this example BIND9 configuration, | ||
| + | |||
| + | Run BIND9 in a chroot jail. | ||
| + | |||
| + | Tier 1 servers are listed as ' | ||
| + | |||
| + | Begin with the ' | ||
| + | |||
| + | == named.conf: == | ||
| < | < | ||
| zone " | zone " | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 21: | Line 32: | ||
| </ | </ | ||
| - | Below are the zones for each OpenNIC TLD, place these in your '' | + | Below are the zones for each OpenNIC TLD. Add these to the //named// configuration file; "named.conf". |
| == opennic.glue == | == opennic.glue == | ||
| Line 28: | Line 39: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 39: | Line 50: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 171: | Line 182: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 128.177.28.254; }; | + | masters { 103.249.236.158; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 194: | Line 205: | ||
| file "/ | file "/ | ||
| masters { 209.141.35.9; | masters { 209.141.35.9; | ||
| + | allow-transfer { any; }; | ||
| + | notify no; | ||
| + | }; | ||
| + | </ | ||
| + | |||
| + | == o == | ||
| + | < | ||
| + | zone " | ||
| + | type slave; | ||
| + | file "/ | ||
| + | masters { 153.56.130.67; | ||
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 295: | Line 317: | ||
| </ | </ | ||
| - | I hope that this guide has assisted getting your Tier 1 server ready for your new TLD. Remember to follow the insturctions | + | I hope (likely in vain) that this guide has assisted |
| + | |||
| + | Remember to follow the instructions | ||