JSI Tip 0992. SMB message signing will slow network performance.

Jerold Schulman

January 13, 1999

1 Min Read
ITPro Today logo

Starting with SP3, Windows NT 4.0 supports Server Message Block (SMB) signing, to implement heightened security. SMB or CIFS (Common Internet File System) signing enhances security by insuring that every packet is signed for and verified. This generally places an additional 10% - 15% overhead on the network.To implement SMB signing, use Regedt32 to navigate to:

Server(s):

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanManServerParameters

Add Value names as type REG_DWORD:

EnableSecuritySignature and RequireSecuritySignature

Set both values to 1 (enable). The default is 0 (disable).

Restart your server.

NOTE: It is important that both values has the same setting.

Workstation(s):

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesRdrParameters

Add Value names as type REG_DWORD:

EnableSecuritySignature and RequireSecuritySignature

Set both values to 1 (enable). The default is 0 (disable).

Restart your workstation.

NOTE: It is important that both values has the same setting.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like