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.