IP Address Restriction

Overview

You can limit Portal access to specific ranges of IP addresses.

IP Address range(s) for a responsive portal to be accessed by users, must be set in the portal-config.xml file.

Setting IP Address Restrictions

  1. Login to Portal Administration.
  2. Click Edit in the selected portal's row in the Available Portals table.
  3. Click Configuration.
  4. Scroll to the line:
    <!--IP Address Restrictions: 
  5. Type the address range that you wish to use as described in the table. 
  6. Click Save.
  7. Click View

XML Section

Description

Example

<ipAddressRestriction>
</ipAddressRestriction>

Specify the IP address range to restrict portal access.
You can specify one or more ranges per portal.

Default is blank.

<ipAddressRestriction>
<range from ="192.168.10.1" to ="192.168.100.1" />
<range from="201.110.10.1" to="201.110.100.1" / ></ipAddressRestriction>

Portal IP Address Restriction

The changes to the configuration take effect on a subsequent login.