10.10.2. Zorp control

Starting and stopping firewall instances is performed automatically using the default installation. However, it is possible to control manually the firewall instances with the zorpctl utility. Zorpctl starts and stops Zorp instances using the instances.conf file. One or more instance names can be passed to zorpctl as arguments. If an error occurs while starting or stopping one of them, an exclamation mark ('?') is appended to the name of the instance as the script processes requests.

To control Zorp with zorpctl, enter the following lines.

zorpctl start|stop <instance name> <instance name> <...>

Besides the start and stop parameters for controlling instances, zopctl has some other parameters as well.

  • zorpctl status <instance>

    printing the status of the specified Zorp instance

  • zorpctl szig <instance>

    displaying some internal information about the specified Zorp instance

  • zorpctl inclog <instance>

    incrementing the logging level of the specified instance with one level

  • zorpctl declog <instance>

    decrementing the logging level of the specified instance with one level

For a full list of the available parameters with short explanations type zorpctl at a command prompt, without parameters, or issue the man zorpctl command. The manual page of zorpctl is also available at zorpctl(8) in Zorp Professional 7 Reference Guide.