Kaspersky Embedded Systems Security for Linux
Configuring network zones in the command line
To add a network address to the zone, execute the following command:
kess-control --add-zone --zone <
zone
> --address <
address
>
where:
--zone <
zone
>
is the predefined name of the network zone. Possible values:Public
,Local
,Trusted
.--address <
address
>
is the network address or subnet.
To delete a network address from a zone, execute one of the following commands:
kess-control --del-zone --zone <
zone
> --address <
address
>
kess-control --del-zone --zone <
zone
> --index <
address index in the zone
>
If a zone contains several items with the same network address, the --del-zone
command will not be executed.
If the specified network address or index does not exist, an error message is generated.