Source
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ActiveServers</key>
<array>
<string>org.macports.ppp.l2tp</string>
</array>
<key>Servers</key>
<dict>
<key>org.macports.ppp.l2tp</key>
<dict>
<key>DNS</key>
<dict>
<key>OfferedSearchDomains</key>
<array>
<string>@VPN_OFFEREDSEARCHDOMAIN@</string>
</array>
<key>OfferedServerAddresses</key>
<array>
<string>@VPN_OFFEREDSERVERADDRESS@</string>
</array>
</dict>
<key>IPSec</key>
<dict>
<key>AuthenticationMethod</key>
<string>SharedSecret</string>
<key>IdentifierVerification</key>
<string>None</string>
<key>LocalCertificate</key>
<string><></string>
<key>LocalIdentifier</key>
<string></string>
<key>RemoteIdentifier</key>
<string></string>
<key>SharedSecret</key>
<string>org.macports.ppp.l2tp</string>
<key>SharedSecretEncryption</key>
<string>Keychain</string>
</dict>
<key>IPv4</key>
<dict>
<key>ConfigMethod</key>
<string>Manual</string>
<key>DestAddressRanges</key>
<array>
<string>@VPN_DESTADDRESSRANGE_START@</string>
<string>@VPN_DESTADDRESSRANGE_END@</string>
</array>
<!--
Uncomment to configure access from other
addresses, e.g. 10.2.0.0, 255.255.0.0
-->
<!--
<key>OfferedRouteAddresses</key>
<array>
<string>@VPN_OFFEREDROUTEADDRESS@</string>
</array>
<key>OfferedRouteMasks</key>
<array>
<string>@VPN_OFFEREDROUTEMASK@</string>
</array>
<key>OfferedRouteTypes</key>