Partager via


Dial-up Registry Settings

The Point-to-Point Protocol (PPP) registry key configures the behavior of the configuration protocols.

Note   The default registry values vary depending on which features are included in your platform. For more information, see Default Registry Settings.

The registry key name is HKEY_LOCAL_MACHINE\Comm\Ppp\Parms. The following table shows the named values for the PPP registry configuration parameters.

Value : type Description
AllowSuspend : REG_DWORD Default setting is 0. Controls the suspension behavior of a device. To allow the device to auto-suspend while a PPP session is active, this key must be set to 1.
Note   This registry key is read during session creation. Any change to this key will affect subsequent PPP sessions that are created, but will not affect currently active sessions.
AlwaysRequestDNSandWINS : REG_DWORD Default setting is 0 or FALSE. If this value is set to 1 or TRUE, the client will always request the server to inform it of DNS and WINS server addresses, even when RASEO_SpecificNameServers is set to statically assign DNS and WINS server addresses.
AlwaysSuggestIpAddr : REG_DWORD Default setting is 0 or FALSE. If this value is set to 1 or TRUE, the client will always suggest an IP address to the server, even when RASEO_SpecificIpAddr has not been set. If this value is set to 0, the client will request an IP address from the server (by sending 0.0.0.0 in its IP_ADDRESS option configuration-request).
AuthMaxTries : REG_DWORD Default setting is 10. Specifies the maximum number of attempts the Windows CE RAS server will make to authenticate a client.
AuthMaxFailures : REG_DWORD Default setting is 3. Specifies the maximum number of bad authentication responses a client may send before the Windows CE RAS server will terminate the connection.
CryptTypesSupported : REG_DWORD Default setting is 60. Controls the kind of encryption that PPP will negotiate. The following are valid values:
  • 0 (disables encryption)
  • 20 (enables 40-bit MPPE encryption)
  • 40 (enables 128-bit MPPE encryption)
  • 60 (enables both 40-bit and 128-bit MPPE encryption)

This registry setting is read when a PPP session is created, for example when RasDial is called.

Note   These values are in hexadecimal numbers.
MaxConfigure : REG_DWORD Default setting is 10. Indicates the number of Configure-Request (CR) packets sent without receiving a valid Configure-ACK, Configure-No Acknowledgement (NAK), or Configure-Reject before assuming that the peer is unable to respond.
MaxFailure : REG_DWORD Default setting is 5. Indicates the number of Configure-NAK packets sent without sending a Configure-ACK before assuming that the configuration in not converging.
MaxTerminate : REG_DWORD Default setting is 2. Indicates the number of Terminate-Request packets sent without receiving a Terminate-ACK before assuming that the peer is unable to respond.
RestartTimer : REG_DWORD Default setting is 3. Indicates the time, in seconds, to wait before resending a Configure-Request or Terminate-Request when no ACK has been received.

See Also

Point-to-Point Protocol

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.