IT/Software/Server Config/ZoneEdit: Difference between revisions
Walttheboss (talk | contribs) (Start) |
Walttheboss (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
My understanding of DNS is weak at best. | My understanding of DNS is weak at best. | ||
=== Basics === | ===Basics=== | ||
A Names are records that are permanent and static and always at one address. | A Names are records that are permanent and static and always at one address. | ||
Line 14: | Line 14: | ||
CAA records are records that tell an SSL provider that they can write a cert for that site. Confirms your ownership. | CAA records are records that tell an SSL provider that they can write a cert for that site. Confirms your ownership. | ||
DYN records are psuedo records that can be updated with a dynamic DNS client. Useful when you have a server on a dynamic IP. | DYN records are psuedo records that can be updated with a dynamic DNS client. Useful when you have a server on a dynamic IP. At the MSG we have stuck with [[IT/Software/Server Config/ddclient|ddclient]].<br /> | ||
<br /> | |||
===Usage=== | |||
Every server has a name on the msgeducation domain. | |||
All other domains will cname into those servers. | |||
You may have to temporarily change cnames to CAA records when you are renewing certificates. | |||
<br /> | <br /> |
Latest revision as of 17:16, 6 May 2020
This is the website that we use to manage our domains and DNS
Years ago I missed the chance to have one domain and everything be a subdomain.
Now I am managing 6 domains when I could have had only one. We may still consolidate in the future.
My understanding of DNS is weak at best.
Basics
A Names are records that are permanent and static and always at one address.
C names are subdomains that point to another part of the domain or to an entirely outside domain/location.
CAA records are records that tell an SSL provider that they can write a cert for that site. Confirms your ownership.
DYN records are psuedo records that can be updated with a dynamic DNS client. Useful when you have a server on a dynamic IP. At the MSG we have stuck with ddclient.
Usage
Every server has a name on the msgeducation domain.
All other domains will cname into those servers.
You may have to temporarily change cnames to CAA records when you are renewing certificates.