Created
December 30, 2013 22:03
-
-
Save sbma44/8189020 to your computer and use it in GitHub Desktop.
openvpn client call (raspberry pi)
This file contains 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
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