When I start the OpenVPN client program using the below command (via the downloaded files delineated further below), I enter my Username and Password (the same that work fine in my disconnected TrustConnect Windows Client) and Ubuntu 10.04 responds with error messages below:
- What did I do wrong?:
ubuntu@ubuntu-4:~$ openvpn --config /etc/openvpn/free_client.conf
Mon Nov 1 06:30:16 2010 OpenVPN 2.1.0 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jul 20 2010
Enter Auth Username:EnteredMyUsernameHere
Enter Auth Password:EnteredMyPasswordHere
Mon Nov 1 06:31:08 2010 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Mon Nov 1 06:31:08 2010 NOTE: OpenVPN 2.1 requires ‘–script-security 2’ or higher to call user-defined scripts or executables
Mon Nov 1 06:31:08 2010 Cannot load CA certificate file ca.crt path (null) (SSL_CTX_load_verify_locations): error:02001002:system library:fopen:No such file or directory: error:2006D080:BIO routines:BIO_new_file:no such file: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Mon Nov 1 06:31:08 2010 Exiting
Note: I installed the OpenVPN client via Synaptic in Ubuntu 10.04, and I copied the ca.crt and free_client.conf Comodo files I downloaded into the /etc/openvpn directory that already contained a update-resolv-conf file. That’s all the files in the /etc/openvpn directory.
-
What command do I type in to disconnect the OpenVPN session?
Note I tried these other variants of the 1) command that appears to be wrong in the Comodo Linux documentation and got the responses shown:
ubuntu@ubuntu-4:~$ openvpn–openvpn config /etc/openvpn/client.conf
openvpn–openvpn: command not found
ubuntu@ubuntu-4:~$ openvpn–openvpn config /etc/openvpn/free_client.conf
openvpn–openvpn: command not found
ubuntu@ubuntu-4:~$ openvpn --openvpn config /etc/openvpn/free_client.conf
Options error: Unrecognized option or missing parameter(s) in [CMD-LINE]:1: openvpn (2.1.0)
Use --help for more information.
ubuntu@ubuntu-4:~$ openvpn config /etc/openvpn/free_client.conf
Options error: I’m trying to parse “config” as an --option parameter but I don’t see a leading ‘–’
Use --help for more information.
Thanks for any help you can provide.