Skip to content

Instantly share code, notes, and snippets.

@bbhoss
Created March 11, 2015 23:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbhoss/fd35078eccb32c9965ac to your computer and use it in GitHub Desktop.
Save bbhoss/fd35078eccb32c9965ac to your computer and use it in GitHub Desktop.
Bastion client config
client
dev tun
proto udp
remote <your-bastion-host> 1194
nobind
persist-key
persist-tun
ca <your-ca>.crt
cert <your-client-cert>.crt
key <your-client-key>.key
ns-cert-type server
comp-lzo
# Set log file verbosity.
verb 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment