JSI Tip 0600 - PPTP registry entries.

Jerold Schulman

July 12, 1998

1 Min Read
ITPro Today logo in a gray background | ITPro Today

PPTP registry entries are at:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRASPPTPEParametersConfiguration

AuthenticateIncomingCalls is a type REG_DWORD which defaults to 0. A 1 forces the PPTP protocol to only accept calls from IP addresses listed in the PeerClientIPAddresses value.

PeerClientIPAddresses is a type REG_MULTI_SZ and contains a list of IP addresses, one per line.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesParametersTcpip

DontAddDefaultGateway is a type REG_DWORD which defaults to 1. An entry of 0 will disable a default route for your LAN adapter.

PPTPFiltering is a type REG_DWORD which defaults to 0. A value entry of 1 causes the adapter to only accept PPTP connections.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters

PPTPTcpMaxDataRetransmissions is a type REG_DWORD which defaults to 9. It represents the number of times that a PPTP packet will be retransmitted if it is not acknowledged. The value is set higher than the default TCPMaxDataRetransmissions value to prevent dead gateway detection from occurring on congested Internet links.

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