Whenever you install a new computer or make configuration changes to the computer's network settings, you should test the configuration. The most basic TCP/IP test is to use the PING command to test the computer's connection to the network. PING is a command-line command. To use it, type ping host at the command prompt, where host is either the computer name or the IP address of the host computer you're trying to reach.

With Windows Server 2008, you can use the following methods to test the configuration using ping:

  • Try to ping IP addresses if the computer is configured correctly and the host you're trying to reach is accessible to the network, ping should receive a reply, as long as pinging is allowed by the computer's firewall. If ping can't reach the host or is blocked by a firewall, ping times out.
  • On domains that use WINS, try to ping NetBIOS computer names if NetBIOS computer names are resolved correctly by ping, the NetBIOS facilities, such as WINS, are correctly configured for the computer.
  • On domains that use DNS, try to ping DNS host names if fully qualified DNS host names are resolved correctly by ping, DNS name resolution is configured properly.

You might also want to test network browsing for the computer. If the computer is a member of a Windows Server 2008 domain and computer browsing is enabled throughout the domain, log on to the computer and then use windows explorer or Network Explorer to browse other computers in the domain. Afterward, log on to a different computer in the domain and try to browse the computer you just configured. These tests tell you if the DNS resolution is being handled properly in the local environment. If you can't browse, check the configuration of the DNS services and protocols.

In some cases, discovering and sharing might be set to block discovery. You'll need to allow discovery to resolve this by following these steps:

  1. Click Start and then click Network.
  2. In Network Explorer, click Network and Sharing Center on the toolbar.
  3. If Network Discovery is set to Off, expand the Sharing and Discovery panel using the Expand button, click Turn On Network Discovery, and then click Apply to turn on this feature.