You can manually delete network addresses associated with a certain type of network from the configuration file of the Firewall Management task. This may be useful if the network addresses are not used any more.
To delete a network address from a zone, execute the following command:
kesl-control -F --del-zone <zone> [--address <address>| --index <index address in the zone>]
The specified network address will be deleted from the indicated zone section in the configuration file.
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