...
- Open the License Server home page.
- Choose Licenses > Tool Licenses and click the name of the tool for which you wish to add a pattern filter.
- Under Filters, click Add Pattern Filters.
The Add Pattern Filters dialog opens. - Specify the user pattern and host pattern as regular expressions, then choose either Allow or Deny as the Filter type. License Server will perform a case-insensitive search against these expressions to determine matches and take the selected action.
- For example, the following configuration would result in all users on hosts with IP addresses starting with
10.10.4.
being denied license tokens:- User pattern =
.*
- Host pattern =
10.10.4.*
- Filter type =
Deny
- User pattern =
- See "Pattern Group Patterns" on the Managing License Groups page for more information about patterns.
- For example, the following configuration would result in all users on hosts with IP addresses starting with
- To add just this pattern, click Confirm. The dialog will close. If you want to add this pattern and keep the dialog open so you can add another one, click Confirm and Add Another.
...