Start a conversation

Modifying Internal configuration files

Overview

When troubleshooting advanced Directory Services, Strongswan, or IPsec VPN issues, it might be required to review and modify the internal configuration files.

The advanced configs are stored in the krb5.conf, strongswan.conf and ipsec.conf files, presented in the /etc directory.

This article provides a standard configuration of these files and a way on how to modify them.

Note: some of the modifications might be destroyed by the Kerio Control reboot/restart as the startup scripts override custom values.

Prerequisites

SSH access to Kerio Control

Solution

  1. Once you're logged in via SSH, make the system read/writable by running the command:
    mount -o rw,remount /
  2. Navigate to /etc folder.
    cd /etc
  3. Open the necessary .conf file using Nano or Vim editor. The list of all presented Configuration files is below.
    conf_files.png
  4. Modify the configurations to the necessary values.
    krb5_conf.png
    1. For more information about krb5.conf defaults, please review krb5.conf man page.
    2. For more information about Strongswan modification, please refer to Strongswan docs.
    3. For more information about IPsec modifications, please refer to Adjusting Lifetime Values for IPSec VPN Using Kerio Control.
  5. Restart the appropriate services by running the commands (only for the necessary services):
    1. Kerberos: winbindd reload
    2. IPSec and Strongswan: ipsec reload

Confirmation

The changes have been applied to the Kerio Control configuration files.

Related Articles

Modifying Kerio Control Settings for Stopping Loop ARP Requests

Enabling Protection from DDoS Attacks in Kerio Control

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments