Logo
My activities

WRM: Configure Redis to Accept Traffic from Specific IP Addresses

As of 9.7.3, WRM has replaced AppFabric with Redis, which is automatically installed and deployed with the latest WRM installer. By default, Redis receives traffic from any IP address, however, enabling an optional security feature ensures it receives traffic only from specific IP addresses. If the WRM website and Redis are not on the same machine, Resolver recommends enabling this feature by following steps below.

  1. Click the Windows icon and use the search function to open Services.
  2. Right-click the Redis service and select Properties.
  3. Note the Path to executable location in the Properties window. This is the location of the Redis configuration folder.
  4. Navigate to Redis configuration folder.
  5. Open the redis.windows-service.conf file with Notepad.
  6. Locate the line in the General section that appears similar to the following: 

    # bind 127.0.0.1

  7. Delete the # symbol and insert the IP address of the machine where the WRM website is installed. For example:

    bind 192.168.1.100

  8. If other applications are using the same Redis installation, add the IP addresses to this line, separating them with a space. For example: 

    bind 192.168.1.100 10.0.0.1

  9. Save your changes, then restart the Redis service.
Follow
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk