|
5 months ago | |
---|---|---|
webhook | 5 months ago | |
.gitignore | 1 year ago | |
README.md | 10 months ago | |
check_zones.py | 8 months ago | |
db.cosi | 5 months ago | |
db.cslabs | 5 months ago | |
db.cslabs.rvs.144 | 5 months ago | |
db.cslabs.rvs.145 | 5 months ago | |
db.cslabs.rvs.146 | 5 months ago | |
db.cslabs.rvs.c051 | 5 months ago | |
db.csprojects | 5 months ago | |
update_serial.py | 10 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 & Push your changes with a meaningful Git message. For example, "Serial 126, added random.cosi.clarkson.edu"
The webhook attached to this repo should trigger atlas to pull down and load any changes. However if this fails:
- Log into atlas and become root
cd /etc/nsd/zones
git pull
systemctl reload nsd
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.