PPTP Registry Entries

Last reviewed: September 3, 1997
Article ID: Q154674
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SUMMARY

The following is a list of user-definable registry entries for PPTP, followed by explanations of those entries.

MORE INFORMATION

The following PPTP registry entries can be found under

   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
   \Services\RASPPTPE\Parameters\Configuration

These values are not created by default.

   AuthenticateIncomingCalls
   DataType = REG_DWORD
   Range = 0 - 1
   Default = 0

Set this parameter to 1 to force the PPTP protocol to accept calls only from IP addresses listed in the PeerClientIPAddresses registry value. If AuthenticateIncomingCalls is set to 1 and there are no addresses in PeerClientIPAddresses, then no clients will be able to connect.

   PeerClientIPAddresses
   DataType = REG_MULTI_SZ
   Range = the format is a valid IP address xx.xx.xx.xx

This parameter is a list of the IP addresses of pptp clients from which this server will accept PPTP calls. This list is only relevant if the AuthenticateIncomingCalls parameter is set to 1.

The following registry entries can be found at

   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
   \Services\<adapter name>\Parameters\Tcpip

   DontAddDefaultGateway
   Data type = REG_DWORD
   Range = 0 - 1
   Default: 1

When PPTP is installed, a default route is made for each LAN adapter. For instance, if you have two LAN adapters - one for Internet access and one for the corporate LAN, you will have default routes for both. This parameter will disable the default route on the corporate LAN adapter.

   PPTPFiltering
   Key: <AdapterName>\Parameters\Tcpip
   Value Type: REG_DWORD
   Valid Range: 0 or 1
   Default: 0

This parameter controls whether PPTP filtering is enabled on a per-adapter basis. If this value is set to 1, then the adapter will accept ONLY PPTP connections. This reduces exposure to "hack" attempts if the adapter is connected to a public network such as the Internet.

   PPTPTcpMaxDataRetransmissions
   Key: Tcpip\Parameters
   Value Type: REG_DWORD - Number of times to retransmit a PPTP packet.
   Valid Range: 0 - 0xFFFFFFFF
   Default: 9

 This parameter controls 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.


Additional query words: prodnt sur
Keywords : NTRAS NTSrvWkst kbnetwork
Version : 4.0
Platform : winnt


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 3, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.