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-12-03T16:09:00Z] – [Setting up a Tier 1 Server] adventure30 | opennic:tier1setup [2021-03-20T16:40:32Z] (current) – Updated root server IP Shdwdrgn | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| 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 295: | Line 306: | ||
| </ | </ | ||
| - | 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 | ||