If servers without EIPs need to access the Internet, they can share an EIP to access the Internet through a public NAT gateway. This helps save EIP resources and protect servers from exposing their IP addresses.
Procedure | What to Do |
|---|---|
Assign an EIP. | |
Create a public NAT gateway. | |
Add an SNAT rule for the public NAT gateway so that servers in the specified subnet can share the EIP you have assigned to access the Internet. | |
Check whether the SNAT rule works. | |
Step 5: Verify Whether the Server Can Access the Internet Through the NAT Gateway | Verify that servers in the subnet to which the SNAT rule is applied can access the Internet. |
in the upper left corner and select the desired region and project.
in the upper left corner to display the service list and choose Network > Elastic IP.
in the upper left corner and select the desired region and project.
to expand the service list and choose Network > NAT Gateway.Parameter | Example | Description |
|---|---|---|
Region | - | The region where the public NAT gateway is located. |
Specifications | Small | The specifications of the public NAT gateway. The value can be Extra-large, Large, Medium, or Small. To view more details about specifications, click Learn more on the page. |
Name | public-nat-01 | The name of the public NAT gateway. Enter up to 64 characters. Only letters, digits, underscores (_), hyphens (-), and periods (.) are allowed. |
VPC | VPC-A | The VPC that the public NAT gateway belongs to. The VPC cannot be changed after the public NAT gateway is created. NOTE: To allow traffic to pass through the public NAT gateway, a route pointing to the public NAT gateway in the VPC route table is required. When you create a public NAT gateway, a default route with the destination of 0.0.0.0/0 pointing to the public NAT gateway is automatically added to the default route table of the VPC. If the route table already has a route with the destination of 0.0.0.0/0, the default route that points to the public NAT gateway will fail to be added. In this case, manually add a route that points to the gateway or create a custom route table and add a route with the destination of 0.0.0.0/0 pointing to the gateway to the new route table. |
Subnet | Subnet-A01 | The subnet that the public NAT gateway belongs to. The subnet must have at least one available IP address. The subnet cannot be changed once the public NAT gateway is created. The NAT gateway will be deployed in the selected subnet and work for the entire VPC where it is deployed. To enable communications over the Internet, add SNAT or DNAT rules. |
Enterprise Project | default | The enterprise project that the public NAT gateway belongs to. If you do not specify an enterprise project, the default enterprise project will be used. You can configure an enterprise project for a public NAT gateway only after the enterprise project function is enabled. |
Advanced Settings (Optional) | - | Click the drop-down arrow to configure advanced parameters of the public NAT gateway. |
Advanced Settings > Description | Not required | Supplementary information about the public NAT gateway. Enter up to 255 characters. Angle brackets (<>) are not allowed. |
Advanced Settings > Tag | Not required | The identifier of the public NAT gateway. A tag is a key-value pair. |
On the Public NAT Gateways page, you can view the created public NAT gateway in the list.
Parameter | Example | Description |
|---|---|---|
Scenario | VPC | The scenario where the SNAT rule is used. Select VPC if your servers in a VPC need to access the Internet. Select Direct Connect if servers in your on-premises data center need to access the Internet. |
CIDR Block | Existing | In the VPC scenario, specify a VPC subnet CIDR block to enable servers in that subnet to access the Internet using the SNAT rule. In the Direct Connect scenario, specify a CIDR block of your data center to enable your servers to access the Internet using the SNAT rule. |
Public IP Address Type | EIP | The EIP used for accessing the Internet. |
Monitoring | - | You can create alarm rules on the Cloud Eye console to monitor your SNAT connections and keep informed of any changes in a timely manner. |
Description | Not required | Supplementary information about the SNAT rule. Enter up to 255 characters. Angle brackets (<>) are not allowed. |
In the SNAT Rules tab, view details of the SNAT rule.
If the rule status is Running, the SNAT rule is created.