Difference between revisions of "OPS535 Advanced DNS"

From CDOT Wiki
Jump to: navigation, search
(Created page with "* DNS Logging * Dynamic DNS ** Dynamic Zone - Allow-update ** nsupdate - man page <pre> nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a nam...")
 
Line 3: Line 3:
 
* Dynamic DNS
 
* Dynamic DNS
 
** Dynamic Zone - Allow-update
 
** Dynamic Zone - Allow-update
** nsupdate - man page
+
** Dynamic DNS update using nsupdate  
 
<pre>
 
<pre>
nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a name server. This allows resource records to be added or removed from a zone without manually editing the zone file. A single update request can contain requests to add or remove more than one resource record.
+
Man Page:
 +
        nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a name server. This allows resource records to be added or removed from a zone without manually editing the zone file. A single update request can contain requests to add or remove more than one resource record.
 
</pre>
 
</pre>
 
* DNSSEC
 
* DNSSEC

Revision as of 01:22, 9 November 2016

  • DNS Logging
  • Dynamic DNS
    • Dynamic Zone - Allow-update
    • Dynamic DNS update using nsupdate
Man Page:
         nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a name server. This allows resource records to be added or removed from a zone without manually editing the zone file. A single update request can contain requests to add or remove more than one resource record.
  • DNSSEC