Restrict access on the client side

If a client should only be able to access specific Sentinel license servers, you have to restrict the access accordingly. You can also configure a sequence according to which a client should connect to servers.

About this task

The configuration is done in the pla.properties file of the respective client. You can edit this file in any standard text editor.
Note: We recommend you close all PLA 3.0 applications during the configuration process.

Procedure

To restrict access on the client side:
  1. Open the pla.properties file.
  2. Add or modify key=value pairs according to your requirements.
    Important: The key=value pairs you define here filter the list of Sentinel license servers configured in the PLA License Control Center. You cannot add additional servers.

    Add one value to configure a specific server, or a semicolon-separated list to configure a sequence of servers.

    The following keys are available:

    com.stegmannsystems.edp.license.HaspTargetIPs

    Restricts the access of a client to a license server based on the IP address of the server.

    Add one value to configure a specific server, or a semicolon-separated list to configure a sequence of servers. The sequence of the entries determines their priority. Entries listed first take precedence.

    Example: com.stegmannsystems.edp.license.HaspTargetIPs=192.168.1.111;192.20.100.20

    com.stegmannsystems.edp.license.HaspTargetHostnames

    Restricts the access of a client to a license server based on the hostname of the server.

    Specify the computer name only, do not add the domain. Add one value to configure a specific server, or a semicolon-separated list to configure a sequence of servers. The sequence of the entries determines their priority. Entries listed first take precedence.

    Example: com.stegmannsystems.edp.license.HaspTargetHostnames=WJKA03;WDO02;EMS7

    Note: If you configure hostnames and IP addresses, hostnames take precedence.
    com.stegmannsystems.edp.license.Providers

    Restricts the access of a client to a license server based on the provider of the protection key.

    Valid values are hasp for Sentinel software and hardware protection keys and hardlock for hardlock keys.

    Example: com.stegmannsystems.edp.license.Providers=hasp

  3. Save the pla.properties file and close it.