2.2.4.8.1 VPNSetting

The VPNSetting type describes the information about an add-in that is not contained in the normal metadata file.

 <xs:complexType name="VPNSetting">
   <xs:sequence>
     <xs:element minOccurs="0" name="ConnectionName" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="InternetAddress" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="IntranetDnsSuffix" nillable="true" type="xs:string" />
   </xs:sequence>
 </xs:complexType>

ConnectionName: The name for the VPN connection (that is, both the phone-book entry name and the PPP adapter name).

InternetAddress: The connect-to address for the VPN connection. It can be either a public IP address or a fully qualified domain name (FQDN) that can be resolved on the Internet. VPN clients use this address to dial-up the VPN server.

IntranetDnsSuffix: The common suffix of the FQDNs of the computers on the private network, which will be set as the connection-specific DNS suffix of the PPP adapter on VPN clients. With these settings, nondomain-joined clients are able to resolve FQDNs of the computers on the private network.