Live Chat Software by Kayako |
SSL VPN Client Installation
Posted by Bekir SOYLU on 27 May 2014 01:49 PM
|
|
About This GuideThis guide is about Labris SSL VPN Client and its configuration. Who should use this GuideThis guide should be used by Network and System managers. Technical SupportIf you want technical support, you should contact with the Labris Network CSS (Close Security Support) Center. http://www.labrisnetwoks.com/support/[email protected] / [email protected] For the phone support you can call following numbers on weekdays. +90 312 2101113 / +90 312 2101114 SSL VPN Configurations1- Please connect to Labris UTM via ssh protocol. Putty can be used for connection. (You should know the root password) 2- Enter the configuration directory. cd /etc/openvpn 3- Compy the sample configuration file to this directory cp -r samples/labris-ssl-vpn/labris-ssl-vpn* /etc/openvpn/ 4- Edit the configuration file according to your topology.(You can use any editor that you feel comfotable to use editing.) nano labris-ssl-vpn.conf After you open the conf file, take the cursor to the line which you want to edit.You can move cursor with Arrow Keys Changeable Valueslport 4443 : That will decide the port number of which Labris SSL VPN works on . server 10.8.3.0 255.255.255.0 : SSL VPN subnet. Clients will get IP address from this SSL VPN network range. max-clients 100 : Maximum number of the users that connected at the same time. push "route 192.168.20.0 255.255.255.0" : Your Local Network should be written here.If there is more than one LAN you can write them next line. Examplepush "route 192.168.20.0 255.255.255.0" ;push "redirect-gateway def1 bypass-dhcp" : This line is disabled default with the “;” sign. Remove the ";" sign to activate. SSL VPN clients will connect to not only Local Area Network but also the Internet through Labris tunnel if this line is activated. Firewall configuration should be done accurately! | |
|