Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

190 lines
6.6 KiB

  1. ;
  2. ; 192.dns
  3. ;
  4. ; Reverse lookup file for 29.5.192.in-addr.arpa. domain.
  5. ;
  6. ; This file provides address to name matching (reverse lookup)
  7. ; for addresses 192.5.29.?.
  8. ;
  9. ;
  10. ; Note that all domain names given in this file, which are not
  11. ; terminated by a "." and hence fully qualified domain names (FQDN),
  12. ; are implicitly appended with "29.5.192.in-addr.arpa."
  13. ;
  14. ; Examples:
  15. ; "6" => 6.29.5.192.in-addr.arpa.
  16. ;
  17. ; If a name outside of "29.5.192.in-addr.arpa." is required, then it
  18. ; must be explicitly terminated with a dot, to indicate that it is a
  19. ; FQDN.
  20. ;
  21. ; Example:
  22. ; "7.30.5.192.in-addr.arpa." => 7.30.5.192.in-addr.arpa.
  23. ;
  24. ;
  25. ; START OF AUTHORITY
  26. ;
  27. ; The first record in any database file should be a "Start of Authority"
  28. ; (SOA) record. The fields of this record are:
  29. ;
  30. ; IN SOA <source machine> <contact email> <serial number> <refresh time>
  31. ; <retry time> <expiration time> <minimum time to live>
  32. ;
  33. ; <source machine> is the machine on which this file was created.
  34. ;
  35. ; <contact email> is the email address if the person responsible
  36. ; for this domain's database file. Instead of
  37. ; writing an '@' in the email name, write a '.'
  38. ;
  39. ; <serial number> The "version number" of this database file.
  40. ; Increase this number each time you edit a
  41. ; database file.
  42. ;
  43. ; <refresh time> A time, in seconds, that a secondary server
  44. ; will wait between checks to your server, when
  45. ; deciding if it is time to download a new copy
  46. ; of this domain's data.
  47. ;
  48. ; <retry time> A time, in seconds, that a secondary server
  49. ; will wait before retrying a failed zone download.
  50. ;
  51. ; <expire time> A time, in seconds, that a secondary server will
  52. ; keep trying to download a zone. After this time
  53. ; limit expires, the old zone information will be
  54. ; discarded.
  55. ;
  56. ; In order for a resource record to span a line in a database file,
  57. ; parentheses must enclose the line breaks, as in the following
  58. ; example.
  59. ;
  60. ;
  61. ; YOU SHOULD CHANGE:
  62. ; - "machine.place.dom." to the name of your name server.
  63. ; - "postmaster.machine.place.dom." to your email name.
  64. ;
  65. @ IN SOA nameserver.place.dom. postmaster.nameserver.place.dom. (
  66. 1 ; serial number
  67. 36000 ; refresh [1h]
  68. 600 ; retry [10m]
  69. 86400 ; expire [1d]
  70. 3600 ) ; min TTL [1h]
  71. ;
  72. ; NAME SERVERS
  73. ;
  74. ; The following entries list the name servers for this domain.
  75. ; This information allows other name servers to lookup names in
  76. ; your domain.
  77. ;
  78. ; YOU SHOULD CHANGE:
  79. ; - The names of the DNS servers.
  80. @ IN NS nameserver.place.dom.
  81. @ IN NS nameserver2.place.dom.
  82. ;
  83. ; WINS Reverse Record
  84. ;
  85. ; The WINS-R RR is specific to WindowsNT and may be attached ONLY
  86. ; to the zone root of a reverse lookup domain.
  87. ;
  88. ; Presence of a WINS-R record at the zone root instructs the name server
  89. ; to use a netBIOS node status (nbstat) request for any reverse lookup
  90. ; requests for IP addresses which are NOT given in PTR records below.
  91. ;
  92. ; Examples:
  93. ;
  94. ; 1) A query for 135.29.5.192.in-addr.arpa. (192.5.29.135)
  95. ; 192.5.29.135 has a PTR record below, so DNS server responds
  96. ; with the PTR record without nbstat lookup.
  97. ;
  98. ; 2) A query for 206.29.5.192.in-addr.arpa. (192.5.29.206)
  99. ; 192.5.29.206 is within the 29.5.192.in-addr.arpa zone, but
  100. ; there is no PTR record for it in this zone file.
  101. ; DNS will issue an nbstat query to 192.5.29.206.
  102. ; If a response is received, the hostname in the response will be
  103. ; appended to the result domain in the NBSTAT record and used
  104. ; as the hostname corresponding to 192.5.29.206. The PTR
  105. ; record will be cached and a response sent to the client.
  106. ; If a response is NOT received, the DNS server responds to
  107. ; the client with a name error.
  108. ;
  109. ; 3) A query for 29.5.192.in-addr.arpa. (192.5.29)
  110. ; 192.5.29 is within the 29.5.192.in-addr.arpa zone, but is NOT
  111. ; an IP address. Hence no nbstat lookup is done, and the server
  112. ; responds with a name error.
  113. ;
  114. ;
  115. ; WINS-R and zone transfer:
  116. ;
  117. ; The MS DNS server, will configure WINS-R information as a resource
  118. ; record to allow it to be transferred to MS DNS secondary servers.
  119. ;
  120. ; If you have MS DNS secondaries, and want them to use exactly the
  121. ; same WINS-R info as the primary server, then omit the LOCAL flag
  122. ; in the WINS-R record.
  123. ;
  124. ; If you have UNIX secondaries, or MS secondaries using different
  125. ; WINS-R information, then use the "LOCAL" flag after the "WINS-R"
  126. ; flag and the WINS-R information will NOT be considered part of the
  127. ; zone's resource records and will NOT be sent in the zone transfer.
  128. ;
  129. ;
  130. ; YOU SHOULD CHANGE:
  131. ; - Change the resulting domain that should be appended to
  132. ; names found with WINS-R lookup.
  133. ; - Uncomment the line with LOCAL flag, if WINS-R information should
  134. ; not be transferred as part of the zone data.
  135. ; - Uncomment the line without the LOCAL flag, if WINS-R information
  136. ; should be transferred to MS DNS secondaries.
  137. ; OR
  138. ; - Leave this line commented out, if WINS-R lookup not desired.
  139. ;@ IN WINS-R place.dom.
  140. ;@ IN WINS-R LOCAL place.dom.
  141. ;
  142. ; PTR RECORDS
  143. ;
  144. ; The PTR record is used to map IP numbers to hostnames. IP numbers
  145. ; are written in backward order and prepended to "in-addr.arpa" for
  146. ; this process. As an example, looking up the name for "1.2.3.4"
  147. ; requires a PTR query for the name "4.3.2.1.in-addr.arpa."
  148. ;
  149. ; Since this is the domain file for 29.5.192.in-addr.arpa., this file
  150. ; provides lookup for IP addresses 192.5.29.?.
  151. ;
  152. ; YOU SHOULD CHANGE:
  153. ; - The final IP address digits.
  154. ; - The corresponding host names.
  155. 2 IN PTR WINSsrv1.place.dom.
  156. 3 IN PTR WINSsrv2.place.dom.
  157. 7 IN PTR nameserver.place.dom.
  158. 8 IN PTR nameserver2.place.dom.
  159. 17 IN PTR mailserver.place.dom.
  160. 18 IN PTR mailserver2.place.dom.
  161. 112 IN PTR host.nt.place.dom.
  162. ;
  163. ; Apparently, "host.place.dom." has two interfaces running TCP/IP,
  164. ; and each of these interfaces' addresses needs to be listed in the
  165. ; reverse-lookup files.
  166. ;
  167. 135 IN PTR host.place.dom.
  168. 82 IN PTR host.place.dom.
  169. 11 IN PTR other-host.place.dom.
  170. 21 IN PTR other-host.place.dom.
  171. 111 IN PTR other-host.place.dom.