Kaspersky network agent linux установка

Kaspersky network agent linux установка

This section describes how to install Network Agent for Linux on the Astra Linux Special Edition operating system.

  • Make sure that the device on which you want to install Network Agent for Linux is running one of the supported Linux distributions.
  • Download the kaspersky_astra_pub_key.gpg application key.
  • Download the necessary Network Agent installation file from the Kaspersky website.

Run the commands provided in this instruction under an account with root privileges.

To install Network Agent for Linux on the Astra Linux Special Edition (operational update 1.7) and Astra Linux Special Edition (operational update 1.6) operating system:

  1. Open the /etc/digsig/digsig_initramfs.conf file, and then specify the following setting: DIGSIG_ELF_MODE=1
  2. In the command line, run the following command to install the compatibility package: apt install astra-digsig-oldkeys
  3. Create a directory for the application key: mkdir -p /etc/digsig/keys/legacy/kaspersky/
  4. Place the application key in the directory created in the previous step: cp kaspersky_astra_pub_key.gpg /etc/digsig/keys/legacy/kaspersky/
  5. Update the RAM disks: update-initramfs -u -k all
  6. Install Network Agent:
    • To install Network Agent from a DEB package to a 32-bit operating system, execute the following command:
      # apt-get install ./klnagent__i386.deb
    • To install Network Agent from a DEB package to a 64-bit operating system, execute the following command:
      # apt-get install ./klnagent64__amd64.deb
    • To install Network Agent from a DEB package to a 64-bit operating system for the Arm architecture, execute the following command:
      # apt-get install ./klnagent64__arm64.deb

Network Agent for Linux is installed.

Источник

Kaspersky network agent linux установка

You can install Network Agent on Linux devices by using an answer file—a text file that contains a custom set of installation parameters: variables and their respective values. Using this answer file allows you to run an installation in silent mode, that is, without user participation.

To perform installation of Network Agent for Linux in silent mode:

  1. Prepare the relevant Linux device for remote installation. Download and create the remote installation package, by using a .deb or .rpm package of Network Agent, by means of any suitable package management system.
  2. If you want to install Network Agent on devices with the SUSE Linux Enterprise Server 15 operating system, install the insserv-compat package first to configure Network Agent.
  3. Read the End User License Agreement. Follow the steps below only if you understand and accept the terms of the End User License Agreement.
  4. Set the value of the KLAUTOANSWERS environment variable by entering the full name of the answer file (including the path), for example, as follows: export KLAUTOANSWERS=/tmp/nagent_install/answers.txt
  5. Create the answer file (in TXT format) in the directory that you have specified in the environment variable. Add to the answer file a list of variables in the VARIABLE_NAME=variable_value format, each variable on a separate line. For correct usage of the answer file, you must include in it a minimum set of the three required variables:
    • KLNAGENT_SERVER
    • KLNAGENT_AUTOINSTALL
    • EULA_ACCEPTED

You can also add any optional variables to use more specific parameters of your remote installation. The following table lists all of the variables that can be included in the answer file:

Variables of the answer file used as parameters of Network Agent for Linux installation in silent mode

Contains the Administration Server name presented as fully qualified domain name (FQDN) or IP address.

Defines whether silent installation mode is enabled.

1—Silent mode is enabled; the user is not prompted for any actions during installation.

Other—Silent mode is disabled; the user may be prompted for actions during installation.

Defines whether the user accepts the End User License Agreement (EULA) of Network Agent; when missing, can be interpreted as non-acceptance of the EULA.

1—I confirm that I have fully read, understand, and accept the terms and conditions of this End User License Agreement.

Other or not specified—I do not accept the terms of the License Agreement (installation is not performed).

Defines whether connection with the Administration Server will use proxy settings. The default value is 0.

Other—Proxy settings are not used.

Defines the address of the proxy server used for connection with the Administration Server.

Defines the user name used for login to the proxy server.

Defines the user password used for login to the proxy server.

Any set of alphanumeric characters allowed by the password format in the operating system.

Defines whether Network Agent is installed on an image for creation of dynamic virtual machines.

1—Network Agent is installed on an image, which is subsequently used for creation of dynamic virtual machines.

Other—No image is used during installation.

Defines whether the Network Agent settings are optimal for hypervisor.

1—The default local settings of Network Agent are modified so that they allow optimized usage on hypervisor.

Lists the tags assigned to the Network Agent instance.

One or multiple tag names separated with semicolon.

Defines the UDP port used by Network Agent. The default value is 15000.

Defines the non-TLS port used by Network Agent. The default value is 14000.

Defines the TLS port used by Network Agent. The default value is 13000.

Defines whether Transport Layer Security (TLS) is used for connection.

Defines whether connection gateway is used.

1 (default)—The current settings are not modified (at the first call, no connection gateway is specified).

2—No connection gateway is used.

3—Connection gateway is used.

4—The Network Agent instance is used as connection gateway in demilitarized zone (DMZ).

Defines the address of the connection gateway. The value is applicable only if KLNAGENT_GW_MODE=3.

  • To install Network Agent from an RPM package to a 32-bit operating system, execute the following command:
    # rpm -i klnagent-.i386.rpm
  • To install Network Agent from an RPM package to a 64-bit operating system, execute the following command:
    # rpm -i klnagent64-.x86_64.rpm
  • To install Network Agent from an RPM package on a 64-bit operating system for the Arm architecture, execute the following command:
    # rpm -i klnagent64-.aarch64.rpm
  • To install Network Agent from a DEB package to a 32-bit operating system, execute the following command:
    # apt-get install ./klnagent__i386.deb
  • To install Network Agent from a DEB package to a 64-bit operating system, execute the following command:
    # apt-get install ./klnagent64__amd64.deb
  • To install Network Agent from a DEB package on a 64-bit operating system for the Arm architecture, execute the following command:
    # apt-get install ./klnagent64__arm64.deb

Installation of Network Agent for Linux starts in silent mode; the user is not prompted for any actions during the process.

Источник

Kaspersky network agent linux установка

You can install Network Agent on Linux devices by using an answer file—a text file that contains a custom set of installation parameters: variables and their respective values. Using this answer file allows you to run an installation in silent mode, that is, without user participation.

To perform installation of Network Agent for Linux in silent mode:

  1. Prepare the relevant Linux device for remote installation. Download and create the remote installation package, by using a .deb or .rpm package of Network Agent, by means of any suitable package management system.
  2. If you want to install Network Agent on devices with the SUSE Linux Enterprise Server 15 operating system, install the insserv-compat package first to configure Network Agent.
  3. Read the End User License Agreement. Follow the steps below only if you understand and accept the terms of the End User License Agreement.
  4. Set the value of the KLAUTOANSWERS environment variable by entering the full name of the answer file (including the path), for example, as follows: export KLAUTOANSWERS=/tmp/nagent_install/answers.txt
  5. Create the answer file (in TXT format) in the directory that you have specified in the environment variable. Add to the answer file a list of variables in the VARIABLE_NAME=variable_value format, each variable on a separate line. For correct usage of the answer file, you must include in it a minimum set of the three required variables:
    • KLNAGENT_SERVER
    • KLNAGENT_AUTOINSTALL
    • EULA_ACCEPTED

You can also add any optional variables to use more specific parameters of your remote installation. The following table lists all of the variables that can be included in the answer file:

Variables of the answer file used as parameters of Network Agent for Linux installation in silent mode

Contains the Administration Server name presented as fully qualified domain name (FQDN) or IP address.

Defines whether silent installation mode is enabled.

1—Silent mode is enabled; the user is not prompted for any actions during installation.

Other—Silent mode is disabled; the user may be prompted for actions during installation.

Defines whether the user accepts the End User License Agreement (EULA) of Network Agent; when missing, can be interpreted as non-acceptance of the EULA.

1—I confirm that I have fully read, understand, and accept the terms and conditions of this End User License Agreement.

Other or not specified—I do not accept the terms of the License Agreement (installation is not performed).

Defines whether connection with the Administration Server will use proxy settings. The default value is 0.

Other—Proxy settings are not used.

Defines the address of the proxy server used for connection with the Administration Server.

Defines the user name used for login to the proxy server.

Defines the user password used for login to the proxy server.

Any set of alphanumeric characters allowed by the password format in the operating system.

Defines whether Network Agent is installed on an image for creation of dynamic virtual machines.

1—Network Agent is installed on an image, which is subsequently used for creation of dynamic virtual machines.

Other—No image is used during installation.

Defines whether the Network Agent settings are optimal for hypervisor.

1—The default local settings of Network Agent are modified so that they allow optimized usage on hypervisor.

Lists the tags assigned to the Network Agent instance.

One or multiple tag names separated with semicolon.

Defines the UDP port used by Network Agent. The default value is 15000.

Defines the non-TLS port used by Network Agent. The default value is 14000.

Defines the TLS port used by Network Agent. The default value is 13000.

Defines whether Transport Layer Security (TLS) is used for connection.

Defines whether connection gateway is used.

1 (default)—The current settings are not modified (at the first call, no connection gateway is specified).

2—No connection gateway is used.

3—Connection gateway is used.

4—The Network Agent instance is used as connection gateway in demilitarized zone (DMZ).

Defines the address of the connection gateway. The value is applicable only if KLNAGENT_GW_MODE=3.

  • To install Network Agent from an RPM package to a 32-bit operating system, execute the following command:
    # rpm -i klnagent-.i386.rpm
  • To install Network Agent from an RPM package to a 64-bit operating system, execute the following command:
    # rpm -i klnagent64-.x86_64.rpm
  • To install Network Agent from an RPM package on a 64-bit operating system for the Arm architecture, execute the following command:
    # rpm -i klnagent64-.aarch64.rpm
  • To install Network Agent from a DEB package to a 32-bit operating system, execute the following command:
    # apt-get install ./klnagent__i386.deb
  • To install Network Agent from a DEB package to a 64-bit operating system, execute the following command:
    # apt-get install ./klnagent64__amd64.deb
  • To install Network Agent from a DEB package on a 64-bit operating system for the Arm architecture, execute the following command:
    # apt-get install ./klnagent64__arm64.deb

Installation of Network Agent for Linux starts in silent mode; the user is not prompted for any actions during the process.

Источник

Читайте также:  Linux как установить tcpdump
Оцените статью
Adblock
detector