Skip to content

IP ACL

Information

IP ACL (Access Control List) white list is a list of allowed IP addresses or ranges of IP addresses that have access to a specific resource or network, while all other addresses are blocked. This mechanism restricts access to resources and protects them from unauthorized access.

To manage IP ACLs, go to the User Name >> My profile menu:

Then, go to the Security tab and specify the IP addresses. You can add multiple addresses. To add a range, specify it as 1.2.3.0. This will whitelist the entire network.

After that, click the Update security settings button:

To update an existing list, add (or remove) IP addresses and click the Update security settings button.

Note

If no IP addresses are specified in the Security menu, access to the equipment is possible from any IP address.

Attention

While managing IP ACLs, you should carefully check the data, as entering an incorrect IP address may block access to the server. The lock will be valid for the new token next time you log in. In case of such a problem, please get in touch with our technical support.

Example of IP addresses restriction, cURL:
curl -s "https://invapi.hostkey.com/customers.php" -X POST \
--data "action=update_acl" \
--data "token=" \
--data "id=" \
--data "ips=" \