Manual changes to be applied post installation or upgrade of the SKP Connector.
Overview
Changes have been made to the SKP Connector in the 1.1.12 release that allow for the specification of the Maximum Transmission Unit (MTU) size within the /etc/syniti-rdc/config.hcl file. The editing of the config file must be applied manually after the installation or upgrade to the SKP Connector has completed.
Update the Config File
Follow the steps below to apply the changes to the config file and then restart the SKP Connector service to pick up the MTU settings.
Run the install / upgrade process for the 1.1.12 release of the SKP Connector relevant to your operating system (e.g. sudo bash syniti_install_rhel9.sh -u for a North American tenant with the connector running on Redhat 9.3). On successful installation, move to the next step.
Run the vi command vi /etc/syniti-rdc/config.hcl.
In the file, add mtu = 1280 to the bottom of the file below the interface = “wg0” line. Once updated, it should look like the following:
# Default: wg0 interface = "wg0" mtu = 1280
Save the file.
Stop and start the service with the following commands:
sudo systemctl stop syniti-rdc
sudo systemctl start syniti-rdc
This completes the change to the configuration of the SKP Connector to utilize the new MTU settings.