Skip to main content

Access Management IP Addresses

IP access management allows the administration of blocked IP addresses, whitelisted and allowed IP Management

Richard Snaith avatar
Written by Richard Snaith
Updated over 12 months ago

Blocked IPs:
List of IP addresses that have been blocked from accessing the application.
Addresses are automatically added to this list if 10 failed login attempts are made from the same IP address. A successful login from this IP address resets the counter. The counter is also reset if the last attempt was over 30 days ago. IP addresses that make a certain number of requests to non-existent addresses are also added to this list. For example: 1234567890123.alldevicesoft.com/wp-adminn

Whitelisted IPs:
List of friendly IP addresses that are never blocked (for example, your office’s public IP address).

Allowed IPs:
List of IP addresses that can access your Alldevice application. Access to the application is blocked for all other addresses.


IP addresses can be added individually or as a range. Below are some examples of how to input addresses.

IPv4

  • 100.100.100.100 – Blocks a single address.

  • 100.100.100.10 – 100.100.100.20 – Blocks the specified addresses within the range.

  • 100.100.100.* – Blocks addresses from 100.100.100.0 to 100.100.100.255 (the asterisk represents all possible values in that position).

  • 100.* – Blocks addresses from 100.0.0.0 to 100.255.255.255.

  • 100.0.0.0/8 (CIDR range for geeks).

IPv6

  • 2000:0000:0000:0000:0000:0000:0000:0000 – Blocks a single address.

  • 2000:: (IPv6 single IP abbreviated format).

  • 2000:0000:0000:0000:0000:0000:0000:0000 – 2000:0000:0000:0000:0000:0000:0000:00FF – Blocks an IP range.

  • 2000::-2000::ff (Range abbreviated format).

  • 2000:0000:0000:0000:0000:0000:0000:0000/120 (IPv6 full format CIDR).

  • 2000::/120 (IPv6 abbreviated format CIDR).

Did this answer your question?