DNS#
Configuration#
Adding a host#
The DNS files are located on the Puppet server in /etc/puppet/modules/dns/files/hep.wisc.edu. Add an entry to the desired zonefile (use 180.92.144.addrs or 181.92.144.addrs for HEP computers) under a free address, then rebuild the DNS files by running#
make clean db update
in the same directory. The makefile will prompt you to add a short explanation of the change for the Mercurial commit, and then sync the nameservers (dns01 and dns02) by running Puppet on those hosts.#
Removing a host#
Follow the steps above, but remove the hostname rather than adding it.#