Prevent or specify the auto-registration utility for selected subnets in RSA authentication agent 7.4 for Microsoft windows
2 years ago
Originally Published: 2019-04-16
Article Number
000046455
Applies To
RSA Product/Service Type:   Authentication Manager 
RSA Version/Condition:  8.x
 
Issue
This article explains how to exclude or include the selected subnets from auto-registration by defining a value in the windows registry.
 
Resolution
To configure the Auto-Registration utility to ignore a subnet:
  1. On the Authentication Agent client computer, log on with an Administrator account.
  2. Open the Registry Editor. Click Start. Then enter regedit in the start Search prompt and click regedit from the Programs list.
  3. In the Registry Editor, click HKLM\ SOFTWARE\RSA\RSA Authentication Agent\AgentAutoRegistration.
  4. Right-click on an empty screen in the right-pane and select New > String Value.
  5. For the new value name, enter ExcludeNetworkMasks.
  6. In the right pane of the Registry Editor window, right-click ExcludeNetworkMasks, and click Modify.
  7. For the value name, enter a semicolon separated list of subnets in CIDR format.
    Example: 192.168.3.0/24

User-added image

To configure the Auto-Registration utility to use a subnet:
  1. In the Registry Editor, click HKLM\ SOFTWARE\RSA\RSA Authentication Agent\AgentAutoRegistration.
  2. In the right pane of the Registry Editor window, right-click, and then click New > String Value.
  3. For the new value name, enter IncludeNetworkMasks.
  4. In the right pane of the Registry Editor window, right-click IncludeNetworkMasks, and click Modify.
  5. For the value name, enter a semicolon separated list of subnets in CIDR format
    Example: 192.168.2.0/24
User-added image