To get started with Kaspersky IoT Secure Gateway 1000, install it on the Kraftway Rubezh-N device.
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 by running the following command as root:sudo apt-get install wget coreutils
docker
repository PGP™ key to the system by running the following commands as root: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
docker
repository address to the system by running the following commands: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
docker
by running the following commands as root:sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
docker
to run with user permissions by executing the following commands as root:sudo groupadd docker
sudo usermod -aG docker <system user name>
newgrp docker
docker
starts without errors by running the test image:docker run hello-world
flasher
utility with a boot image script to your computer and copy it to a separate directory.flasher
utility.resources
directory. The image must have a name in the format kisg-<network device type>-<system version number>_ru_en.tar.gz, where <network device type> can be diode
for unidirectional gateway or router
for a network router, and <system version number> consists of four decimal numbers separated by dots, such as 1.2.3.4
.You can place one installation image in the directory if you intend to use one type of network device only, or both installation images (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
flasher
utility, obtain a Debian docker image by running docker pull debian: bullseye
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