Skip to content

Instantly share code, notes, and snippets.

@pysysops
Last active March 9, 2016 15:00
Show Gist options
  • Save pysysops/9c2c97061002ff241f1f to your computer and use it in GitHub Desktop.
Save pysysops/9c2c97061002ff241f1f to your computer and use it in GitHub Desktop.
/etc/NetworkManager/system-connections/<<VPNName>>
[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