Matching an IP range¶
A WAF rule with the Remote IP condition allows you to match requests from a specific IP range based on the /24 network.
Condition: Match an IP range
For example, proceed as follows to match an IP range:
- ► Select Request as the request method.
- ► Add the Remote IP condition.
- ► Select the REGEX operator from the drop-down list.
- ► Enter
^1.2.[3|4].(.*)$as the value.
