Skip to main content
OpenSearch Public IP Address

OpenSearch Public IP Address

A public IP address is a static public IP address that is assigned to a node to set up access to the node on the private network from the Internet. External traffic goes through the public IP address and is handled by the cloud router, which acts as a 1:1 NAT.

The private subnet on which you can assign a public IP address must meet the requirements — prepare the subnet before adding a public IP address.

A public IP address can be assigned:

In an OpenSearch cluster, a public IP address is assigned to all nodes in the group at the same time. If you add a node to a group where all nodes already have IP addresses, the new node will also be assigned a public IP address.

If necessary, you can disable the public IP address for the entire node group.

Private subnet requirements

  • The subnet should have a cloud router with a connection to an external network;
  • The IP address of the cloud router should be the default gateway on the subnet.

If the subnet does not meet the requirements, prepare it to connect a public IP address.

Prepare a private subnet to connect a public IP address

  1. Create a cloud router with a connection to an external network.
  2. Connect the private network to the cloud router.

1. Create a cloud router with a connection to an external network

A cloud router allows you to route traffic between private networks.

You can use the router to configure access to the Internet from a private network or to access a device on a private subnet from the Internet using a public IP address.

  1. In the dashboard, on the top menu, click Products and select Cloud Servers.
  2. Go to NetworkCloud routers tab.
  3. Click Create router.
  4. Select the pool where the cloud router will be created.
  5. Enter the name of the router.
  6. Check the box Connect router to external network — an external IP address will be assigned to the router.
  7. Click Create.

2. Connect a private network to the cloud router

  1. In the Control panel, on the top menu, click Products and select Cloud Servers.

  2. Go to NetworkCloud routers tab.

  3. Open the router card.

  4. Click Add Subnet.

  5. Select a private subnet.

  6. Enter the IP address of the router. The IP address of the cloud router must match the default gateway of the private subnet. You can view the gateway in the control panel: in the top menu, click ProductsCloud ServersNetworkPrivate Networks tab → Network page → Subnets tab → Subnet card → Automatic Network Settings block → Subnet Gateway field.

    If you are connecting a global router subnet, the IP address of the cloud router must match the default gateway of the global router subnet and must be different from the global router IP address, the IP addresses of the devices on the network, and the .253 and .254 service addresses.

  7. Click Add Subnet.

Connect a public IP address

A public IP address is assigned to all nodes in the group at the same time.

  1. Ensure that the cluster is on a private subnet that meets the requirements.
  2. In the Control panel, on the top menu, click Products and select Cloud Databases.
  3. Open the Active tab.
  4. Open the Database Cluster page → Settings tab.
  5. In the Cluster block, open the node group card.
  6. Turn on the Public Access toggle switch.

Disable public IP address

The public IP address is disabled on all nodes in the group at the same time.

  1. In the Control panel, on the top menu, click Products and select Cloud Databases.
  2. Open the Active tab.
  3. Open the Database Cluster page → Settings tab.
  4. In the Cluster block, open the node group card.
  5. Disable the Public Access toggle switch.