zoukankan      html  css  js  c++  java
  • Dynamic Updates in the DNS/ Dynamic DNS

    "The Domain Name System was originally designed to support queries of a statically configured database.  While the data was expected to change, the frequency of those changes was expected to be fairly low, and all updates were made as external edits to a zone's Master File.

    Using this specification of the UPDATE opcode, it is possible to add or delete RRs or RRsets from a specified zone.  Prerequisites are specified separately from update operations, and can specify a    dependency upon either the previous existence or nonexistence of an RRset, or the existence of a single RR.

    UPDATE is atomic, i.e., all prerequisites must be satisfied or else no update operations will take place.  There are no data dependent error conditions defined after the prerequisites have been met.”

    关于DNS设置,看看这篇文章:http://blog.csdn.net/orapeasant/archive/2007/09/26/1801437.aspx

     How To Configure Dynamic DNS (Fedora Core 4 Setup)

    不错的中文站点:http://www.chineselinuxuniversity.net/courses/

       This document [RFC3007] defines a means to secure dynamic updates of the Domain Name System (DNS), allowing only authorized sources to make changes to a zone's contents.  The existing unsecured dynamic update operations form the basis for this work.

       Familiarity with the DNS system [RFC1034, RFC1035] and dynamic update [RFC2136] is helpful and is assumed by this document.  In addition, knowledge of DNS security extensions [RFC2535], SIG(0) transaction security [RFC2535, RFC2931], and TSIG transaction security [RFC2845] is recommended.

       This document updates portions of RFC 2535, in particular section 3.1.2, and RFC 2136.  This document obsoletes RFC 2137, an alternate proposal for secure dynamic update, due to implementation experience.

  • 相关阅读:
    SCOI2012 奇怪的游戏
    AHOI2013 差异
    HAOI2018 染色
    HNOI2015 开店
    PKUWC2018 随机游走
    HAOI2015 按位或
    Luogu4859 二项式反演
    CTSC2018 混合果汁
    yii2.0邮件发送问题解决
    yii2.0 elasticsearch模糊查询
  • 原文地址:https://www.cnblogs.com/ainima/p/6331476.html
Copyright © 2011-2022 走看看