Skip to content

Instantly share code, notes, and snippets.

@sbma44
Created December 30, 2013 22:03
Show Gist options
  • Save sbma44/8189020 to your computer and use it in GitHub Desktop.
Save sbma44/8189020 to your computer and use it in GitHub Desktop.
openvpn client call (raspberry pi)
openvpn --client --dev tun --proto udp --remote xxx.xxx.xxx.xxx 1194 --resolv-retry infinite --nobind --persist-key --persist-tun --ca ca.crt --cert client.crt --key client.key --comp-lzo --verb 3 --cd /home/pi/Devel/wormhole/openvpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment