Last active
March 9, 2016 15:00
-
-
Save pysysops/9c2c97061002ff241f1f to your computer and use it in GitHub Desktop.
/etc/NetworkManager/system-connections/<<VPNName>>
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
[connection] | |
id=<<VPNName>> | |
uuid=<<UUID>> | |
type=vpn | |
autoconnect=true | |
permissions= | |
secondaries= | |
timestamp=1450953669 | |
zone=work | |
[vpn] | |
connection-type=tls | |
remote=<<IP OR HOST>> | |
comp-lzo=yes | |
reneg-seconds=0 | |
cert-pass-flags=0 | |
port=<<PORT>> | |
dev-type=tap | |
cert=/root/.openvpn/894F29ED7D578230.pem | |
ca=/root/.openvpn/cacert.pem | |
key=/root/.openvpn/bamboo.pem | |
service-type=org.freedesktop.NetworkManager.openvpn | |
[ipv4] | |
dns-search= | |
method=auto | |
never-default=true | |
[ipv6] | |
dns-search= | |
method=auto | |
never-default=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment