FPCVpnNetworkConfiguration
The FPCVpnNetworkConfiguration object provides access to the configuration settings for site-to-site virtual private network (VPN) connections to a remote site network.
In ISA Server Enterprise Edition, the FPCVpnNetworkConfiguration object provides a property for specifying a set of dedicated IP addresses for the remote VPN servers and a property and method for specifying the ISA Server computer that will serve as the VPN tunnel endpoint in the array when Network Load Balancing (NLB) integration is not enabled in the array.
This object is accessed through the VpnConfiguration property of an FPCNetwork object that represents a remote site network, for which the NetworkConnectionType property is set to fpcVPNConnection or to fpcIPSecConnection.
Click here to see the ISA Server object hierarchy.
Methods
The FPCVpnNetworkConfiguration object defines the following methods.
| Method | Description |
|---|---|
| Refresh | Recursively reads the values of all of the properties of the object and its subobjects from persistent storage, discarding any changes that have not been saved. |
| Save | Recursively writes the current values of all of the properties of the object and its subobjects to persistent storage. |
| SetAssignedServer | Sets the name of the FPCServer object representing the ISA Server computer that will serve as the VPN tunnel endpoint in the array when Network Load Balancing (NLB) integration is not enabled in the array (available only in Enterprise Edition). |
Properties
The FPCVpnNetworkConfiguration object has the following properties.
| Property | Description |
|---|---|
| AssignedServer | Gets an FPCRef object that references the FPCServer object representing the ISA Server computer that will serve as the VPN tunnel endpoint in the array when Network Load Balancing (NLB) integration is not enabled in the array (available only in Enterprise Edition). |
| Enable | Gets or sets a Boolean value that indicates whether site-to-site VPN access to the remote site network is enabled. |
| IPSecSettings | Gets an FPCVpnNetworkIPSecSettings object that specifies the Internet Protocol security (IPsec) settings for site-to-site VPN connections to the remote site network. |
| L2tpPptpSettings | Gets an FPCVpnNetworkL2tpPptpSettings object that specifies the Layer Two Tunneling Protocol (L2TP) and Point-to-Point Tunneling Protocol (PPTP) settings for outgoing site-to-site VPN connections to the remote site network. |
| RemoteServersDedicatedAddresses | Gets an FPCIpRangeSet collection that contains the set of dedicated IP address ranges for remote VPN servers (available only in Enterprise Edition). |
Interfaces for C++ Programming
This object implements the IFPCVpnNetworkConfiguration interface. In Enterprise Edition, this object also implements the IFPCEEVpnNetworkConfiguration interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |