Allow/restrict IP addresses

One way to make Log360 and its integrated components more secure is by allowing or restricting inbound connections to specific IPs or IP ranges. This adds an additional layer of security by allowing connection from only trusted sources and blocking unwanted and malicious traffic.

The IP restriction can be applied for the entire product, specific URLs within the product, or APIs.

Controlling access to the product

  1. Navigate to Admin → Administration → Logon Settings.
  2. Click the Allow/Restrict IPs tab.
  3. Under the Actions column, click the [disable icon] icon to enable IP restriction.
  4. restricted-ips

  5. In the pop-up that appears, select the Allowed IPs or the Restricted IPs option.
  6. Based on your requirements, enter the desired IP addresses.
  7. Refer to the Appendix for more information.
  8. allow-ips

  9. Finally, click Save to save the settings.
  10. If you have changed the 3rd party reverse proxy settings of Log360 or any of its integrated components for which you are enabling IP-based restriction, then:
  11. <Valve className="org.apache.catalina.valves.RemoteIpValve"
    internalProxies="192\.168\.0\.10|192\.168\.0\.11"
    trustedProxies="172\.168\.0\.10|176\.168\.0\.11" />

Controlling access to APIs and product URLs

  1. Navigate to Admin → Administration → Logon Settings.
  2. Click the Allow/Restrict IPs tab.
  3. Under the Actions column, click the [disable] icon to enable IP restriction.
  4. Allow/restrict IP

  5. In the pop-up that appears, check the Enable API/URL Access for Selected IPs box.
  6. Allow/restrict Urls

  7. Enter the API/Product URLs in the box provided.
  8. Sample URL paths: /Admin.do, /Configuration.do, /Dashboard.do
    Sample API paths: /RestAPI/WC/Integration, /RestAPI/WC/LogonSettings
  9. Note:

  10. Enter the IP addresses as per your requirement. Click [icon_plus] icon if you want to allow access to multiple IP address ranges.
  11. Finally, click Save to save the settings.
  12. If any changes are made to 3rd party reverse proxy for Log360, or any of its integrated components, then:
  13. <Valve className="org.apache.catalina.valves.RemoteIpValve"
    internalProxies="192\.168\.0\.10|192\.168\.0\.11"
    trustedProxies="172\.168\.0\.10|176\.168\.0\.11" />

Note:

Managing IP restriction

You can also make the following changes to this setting:

Appendix