All Products
Search
Document Center

Lindorm:Configure a whitelist

Last Updated:Mar 28, 2026

Lindorm blocks all external access to instances by default. Add the IP addresses of your clients to a whitelist before connecting to a Lindorm instance. Keep whitelists up to date on a regular basis.

Prerequisites

Before you begin, ensure that you have:

Find your client's IP address

The method depends on where your client runs:

Client locationNetwork typeHow to get the IP address
Elastic Compute Service (ECS) instance (Recommended)Virtual private cloud (VPC)Check the IP address assigned to the ECS instance. See How do I query the IP addresses of ECS instances?. The ECS instance and the Lindorm instance must be in the same VPC.
On-premises deviceInternetLinux: Run curl ipinfo.io |grep ip to get the public IP address. Windows: Visit https://www.ip138.com/ to get the public IP address.

Add IP addresses to a whitelist

Warning

Adding 0.0.0.0/0 to the whitelist allows access from any IP address. This poses high security risks. Proceed with caution.

  1. Log on to the Lindorm console.

  2. In the upper-left corner, select the region where the instance is located.

  3. On the Instances page, click the instance ID or click Manage in the Actions column.

  4. In the left-side navigation pane, click Access Control.

  5. Click Modify Whitelist.

  6. In the Modify Whitelist dialog box, enter the IP addresses or CIDR blocks to allow.

    Important

    Use the following formats:

    FormatDescriptionExample
    Single IP addressEnter the IP address directly.192.0.XX.XX
    IP range (CIDR notation)Use Classless Inter-Domain Routing (CIDR) format. The suffix must be between /1 and /32. See What is CIDR?192.0.XX.XX/24
    Multiple entriesSeparate IP addresses or CIDR blocks with commas (,).192.0.XX.XX, 10.0.XX.XX/24
    Block all accessEnter 127.0.0.1 to block all IP addresses from accessing the instance.127.0.0.1
  7. Click OK.