Last active
September 17, 2019 15:10
-
-
Save marvin-marvin/3c9aaa21cc412334a13b4c163ba28285 to your computer and use it in GitHub Desktop.
fritzbox autoconnect vpn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<!-- Home: Manual --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: Manual</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: Manual</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>D58846D4-51B5-437E-9147-199C811ABA1C</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>home.marvinmarvin.de</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>juliane</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>juliane</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>lboWR41Ckg60rDe7</string> | |
</dict> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
<!-- Home: WiFi --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>85284094-A9F5-47D7-A1CD-6F831B2FFAC0</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>home.marvinmarvin.de</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>juliane</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>juliane</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>lboWR41Ckg60rDe7</string> | |
</dict> | |
<key>OnDemandEnabled</key> | |
<integer>1</integer> | |
<key>OnDemandRules</key> | |
<array> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>SSIDMatch</key> | |
<array> | |
<string>KliBoe-Wifi</string> | |
</array> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>Action</key> | |
<string>Connect</string> | |
</dict> | |
<dict> | |
<!-- VPN Default state --> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
</array> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>VPN Configurations</string> | |
<key>PayloadIdentifier</key> | |
<string>TW.BAB78424-28FB-4654-915D-93D0CB87CC7B</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>A9F4B095-4336-4ECD-A2B2-3D52D778E743</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<!-- Home: Manual --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: Manual</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: Manual</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>D58846D4-51B5-437E-9147-199C811ABA1C</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>@@@DOMAIN@@@</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>@@@USER@@@</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>@@@USER@@@</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>lboWR41Ckg60rDe7</string> | |
</dict> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
<!-- Home: WiFi --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>85284094-A9F5-47D7-A1CD-6F831B2FFAC0</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>@@@DOMAIN@@@</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>juliane</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>@@@USER@@@</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>lboWR41Ckg60rDe7</string> | |
</dict> | |
<key>OnDemandEnabled</key> | |
<integer>1</integer> | |
<key>OnDemandRules</key> | |
<array> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>SSIDMatch</key> | |
<array> | |
<string>KliBoe-Wifi</string> | |
</array> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
<dict> | |
<!-- VPN Default state --> | |
<key>Action</key> | |
<string>Connect</string> | |
</dict> | |
</array> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>VPN Configurations</string> | |
<key>PayloadIdentifier</key> | |
<string>TW.BAB78424-28FB-4654-915D-93D0CB87CC7B</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>A9F4B095-4336-4ECD-A2B2-3D52D778E743</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<!-- Home: Manual --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: Manual</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: Manual</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>D58846D4-51B5-437E-9147-199C811ABA1C</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>home.marvinmarvin.de</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>marvin</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>marvin</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>9rLJZQrigvnTPQKs</string> | |
</dict> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
<!-- Home: WiFi --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>85284094-A9F5-47D7-A1CD-6F831B2FFAC0</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>home.marvinmarvin.de</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>marvin</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>marvin</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>9rLJZQrigvnTPQKs</string> | |
</dict> | |
<key>OnDemandEnabled</key> | |
<integer>1</integer> | |
<key>OnDemandRules</key> | |
<array> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>SSIDMatch</key> | |
<array> | |
<string>KliBoe-Wifi</string> | |
</array> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>Action</key> | |
<string>Connect</string> | |
</dict> | |
<dict> | |
<!-- VPN Default state --> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
</array> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>VPN Configurations</string> | |
<key>PayloadIdentifier</key> | |
<string>TW.BAB78424-28FB-4654-915D-93D0CB87CC7B</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>A9F4B095-4336-4ECD-A2B2-3D52D778E743</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<!-- Home: Manual --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: Manual</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: Manual</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>D58846D4-51B5-437E-9147-199C811ABA1C</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>@@@DOMAIN@@@</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>@@@USER@@@</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>@@@USER@@@</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>9rLJZQrigvnTPQKs</string> | |
</dict> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
<!-- Home: WiFi --> | |
<dict> | |
<key>UserDefinedName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadDisplayName</key> | |
<string>Home: WiFi</string> | |
<key>PayloadIdentifier</key> | |
<string>Home VPN</string> | |
<key>PayloadUUID</key> | |
<string>85284094-A9F5-47D7-A1CD-6F831B2FFAC0</string> | |
<key>VPNType</key> | |
<string>IPSec</string> | |
<key>IPSec</key> | |
<dict> | |
<key>RemoteAddress</key> | |
<string>@@@DOMAIN@@@</string> | |
<key>AuthenticationMethod</key> | |
<string>SharedSecret</string> | |
<key>XAuthName</key> | |
<string>@@@USER@@@</string> | |
<key>XAuthPassword</key> | |
<string>@@@@@@@@@@@@@@@@@@@@@@@</string> | |
<key>XAuthEnabled</key> | |
<integer>1</integer> | |
<key>LocalIdentifier</key> | |
<string>@@@USER@@@</string> | |
<key>LocalIdentifierType</key> | |
<string>KeyID</string> | |
<key>SharedSecret</key> | |
<string>9rLJZQrigvnTPQKs</string> | |
</dict> | |
<key>OnDemandEnabled</key> | |
<integer>1</integer> | |
<key>OnDemandRules</key> | |
<array> | |
<dict> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>SSIDMatch</key> | |
<array> | |
<string>KliBoe-Wifi</string> | |
</array> | |
<key>Action</key> | |
<string>Disconnect</string> | |
</dict> | |
<dict> | |
<!-- VPN Default state --> | |
<key>Action</key> | |
<string>Connect</string> | |
</dict> | |
</array> | |
<key>OverridePrimary</key> | |
<true/> | |
<key>IPv4</key> | |
<dict> | |
<key>OverridePrimary</key> | |
<integer>1</integer> | |
</dict> | |
<key>PayloadType</key> | |
<string>com.apple.vpn.managed</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>VPN Configurations</string> | |
<key>PayloadIdentifier</key> | |
<string>TW.BAB78424-28FB-4654-915D-93D0CB87CC7B</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>A9F4B095-4336-4ECD-A2B2-3D52D778E743</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment