|
9 months ago | |
---|---|---|
webhook | 9 months ago | |
.gitignore | 12 months ago | |
README.md | 12 months ago | |
check_zones.py | 12 months ago | |
db.cosi | 9 months ago | |
db.cslabs | 9 months ago | |
db.cslabs.rvs.144 | 9 months ago | |
db.cslabs.rvs.145 | 9 months ago | |
db.cslabs.rvs.146 | 9 months ago | |
db.cslabs.rvs.c051 | 9 months ago | |
db.csprojects | 9 months ago | |
update_serial.py | 12 months ago |
README.md
zones
This is the repository where we track our DNS zone files
Instructions to add records
The way that you update a configuration is as follows:
- Clone down the repository locally to your computer
- Add the changes you want (remember to add reverse DNS entries if you are adding A or AAAA records)
- Run
./update_serial.py
which auto increments serials for all zone files - Run
./check_zones.py
to check your work - Commit your changes with a meaningful Git message. For example, "Serial 126, added random.cosi.clarkson.edu"
- Log into Talos (128.153.145.3), become root, and
cd /etc/bind
git pull
This will update the repository locally.rndc reload
This will reload the DNS server.
If you are going to do it a different way, please make sure that you update the Git server with the newest version of the configuration, and be sure to make it so that we only need to "fast forward" on the DNS server itself.
Other notes
dns01.cosi.clarkson.edu
and dns02.cosi.clarkson.edu
are glue records from Clarkson's nameservers, for 128.153.145.3
and 128.153.145.4
, respectively. 128.153.145.4 should not be used for any other purpose than a legitimate DNS server.
Considerations
Remember that this DNS is propogated back to the public DNS servers. Please keep the record names apropriate. If you even slightly question the name, please contact a lab director for their input.