JSI Tip 0600 - PPTP registry entries.
July 12, 1998
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.
About the Author
You May Also Like