DNS Sample File Place.dns Contains an ErrorLast reviewed: December 3, 1997Article ID: Q163970 |
The information in this article applies to:
SUMMARYWhen you install DNS, a SAMPLES subdirectory is created under the \%systemroot%\system32\DNS directory. This subdirectory contains a sample Zone file called Place.dns. This file has an error in one of the values included in the example Start Of Authority (SOA) resource record.
MORE INFORMATIONThe Place.dns file contains the following SOA example:
@ IN SOA nameserver.place.dom. postmaster.nameserver.place.dom. ( 1 ; serial number 36000 ; refresh [1h] 600 ; retry [10m] 86400 ; expire [1d] 3600 ) ; min TTL [1h]The value shown for Refresh is 36000. The comment shows this as [1h], or one hour. However, the value should actually read 3600, which is the correct amount of seconds in one hour (this is also the default setting for this value).
|
Additional query words: prodnt wisconsin docerr domain name system
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |