Can I enable multiple conditions in a rule and how are they handled?

You can enable any number of conditions in a rule.

Conditions are AND-connected. This means: If you activate multiple conditions in a rule, the rule only matches if the traffic meets all active conditions.

Within a condition, however, the selected elements are OR-connected. This means the condition is met if the traffic contains one of the selected elements.

Example:

A rule has the following conditions:

  1. GeoIP has Guyana as destination

  2. Classification has the protocols HTTP and SSL

This rule matches HTTP traffic flows to Guyana as well as SSL traffic flows to Guyana. However, it will not match traffic to Guyana via any other protocol.

See Rules for further information on rule setup.