Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IP restrictions are currently available for Kerberos, Kerberos for REST, and API Tokens.

Restriction modes

The restriction modes are used to specify how to restrict access based on the unblocked list and blocked list. The possible modes are No restriction, Allow, and Deny.

...

Use the full IP address to target a specific device.

Code Block
192.168.1.1

IP address prefix (Replaced with CIDR as of 5.0.0)

Use IP address prefix to target a range of IP addresses. This syntax targets all IP addresses starting with the given prefix.

Code Block
192.168.1.

CIDR address

Use CIDR address prefix to target a range of IP addresses.

Code Block
192.168.1.0/24

Regular expressions

If you need even more control when targeting IP addresses, you can create your own matching rules using regular expressions.

...