Setting Up WINS Servers

To make a computer running Windows Server 2003 into a WINS server, you must install the WINS service. This service doesn't require a dedicated server and uses limited resources in most cases. This means you could install the WINS service on a DNS server, DHCP server, or domain controller. The only key requirement is that the WINS service can be installed only on a computer with a static IP address. Although you can install WINS on a server with multiple IP address or multiple network interfaces, this isn't recommended because the server might not be able to replicate properly with its replication partners. In most cases, you won't want to configure a domain controller as a WINS server.

Installing WINS

You can install the WINS service using the Add Or Remove Programs utility or using the Configure Your Server Wizard. Follow these steps for using the Add Or Remove Programs utility to do this:

  1. In Control Panel, double-click Add Or Remove Programs. Then in the Add Or Remove Programs dialog box, click Add Windows Components to start the Windows Components Wizard.

  2. On the Windows Components page, select Networking Services, and then click

  3. Details. 3 In the Networking Services dialog box, ensure the correct components are selected but don't clear selections if a service has already been installed. Click OK.

  4. Click Next to begin the installation, and then click Finish.

Follow these steps for using the Configure Your Server Wizard to install the WINS service:

  1. Select Configure Your Server Wizard on the Administrative Tools menu.

  2. When the wizard starts, click Next twice. The server's current roles are shown.

  3. Select WINS Server, and then click Next twice.

  4. The wizard will then install WINS. When the installation ends, click Finish.

WINS Postinstallation Tasks

After you install the WINS service, the WINS console is available on the Administrative Tools menu. Start the console by clicking Start and selecting Programs (or All Programs as appropriate), Administrative Tools, and finally WINS. Then select the WINS server you are working with to see its entries, as shown in Figure 28-1.

The WINS console.

Figure 28-1. The WINS console.

The only key postinstallation task for the WINS service is to configure replication partners. However, you should check the Transmission Control Protocol/Internet Protocol (TCP/IP) configuration of the WINS server. It should have only itself listed as the WINS server to use and shouldn't have a secondary WINS server. This prevents the WINS client on the server from registering itself with a different WINS database, which can cause problems.

To set the server's primary WINS server address to its own IP address and clear out any secondaries from the list, access Network Connections in Control Panel, and then select or double-click the primary network connection. In the Status dialog box, click Properties. In the Properties dialog box, open the Internet Protocol (TCP/IP) Properties dialog box by double-clicking Internet Protocol (TCP/IP). Click Advanced to display the Advanced TCP/ IP Settings dialog box, and then select the WINS tab. Set the WINS server's IP address as the WINS server to use and remove any additional WINS server addresses. When you're finished, click OK.

You can remotely manage and configure WINS. Simply start the WINS console on your workstation, right-click the WINS node in the left pane, and select Add Server. In the Add Server dialog box, select This Server, type the name or IP address of the WINS server, and then click OK.

The command-line counterpart to the WINS console is Netsh WINS. From the command prompt on a computer running Windows Server 2003, you can use Netsh WINS to perform all the tasks available in the WINS console as well as to perform some additional tasks that can't be performed in the WINS console. To start Netsh WINS and access a particular WINS server, follow these steps:

  1. Start a command prompt, and then type netsh to start Netsh. The command prompt changes to netsh>.

  2. Access the WINS context within Netsh by typing wins. The command prompt changes to netsh WINS>.

  3. Type server followed by the Universal Naming Convention (UNC) name or IP address of the WINS server, such as \ns2 or \10.10.15.2. If the WINS server is in a different domain from your logon domain, you should type the fully qualified domain name (FQDN) of the server, such as \ns2.cpandl.com.

  4. The command prompt changes to netsh WINS server>. You can now work with the selected server. If you later want to work with a different server, you can do this without having to start over. Simply type server followed by the UNC name or IP address of that server.

Note

Technically, you don't need to type the double backslashes (\) when you specify an IP address. You must, however, type \ when you specify a server's name or FQDN. Because of this discrepancy, you might want to use \ all the time so that you won't leave it out by accident when you need it.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset