If you use a proxy server to connect to the Internet, you should configure its settings.
To enable configure the settings of a proxy server for accessing update sources:
# /opt/kaspersky/klms/bin/klms-control \
--get-app-settings -f <
file name>
<proxySettings>
section:<enable>
subsection, specify the value 1
to enable the use of a proxy server.The proxy server usage option is enabled by default.
<serverAddress>
subsection, specify the name or IP address of the proxy server.<port>
subsection, specify the port number for connecting to the proxy server.The default port number is 8080
.
<authenticationType>
subsection, specify the value NotRequired
if authentication is not required to connect to the proxy server, or Plain
if authentication is required. <user>
and <password>
subsections.<proxyBypassLocalAddresses>
subsection, specify the value 1
to disable the use of a proxy server for local company addresses, or 0
to enable the use of a proxy server for local company addresses.By default, the value is set to 1
.
# /opt/kaspersky/klms/bin/klms-control \
--set-app-settings -f <
file name>