Configuration of the DNS is done in Windows 2000 (W2K) through the DNS Microsoft Management Console (MMC). It is important to remember that the MMC is available most all servers in W2K.
Each Domain can be made of several types of zones for management and security.
Control of the Records are completed by right-clicking the zone you want to manipulate.
Creating a new Host entry matches a computers name and matches it to an IP Address. This screen also gives you opportunity to create a matching PTR or pointer record that points the IP Address to the name in the Reverse Zone.
CNAME, also known as Alias is a method to give more than one FQDN to a single IP Address. Each IP has one Host record entry and the remaining names use the CNAME or Alias.
Example Files:
The following are common entries in the DNS configuration file:
DNS Entries
A Host address (dotted quad) NS An authoritative name server (domain) MX A mail exchanger (domain), preceded by a preference
value (0..32767), with lower numeric values
representing higher logical preferences.CNAME The canonical name for an alias (domain) SOA Marks the start of a zone of authority (domain of
originating host, domain address of maintainer, a
serial number and the following parameters in
seconds: refresh, retry, expire and minimum TTL
(see RFC 883))The SOA specifies a serial number, which should be changed
each time the master file is changed. Note that the
serial number can be given as a dotted number, but this is
a very unwise thing to do since the translation to normal
integers is via concatenation rather than multiplication
and addition. You can spell out the year, month, day of
month, and 0..99 version number and still fit inside the
unsigned 32-bit size of this field. It's true that we
will have to rethink this strategy in the year 4294
(Greg.) but we're not worried about it. Secondary servers
check the serial number at intervals specified by the
refresh time in seconds; if the serial number changes, a
zone transfer will be done to load the new data.If a master server cannot be contacted when a refresh is due,
the retry time specifies the interval at which refreshes
should be attempted. If a master server cannot be con-
tacted within the interval given by the expire time, all
data from the zone is discarded by secondary servers. The
minimum value is the time-to-live (``TTL'') used by
records in the file with no explicit time-to-live value.NULL A null resource record (no format or data) RP A Responsible Person for some domain name (mail-
box, TXT-referral)PTR A domain name pointer (domain) HINFO Host information (cpu_type OS_type)
nslookup
On an NT server at the DOS prompt:
06/12/02