For security purposes, Portal access can be restricted to specific IP addresses. This can be done at the account level. The account level, being more specific, is checked first. IP addresses or ranges added to these lists are the IP addresses of the machines that are allowed to access the Portal. Otherwise, access is denied.
IP Address Filtering at the Account Level
IP filtering at the account level is set up under System > Security > Accounts. The IP address established here is meant to be the IP of this user’s machine that will be used to access the Portal. A range of IP addresses can also be used.
Specifying Allowed IP Addresses
The syntax for IP address specification is as follows:
IP addresses one at a time with semicolons as shown here:
192.168.1.10;192.168.1.255
Specify blocks of addresses using ip address and subnet separated by a pipe as shown here:
192.168.1.0|255.255.255.0 (Allows any valid value to be in the last octet.)
Specify multiples separated using a semicolon:
192.168.1.0|255.255.255.0;192.168.22.0|255.255.0.0
Specify a range of numbers:
192.168.1.10-192.168.1.100 Which allows any address that appears between 10-100 (Note, the whole IP must be repeated even if the same, you may not use only the last octet.)
It is possible to combine any of the above using semicolons to separate each entry.