Настройка клиента VPN от Kerio на Linux Ubuntu
Установка Kerio VPN Client
Переходим на страницу загрузки Kerio Control и копируем ссылку на соответствующую версию клиента:
* со стороны Kerio есть клиенты для Linux только для Debian/Ubuntu 32-bit или 64-bit.
Используя скопированную ссылку, загружаем клиент на Linux:
* в данном примере нами была скопирована 64-х битная версия клиента.
Устанавливаем необходимые для работы VPN-клиента компоненты:
apt-get install debconf openssl
И устанавливаем сам клиент:
dpkg -i kerio-control-vpnclient-linux-amd64.deb
Система в процессе установки сразу предложит диалоговые окна для настройки. В первом окне вводим адрес нашего сервера (Kerio VPN Server):
* для примера мы введи адрес внутренней сети, но чаще, будет необходимость в использовании внешнего адреса для сервера.
Разрешаем автоматически определить отпечаток для сертификата сервера:
После определения отпечатка, он будет выведен на экран, а нам нужно будет его принять:
Вводим имя пользователя для авторизации в сети VPN:
Вводим пароль для пользователя:
Система завершит установку.
Разрешим автозапуск сервиса и стартанем его:
systemctl enable kerio-kvc
systemctl start kerio-kvc
Настройка Kerio VPN Client
Настройку клиента мы выполнили в момент установки. Но если нам необходимо изменить конфигурацию или мы ошиблись, то изменения можно внести командой:
Источник
Installing Kerio Connect
Kerio Connect is available as a standard installation package for Windows, Mac OS X, Linux RPM and Linux Debian.
Kerio Connect can also be downloaded as a virtual appliance for VMware products. VMware Virtual Appliance Pre-configured Kerio Connect virtual machine image for VMware. is a software appliance edition pre-installed on a virtual host for VMware. The virtual appliance is distributed as OVF and VMX. For more information refer to Kerio Connect VMware Virtual Appliance.
Windows
Refer to the product pages to know the prerequisites before installation. Once everything is set up, you can start with the installation process as explained below:
- Download the Kerio Connect installation file.
- Run the installer. Kerio Connect must be installed under the user with administration rights to the system.
- Follow the steps in the installation wizard.
- Click Finish to complete the installation. Kerio Connect engine starts (immediately or after restart) and runs as a service.
The Kerio Connect installation process is logged in a special file ( kerio-connect.setup.log ) located in the folder %TEMP% .
- Perform the initial configuration before you start using Kerio Connect . For more information refer to Performing initial configuration in Kerio Connect.
Mac OS X
Refer to the product pages to learn about the prerequisites before installation. Once everything is set up, you can start with the installation process as explained below:
- Download the Kerio Connect installation file.
- Run the installer. Kerio Connect must be installed under the user with administration rights to the system.
- Follow the steps in the installation wizard. Kerio Connect is installed in the /usr/local/kerio/mailserver folder.
- Click Finish to complete the installation. Kerio Connect engine starts upon the computer system start-up and runs as a service.
- Perform the initial configuration before you start using Kerio Connect . For more information refer to Performing initial configuration in Kerio Connect.
Kerio Connect engine
To run or restart the service, go to System Preferences > Other > Kerio Connect Monitor.
You can also stop, start or restart Kerio Connect through Terminal or a SSH Secure Socket Shell — A network protocol that provides administrators with a secure way to access a remote machines. client with the following commands with root access:
- Stopping Kerio Connect engine: sudo /usr/local/kerio/mailserver/KerioMailServer stop
- Running Kerio Connect engine: sudo /usr/local/kerio/mailserver/KerioMailServer start
- Restarting Kerio Connect engine: sudo /usr/local/kerio/mailserver/KerioMailServer restart
Do not delete the Kerio Connect installation package. It includes Kerio Connect Uninstaller.
Linux RPM
Refer to the product pages to learn about the prerequisites before installation. Once everything is set up, you can start with the installation process as explained below:
- Download the Kerio Connect installation file.
- Run the installer. Kerio Connect must be installed under the user with root rights.For installations, Kerio Connect uses the RPM application. All functions are available except the option of changing the Kerio Connect location.
- Follow the steps in the installation wizard. Kerio Connect is installed in the /opt/kerio/mailserver folder.
- Click Finish to complete the installation.
- Perform the initial configuration before you start using Kerio Connect . For more information refer to Performing initial configuration in Kerio Connect.
New installation
Start the installation using this command:
Example: # rpm -i kerio-connect-8.0.0-6333.linux.rpm
If problems with package dependencies occur and you cannot install Kerio Connect , download and install the compat-libstdc++ package.
We recommend you read the LINUX-README file carefully, immediately after installation (located in the installation directory in the folder doc ).
Kerio Connect engine
The script that provides automatic startup of the daemon (the Kerio Connect engine) on reboot of the operating system is located in /etc/init.d folder.
Use this script to start or stop the daemon manually. Kerio Connect must be run under the user root .
- Stopping Kerio Connect engine: /etc/init.d/kerio-connect stop
- Running Kerio Connect engine: /etc/init.d/kerio-connect start
- Restarting Kerio Connect engine: /etc/init.d/kerio-connect restart
If your distribution has systemd available, use these commands:
- Stopping Kerio Connect engine: systemctl stop kerio-connect.service
- Running Kerio Connect engine: systemctl start kerio-connect.service
Linux DEB
For system requirements go to the product pages.
- Download the Kerio Connect installation file.
- Run the installer. Kerio Connect must be installed under the user with root rights.
- Follow the steps in the installation wizard. Kerio Connect gets installed in the /opt/kerio/mailserver folder.
- Click Finish to complete the installation.
- Perform the initial configuration before you start using Kerio Connect . For more information refer to Performing initial configuration in Kerio Connect.
New installation
Start the installation using this command:
Example: # dpkg -i kerio-connect-8.0.0-1270.linux.i386.deb
If problems with package dependencies occur and you cannot install Kerio Connect , download and install the compat-libstdc++ package. We recommend you read the DEBIAN-README (located in the installation directory in folder doc ) file carefully and immediately after installation.
Kerio Connect engine
The script that provides automatic start-up of the daemon ( Kerio Connect engine) on system reboot is located in /etc/init.d folder.
Alternatively, use the following commands to start or stop the daemon manually. To run these commands, Kerio Connect must be run by a root user
- Stopping Kerio Connect engine: sudo service kerio-connect stop
- Running Kerio Connect engine: sudo service kerio-connect start
- Restarting Kerio Connect engine: sudo service kerio-connect restart
When installing on Debian with a graphical user interface, open the installation package with the gdebi . To do this, right-click the file and click Open with.
Источник