14.2.3.2. Router actions and conditions

The following actions are available:

  • ACCEPT: Accept (allow it to pass the firewall) the object.

  • ACCEPT-QUARANTINE: Accept the object, but also store a copy of it in the quarantine.

  • REJECT: Drop the object.

  • REJECT-QUARANTINE: Drop the object, but store a copy of it in the quarantine. That way, it can be retrieved later if needed.

  • Scanpath: Inspect the object according to the specified scanpath.

The following table describes some of the variables that can be used in the conditions. This table does not list all such variables, as new variables are added periodically. For an up-to-date list of the available variables see zcv.cfg(5) in Proxedo Network Security Suite 1.0 Reference Guide, or issue the man zcv.cfg command from a shell on the CF host.

  • zorp_protocol: Protocol used to transfer the object.

  • file_name: File name or URL. of the object.

  • content_type: MIME type of the object as specified by the peer.

  • zorp_server_address.ip: IP address of the server.

Tip

The Variable combobox used to create new conditions lists all available variables.