0% found this document useful (0 votes)
178 views

How To Configure SSL VPN Client in Linux

The document provides instructions for configuring an SSL VPN client in Linux using OpenVPN in 4 steps: 1) Configure the SSL VPN on the Cyberoam device, 2) Download the client configuration file, 3) Configure the Linux client by extracting files and editing the configuration, and 4) Run OpenVPN with the configuration file and log in with SSL VPN credentials.

Uploaded by

Ajit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
178 views

How To Configure SSL VPN Client in Linux

The document provides instructions for configuring an SSL VPN client in Linux using OpenVPN in 4 steps: 1) Configure the SSL VPN on the Cyberoam device, 2) Download the client configuration file, 3) Configure the Linux client by extracting files and editing the configuration, and 4) Run OpenVPN with the configuration file and log in with SSL VPN credentials.

Uploaded by

Ajit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

How To Configure SSL VPN Client in Linux

Applicable to Version: 10.00 onwards


Open VPN package is used in Linux to configure SSL VPN Client.

Configuration
Follow the below mentioned steps to configure SSL VPN Client in Linux.
Step 1: Configure SSL VPN on Cyberoam
Refer to SSL VPN User Guide for details on how to configure SSL VPN on Cyberoam.

Step 2: Download SSL VPN Client Configuration


Logon to SSL VPN portal with the help of username and password of SSL VPN policy
member.

Click Download SSL VPN Client Configuration to download and install SSL VPN client.

Step 3: Linux Configuration


Ubuntu flavor of Linux has been taken as an example in this article for Linux Configuration.
1. Extract file using command "tar"
#tar zxvf clientbundle.tgz

2. Go to "CRSSLconfig/pem" folder and open the file client.crssl

3. Comment following lines in the configuration files


#dhcp-renew
#dhcp-release

Add following lines at the end of configuration file


status crssl_client_status.log
ca ./RootCertificate.pem
cert ./UserCertificate.pem
key ./UserPrivateKey.key
Save and exit from configuration file

4. Install Open VPN, by following below mentioned command


#sudo apt-get installopenvpn
5. Run following command as "ROOT" within "CRSSLconfig/pem" folder
#sudo openvpn --config client.crssl

Enter the SSL VPN username and password

Step 4: View Live User


Logon to Cyberoam Web Admin Console and Go to VPN Live users SSL VPN.
You can view the user Cyberoam logged in.

You might also like