How do I configure the OpenVPN client on a Linux workstation? |
|
Add comment
|
|
|
|
Views: 3032
Votes: 0
Comments: 0
|
|
Posted: 06 Feb, 2007
by: Warasin P.
Updated: 04 Dec, 2008
by: Warasin P.
|
|
- Go to VPN > OpenVPN Server
- Download the CA certificate using the link Download CA Certificate
- Save the certificate locally as, lets say, /home/user/cacert.pem
- Start the OpenVPN client using the following command line:
openvpn --client --pull --comp-lzo --nobind --dev tap0 --ca /home/user/cacert.pem --auth-user-pass --remote your.remote.efw
|