Home | Windows 2003 | Windows XP | Windows 2000 | Books | Tests | Link Exchange
Google
 
 
SolutionsCompanyCatalogNews
Microsoft Windows Server 2003 Microsoft Windows 2000 Microsoft Windows XP
CCNA
CCNP
CCSP
CCIE
A+
MCSE

Active Directory
Backup
Certificate Service
Compatibilities
Desktop Environments
DFS
DHCP
DNS
Domains
Exchange Outlook
File Systems
Group Policy
IIS
Installations
Internet Explorer
ISA
Mobile Wireless
Multimedia
Netware
Network
Printing
RAID
RAS
Recovery
Security
Service Packs
System Configurations
TCP / IP
Terminal Services
Utilities
Windows Server 2000
Windows XP

  DNS

 
After I promote my Windows 2000 domain controller (DC), its DNS suffix doesn't match the domain name. How can I fix this problem?

After you run DCPromo, you might receive a NetLogon event (ID 5781) or other dynamic registration errors in the System event log indicating failure to dynamically register DNS records.

You can't rename the computer on the Network Identification tab. To correct this namespace problem, complete the following steps:

  1. Use DCPromo to demote the DC to a member server.
  2. In the Control Panel, double-click System, click the Network Identification tab, and select the Change primary DNS suffix when domain membership changes option.
  3. Run DCPromo to promote the member server to a DC.

If you haven't run DCPromo yet, complete these steps:

  1. After upgrading to Win2K, use regedt32 to navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\
    Parameters.
  2. Set the data value of the SyncDomainWithMembership Value Name to 1.
    If you must add this Value Name, it is a REG_DWORD data type.
How can I configure how long the DNS cache stores positive and negative responses?

By default, Windows stores positive responses in the DNS cache for 86,400
seconds (i.e., 1 day) and stores negative responses for 300 seconds (5 minutes).
To modify these values, perform the following steps:

  1. Start a registry editor (e.g., regedit.exe).
  2. Navigate to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\
    Parameters registry subkey.
  3. From the Edit menu, select New, DWORD Value.
  4. Enter the name MaxCacheEntryTtlLimit to change the positive cache period or the name NegativeCacheTime to change the negative cache period, then press Enter.
  5. Double-click the new value, set it to the desired number of seconds (e.g., if you entered the name NegativeCacheTime, you could set the value to 0 to stop Windows from caching any negative responses), then click OK.
  6. Repeat step 5 for the other value, if required.
  7. Close the registry editor.
  8. Reboot the computer for the changes to take effect.

How can I enable my web site to be accessible?

We are all used to entering www.<domain> for a web site, such as http://www.yahoo.com/, however www is just a normal DNS host record and if you want your site to be accessible as just <domain>, e.g. yahoo.com just create a blank host record.

In Windows 2000 to create a blank host record for the domain perform the following:

  1. Start the DNS MMC snap-in (Start - Programs - Administrative Tools - DNS)
  2. Expand the server - forward lookup zones - DNS domain
  3. Right click on the domain and select 'New Host'
  4. Leave the name blank and just enter the IP address (check the create associated pointer record box)
  5. Click Add Host

A new host record will be listed of the form:

(same as parent folder) Host <ip address>

To do this on NT 4.0 for the domain ntfaq.com at address W.X.Y.Z, do the following:

  1. Stop the DNS service:
    C:\> net stop dns
  2. Edit the file ntfaq.com.dns (found at %systemroot%\system32\dns\*.dns)
  3. Find a record that looks like:
    www IN A W.X.Y.Z
  4. Add the following record below:
    @ IN A W.X.Y.Z
  5. Save the file
  6. Restart DNS Service
    C:\> net start DNS

Next >>


Free advertising
Home / Privacy Policy / Contact Us
© Copyrights 2009 Windows Certification by Windows Highway® All rights reserved