This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
build:dns [2015/02/02 15:28] SLUUG Administration |
build:dns [2015/02/27 01:08] (current) SLUUG Administration [Installation] Added warning that this is obsolete. |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| We are running a caching name server on the server, bound to the loopback interface only. Public nameservers use BuddyNS, for which are using: | We are running a caching name server on the server, bound to the loopback interface only. Public nameservers use BuddyNS, for which are using: | ||
| - | '' | + | <code rootshell> |
| ;; NS (nameserver) records -- we're using BuddyNS as our primary DNS provider | ;; NS (nameserver) records -- we're using BuddyNS as our primary DNS provider | ||
| @ IN NS b.ns.buddyns.com. | @ IN NS b.ns.buddyns.com. | ||
| Line 9: | Line 9: | ||
| @ IN NS d.ns.buddyns.com. | @ IN NS d.ns.buddyns.com. | ||
| @ IN NS e.ns.buddyns.com. | @ IN NS e.ns.buddyns.com. | ||
| - | '' | + | </code> |
| Zone files are maintained in: | Zone files are maintained in: | ||
| - | '' | + | <code rootshell> |
| /etc/named/zones | /etc/named/zones | ||
| - | '' | + | </code> |
| If a change is made, be sure to update the serial in the zone file, then "rndc" to reload named. | If a change is made, be sure to update the serial in the zone file, then "rndc" to reload named. | ||
| Line 24: | Line 24: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| + | |||
| + | **Everything from here to the end probably only applies to the old bud server and doesn't apply now that bud had been replaced by by amber running a different Linux configuration.** | ||
| First, install the required packages: | First, install the required packages: | ||
| Line 47: | Line 49: | ||
| ln -sf /var/lib/named/var/cache/bind /var/cache/bind | ln -sf /var/lib/named/var/cache/bind /var/cache/bind | ||
| </code> | </code> | ||
| - | |||
| ===== Configuration ===== | ===== Configuration ===== | ||