Event ID 4318 — NBT Naming

Applies To: Windows Server 2008 R2

NBT (NetBIOS (network basic input/output system)) over TCP/IP (Transmission Control Protocol/Internet Protocol) naming provides mapping between NetBIOS names and IP addresses.

Event Details

Product: Windows Operating System
ID: 4318
Source: netbt
Version: 6.1
Symbolic Name: EVENT_SCOPE_TOO_LONG
Message: The Netbios Name Scope is too long. The scope cannot be longer than 255 bytes.

Resolve

Reduce the value of the ScopeID registry key to 63 or fewer characters

The registry key for NBT parameters must be fewer than 64 characters.

To edit the registry key:

You must be logged on as an administrator or belong to the Administrators group to complete these steps.

Warning:  If you use Registry Editor incorrectly, you can cause serious problems that might require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

  1. Click Start, type regedit.exe in Start Search, and then locate the following key in the registry tree: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetBT\Parameters
  2. Click the Parameters subkey, and locate the ScopeID entry. (Note that this name is case-sensitive.)
  3. Update the ScopeID entry so that each label is not longer than 63 characters and the total ScopeID length is not longer than 255 characters.
  4. Restart the computer.
  5. At a command prompt on DHCP clients, type ipconfig /release, and then type ipconfig /renew to enable the new setting.

Verify

To verify that the name can be resolved, ping a remote host by name:

  1. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator
  2. Type ping [hostname].
  3. If the ping succeeds, then the name was successfully resolved.

Note:  Ping will fail if the remote server does not have File and Print sharing enabled and a File and Printer Sharing exception in Windows Firewall enabled. On Windows Server 2008, installing the File Server or Domain Controller roles will do this, as will sharing a printer.

NBT Naming

Networking