To start using Kaspersky IoT Secure Gateway 1000, install it on a Kraftway Rubezh-N device. This requires the following files that are included in the Kaspersky IoT Secure Gateway 1000 distribution kit:
1.2.3.4
. flasher
installation image generation utility, delivered as the archive kisg_flasher_<system version number>_ru_en.tar.gz, where <system version number> consists of four decimal numbers separated by periods.Installation of Kaspersky IoT Secure Gateway 1000 is performed by Kaspersky experts. The instructions described in this section are provided for information purposes.
To install Kaspersky IoT Secure Gateway 1000:
wget
and sha512sum
utilities:sudo apt-get install wget coreutils
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo groupadd docker
sudo usermod -aG docker <system user name>
newgrp docker
If the Docker container has no access to external network after executing these commands, restart the operating system.
docker run hello-world
flasher
utility archive to the computer and copy the archive to a separate directory.The flasher
utility includes a script to create a boot image.
flasher
archive:tar -xvf kisg_flasher_<system version number>
_ru_en.tar.gz
The following files will be added to the directory:
flasher
utility.flasher
image in a Docker environment.flasher
image.flasher
image and installing a Kaspersky IoT Secure Gateway 1000 image.flasher
utility.resources
directory. The archive name must have the format kisg_netprotector_<network device type>_release_install_<system version number>_ru_en.tar.gz.You can place one installation image archive in the directory if you intend to use one type of network device only, or both archives (for unidirectional gateway and network router) to be able to choose between the types of network device when installing Kaspersky IoT Secure Gateway 1000.
flasher.conf
configuration file, so that it contains only the following lines:set -eu
KISG_images=()
KISG_device=kraftway
wget
utility can download a Debian OS image by running the following command:wget https://www.debian.org/CD/
If the wget
utility fails to get the Debian OS image, place the Debian 11.4.0 image and SHA512 checksums into the resources
directory. If there is no Internet connection on the computer with the flasher
utility, obtain a Debian Docker image by running the docker pull debian: bullseye
command and copy the resulting image to the flasher
utility directory.
./build.sh
file KISGFlasher.iso
flasher
utility.dd bs=4M if=$(pwd)/KISGFlasher.iso of=/dev/sdx status=progress oflag=sync
where /dev/sdx
is the name of the USB drive to which you need to write the image.
All further actions must be performed in the terminal of the computer connected to the Kraftway Rubezh-N device.
The main BIOS menu of the Kraftway Rubezh-N device opens in the console.
debian login
form that appears in the console, enter the default Debian Live CD user name and password to log in to LiveUSB.If you have compiled a boot image for one network device type only, installation starts automatically.
The main BIOS menu of the Kraftway Rubezh-N device opens in the console.
After Kaspersky IoT Secure Gateway 1000 starts for the first time, it is recommended to configure the network, create and upload an administrator certificate, configure the date and time, and replace the web server certificate with the one that is used in your organization.
Page top