Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.EnablePPTP Property

Gets or sets whether Point-to-Point Tunneling (PPTP) is enabled.

VBScript Syntax[VBScript]

FPCIpPacketFilters.EnablePPTP [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_EnablePPTP(
 VARIANT_BOOL *pbEnabled
);
 
HRESULT put_EnablePPTP(
 VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether Point-to-Point tunneling is enabled.

The property is read-write.

Remarks

You can configure Microsoft Internet Security and Acceleration (ISA) Server to allow internal clients to access servers on the Internet by using Point-to-Point Tunneling Protocol (PPTP). If you allow PPTP access, all secure network address translation (SecureNAT) and Firewall clients are always allowed to access any server on the Internet by using PPTP.

Applies To

FPCIpPacketFilters