To add a network address to the zone, execute the following command:
kesl-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:
kesl-control --del-zone --zone <
zone
> --address <
address
>
kesl-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.
Page top