DESKTOP

Windows Server 2008 : DHCP/WINS/Domain Controllers - Installing and Configuring WINS

2/19/2011 4:10:33 PM
As with many services in Windows Server 2008 R2, the installation and configuration process of a WINS server is streamlined through the Add Features Wizard. This wizard automatically installs all necessary services and databases and configures other settings pertinent to a particular service. Although other methods of installation still exist, this method is the preferred approach in Windows Server 2008 R2.

Installing WINS

To install WINS on a server using the Server Manager Add Features Wizard, follow these steps:

1.
Choose Start, All Programs, Administrative Tools, Server Manager. In the console tree, right-click on Features, and then click Add Features to start the Add Features Wizard.

2.
On the Select Features page, scroll down the list of features and select the check box next to WINS Server. Then click Next to continue.

3.
Verify that WINS Server is displayed in the selections window.

4.
Click Install on the Confirm Installation Selections page to begin installing the WINS server.

5.
It will take a few minutes for the installation to begin and the basic configuration of the WINS server to complete.

6.
If desired, click the Print, E-mail, or Save the Installation Report link to archive the installation results.

7.
Click Close on the Installation Results page to finish setup.

Configuring Push/Pull Partners

If a WINS server in an environment is the sole WINS server for that network, no additional configuration is required other than ensuring that clients will be pointing to the WINS server in their IP configuration. However, if it has been decided that WINS is required, it is a best-practice recommendation to deploy a secondary WINS server to provide redundancy. Unlike DHCP, however, WINS replication partners will replicate their registered entries between each other. WINS replication is established through the designation of WINS push/pull partners.

A push partner for a particular WINS server is the server that pushes WINS database information to a receiving or pull partner. A pull partner is a WINS server from which changes are “pulled.” In a nutshell, if Server1 has Server2 configured as a push partner, Server2 must have Server1 configured as a pull partner, and vice versa.

A WINS push/pull topology should roughly map to an organization’s network topology. For example, if an organization is composed of two main offices that serve as network hubs, and several branch offices, each with its own WINS servers, the WINS push/pull topology could look something like Figure 1. In many organizations, however, if network connectivity is reliable between locations, it is a best practice to deploy only two WINS servers for the entire organization. This reduces WINS database replication and administration. Remote or branch office WINS servers should only be deployed on networks where network and/or firewall administrators block WINS traffic from remote networks.

Figure 1. Sample WINS push/pull topology.


Examining WINS Replication

WINS replicates database changes on a set schedule, which can be modified on a per-connection basis. Just as with any network communications, the replication schedule should be modified to fit the particular needs of an organization. If a wide area network (WAN) link is saturated with traffic, it might be wise to throttle back the WINS replication schedule. However, if a link between push/pull partners is robust, a shorter schedule can be established. To establish WINS replication between two WINS servers, complete the following steps:

1.
Install WINS on two designated servers as previously outlined. For our example, we will use SERVER10 and SERVER60.

2.
On one of the servers, log in and open the WINS console (Start, All Programs, Administrative Tools, WINS). If prompted, click Continue to confirm the action.

3.
Expand the WINS server in the console tree, and then choose Replication Partners. The right pane will display any existing replication partners.

4.
If the desired replication partner is not already defined, in the console tree, right-click Replication Partners and select New Replication Partner.

5.
Enter the name of the desired WINS server and click OK. This adds the designated WINS server as a push/pull partner, meaning that these servers will replicate and synchronize their database with one another.

6.
In the WINS console tree, right-click the WINS node and choose Add Server.

7.
Type in the name of the WINS server previously defined as a replication partner.

8.
Once the second WINS server is added to the console, repeat the preceding steps to add the first server as a replication partner.

WINS replication partners need to be defined on both systems before replication will function.

WINS replication partners will replicate their database information with one another every 30 minutes by default. If you, the WINS administrator, want to change this replication schedule, complete the following steps:

1.
Open the WINS console (Start, All Programs, Administrative Tools, WINS). If prompted, click Continue to confirm the action.

2.
Expand the WINS server in the console tree, and then choose Replication Partners.

3.
Right-click Push/Pull Partner (if one does not exist, it will have to be created), and choose Properties.

4.
In the replication partner property pages, select the Advanced tab, and change the Replication Interval time to the desired length, as indicated in Figure 2, and click OK to save the settings.

Figure 2. WINS replication settings.


5.
Repeat this process on the other replication partner.

This can also be used to change other partner replication settings, such as number of retries, start replication at service startup, persistent connections, and other pertinent replication information.

Understanding NetBIOS Client Resolution and the LMHOSTS File

A Windows client does not immediately resort to a WINS server to determine the IP address of a NetBIOS name. This knowledge is essential in the troubleshooting of name resolution on a Windows client. Instead, a client first accesses its local NetBIOS cache for resolution. If an IP address changes, this cache might report the old address, impeding troubleshooting. To flush this cache, run nbtstat -R (with uppercase R) at the command line.

In addition to the local cache, clients by default always parse an LMHOSTS file, if one exists, before contacting a WINS server. If the LMHOSTS file contains erroneous information, it will impede proper name resolution. Always check to see whether this file is populated (it is usually located in %systemroot%\system32\drivers\etc on clients) before beginning to troubleshoot the WINS server.

Other  
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Reviewing the Windows Internet Naming Service (WINS)
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Securing DHCP
  •  Windows 7 : General Maintenance Tools (part 3) - Checking Your Disks for Errors & Optimizing Disk Performance
  •  Windows 7 : General Maintenance Tools (part 2) - Cleaning Up Your Disk Drives
  •  Windows 7 : General Maintenance Tools (part 1) - Updating Your Computer
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Exploring Advanced DHCP Concepts
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Implementing Redundant DHCP Services
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Enhancing DHCP Reliability
  •  Windows Azure : Messaging with the queue - Patterns for message processing
  •  Windows Azure : Messaging with the queue - Understanding message visibility
  •  Windows Azure : Messaging with the queue - Working with messages
  •  Windows 7 : Maintaining Your System Configuration (part 4) - Configuring Remote Access
  •  Windows 7 : Maintaining Your System Configuration (part 3) - Configuring User Profiles, Environment Variables, and Startup and Recovery
  •  Windows 7 : Maintaining Your System Configuration (part 2) - Creating or Joining a Homegroup & Viewing Hardware Settings
  •  Windows 7 : Maintaining Your System Configuration (part 1) - Configuring the Computer Name and Membership
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Exploring DHCP Changes in Windows Server 2008 R2
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Exploring the Dynamic Host Configuration Protocol (DHCP)
  •  Windows Server 2008 : DHCP/WINS/Domain Controllers - Understanding the Key Components of an Enterprise Network
  •  Windows Azure : Messaging with the queue - Working with basic queue operations
  •  Windows Azure : Messaging with the queue - Decoupling your system with messaging
  •  
    Most View
    Nikon Coolpix S270 - A Slim Compact Camera
    Microsoft Dynamic CRM 2011 : Working with Contracts and Queues - Activating and Renewing a Contract
    SharePoint 2010: Architecture Fundamentals - SharePoint Lists, Libraries, and Items, Pages, Navigation
    All About Battery Life (Part 1)
    Secret Tips For Your Kindle Fire
    Samsung 840 SSD 250GB - Most Of The Good Things
    Buyer’s Guide: Touchscreen Monitors for Windows 8 (Part 1) : liyama T2250MTS, Dell ST2220T
    Extend Your Android Device’s Battery Life
    Sony Vaio Duo 11 - A New Hybrid Touchscreen Tablet And Ultrabook Convertible (Part 1)
    OS X Mountain Lion: What’s New - The System (Part 4)
    Top 10
    The Performance Review Of AMD Radeon HD 7790 And Nvidia GeForce GTX 650 Ti BOOST (Part 4)
    The Performance Review Of AMD Radeon HD 7790 And Nvidia GeForce GTX 650 Ti BOOST (Part 3)
    The Performance Review Of AMD Radeon HD 7790 And Nvidia GeForce GTX 650 Ti BOOST (Part 2)
    The Performance Review Of AMD Radeon HD 7790 And Nvidia GeForce GTX 650 Ti BOOST (Part 1)
    Turtle Beach Ear Force XP Seven Headset - A New Era Of Tournament-Level Gaming Audio (Part 3)
    Turtle Beach Ear Force XP Seven Headset - A New Era Of Tournament-Level Gaming Audio (Part 2)
    Turtle Beach Ear Force XP Seven Headset - A New Era Of Tournament-Level Gaming Audio (Part 1)
    The NZXT Kraken X40 Compact Liquid Cooler Review (Part 1)
    The NZXT Kraken X40 Compact Liquid Cooler Review (Part 3)
    The NZXT Kraken X40 Compact Liquid Cooler Review (Part 2)