JSI Tip 3786. Your RRAS clients are often disconnected prior to authentication?

Jerold Schulman

June 11, 2001

1 Min Read
ITPro Today logo

If your Windows 2000 RRAS server frequently disconnects clients before authentication is successful, you may wish to extend the the authentication time limit. To do so, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRemoteAccessParameters

Edit or Add Value name AuthenticateTime, a REG_DWORD data type. The valid range is 20 - 600 seconds, using the Decimal Radix, and the default is 120 seconds.

NOTE: You can use the Max time limit for authentication Group Policy at
Computer SettingsSoftware PoliciesWindows NT Remote Access.

NOTE: You must stop and restart RRAS for the change to become effective.

You may also wish to adjust the number of authentication attempts. By default, the RRAS server attempts to authenticate the user 2 times. You can set AuthenticateRetries, a REG_DWORD data type, to a number between 0 and 10 (Decimal).

NOTE: AuthenticateRetries can be set using the Max number of unsuccessful authentication retries Group Policy.



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