<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span id="ms-rterangepaste-start"></span><span style="color: rgb(33, 33, 33); font-size: 15px;">Hi,</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">  Is there a solution to the problem of private IPs assigned by public networks ( usually WiFi ) overlapping with the IPs assigned in the tunneled network.  The specific problem I’m running into is the
 public WiFi at SFO ( San Francisco Airport ) assigns IPs to its clients in the 172.31.0.0/16 network and that subnet overlaps with a subset on the other end of the VPN tunnel.  I’m using strongswan 5.4 to allow road warriors to tunnel to my AWS network, which
 the same subnet 172.31.0.0/16.  Road warriors are able to connect with the builtin Mac OS X 10.11 client using ikev2, however they are unable to access any resources through the tunnel.  I suspect that I need to find a away to tell OS X to send all packets
 for 172.31.0.0/16 down the tunnel *unless* a packet is an encapsulated ipsec packet ( in which case it should just go out the real network adapter).  I looked through the vpn settings documented at </span><a href="https://developer.apple.com/library/mac/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206-CH1-SW27" target="_blank" class="" style="font-size: 15px;" id="LPlnk468873">https://developer.apple.com/library/mac/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206-CH1-SW27</a><span style="color: rgb(33, 33, 33); font-size: 15px;"> and
 did not see anything useful.</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> Is this is a problem that needs to be solved on the road warrior clients and can not be fixed my a strongswan configuration change?  If this is a problem that needs to be fixed on the road warrior client
 side, is there a setting in the VPN client to fix this problem?</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">Thanks in advance for any help!</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">Chris</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> Road warrior config from my strongswan gateway:</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">conn vpn-osx-ikev2-{GROUP}</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   left={LOCAL_IPV4}</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   leftcert={LEFT_ID}.pem</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   leftid=@{LEFT_ID}</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   leftauth=pubkey</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   leftsubnet={LEFT_SUBNET}</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   right=%any</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   rightsourceip={GROUP_CIDR}</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   rightid="@@*@{GROUP_OU}"</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   keyexchange=ikev2</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   auto=add</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   dpdaction=clear</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   dpddelay=300s</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   rekey=no</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   forceencaps=yes</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   ike=aes256gcm16-sha512-ecp521</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   esp=aes256gcm16-sha512-ecp521</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">{GROUP}, {LOCAL_IPV4}, etc are replaced at strongswan startup time with environment specific values using python interpolation.</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">Template mobileconfig:</span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"><?xml version="1.0" encoding="UTF-8"?></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "</span><a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd" target="_blank" class="" style="font-size: 15px;">http://www.apple.com/DTDs/PropertyList-1.0.dtd</a><span style="color: rgb(33, 33, 33); font-size: 15px;">"></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"><plist version="1.0"></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"><dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadContent</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>DNS</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>SearchDomains</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>xxx.internal</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>compute.internal</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string></span><a href="http://amazonaws.com/" target="_blank" class="" style="font-size: 15px;">amazonaws.com</a><span style="color: rgb(33, 33, 33); font-size: 15px;"></string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       </array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>ServerAddresses</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>{VPN_DNS_SERVER}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       </array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>SupplementalMatchDomains</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>xxx.internal</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>compute.internal</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string></span><a href="http://amazonaws.com/" target="_blank" class="" style="font-size: 15px;">amazonaws.com</a><span style="color: rgb(33, 33, 33); font-size: 15px;"></string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       </array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>IKEv2</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>AuthenticationMethod</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>Certificate</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>ChildSecurityAssociationParameters</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>DiffieHellmanGroup</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <integer>21</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>EncryptionAlgorithm</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>AES-256-GCM</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>IntegrityAlgorithm</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>SHA2-512</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>LifeTimeInMinutes</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <integer>1440</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>DeadPeerDetectionRate</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>High</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>DisableMOBIKE</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>DisableRedirect</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>EnableCertificateRevocationCheck</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>EnablePFS</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>ExtendedAuthEnabled</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <integer>0</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>IKESecurityAssociationParameters</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>DiffieHellmanGroup</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <integer>21</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>EncryptionAlgorithm</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>AES-256-GCM</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>IntegrityAlgorithm</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <string>SHA2-512</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <key>LifeTimeInMinutes</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">         <integer>1440</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>LocalIdentifier</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>{LOCAL_ID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>PayloadCertificateUUID</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>{USER_CERT_UUID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>RemoteAddress</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>{VPN_GATEWAY_FQDN}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>RemoteIdentifier</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>{LEFT_ID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>UseConfigurationAttributeInternalIPSubnet</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>ServerCertificateIssuerCommonName</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <string>{USER_CERT_ISSUER_CN}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>IPv4</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>OverridePrimary</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <integer>0</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadDescription</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>Configures VPN settings</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadDisplayName</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>VPN</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadIdentifier</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>{VPN_PAYLOAD_ID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadType</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>com.apple.vpn.managed</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadUUID</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>{VPN_PAYLOAD_UUID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>PayloadVersion</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <real>1</real></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>Proxies</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>HTTPEnable</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <integer>0</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <key>HTTPSEnable</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">       <integer>0</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>UserDefinedName</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>{VPN_CONNECTION_NAME}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>VPNType</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <string>IKEv2</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <key>VendorConfig</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">     <dict/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;">   </dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> </array></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadDisplayName</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>{VPN_CONNECTION_NAME}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadIdentifier</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>{PAYLOAD_ID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadRemovalDisallowed</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <false/></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadType</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>Configuration</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadUUID</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>{PAYLOAD_UUID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadVersion</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <integer>1</integer></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadOrganization</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>XXX Inc.</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <key>PayloadDescription</key></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"> <string>IKEv2 VPN Credentials for {LOCAL_ID}</string></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"></dict></span><br class="" style="color: rgb(33, 33, 33); font-size: 15px;">
<span style="color: rgb(33, 33, 33); font-size: 15px;"></plist></span><span id="ms-rterangepaste-end"></span><br>
</p>
</div>
</body>
</html>