Create a public NAT gateway to enable your servers to access the Internet or provide services accessible from the Internet.
Protocol | Port |
|---|---|
TCP | 42, 135, 137, 138, 139, 444, 445, 593, 1025, 1068, 1434, 3127, 3128, 3129, 3130, 4444, 4789, 4790, 5554, 5800, 5900, and 9996 |
UDP | 135 to 139, 1026, 1027, 1028, 1068, 1433, 1434, 4789, 4790, 5554, and 9996 |
in the upper left corner and select the desired region and project.
to expand the service list and choose Network > NAT Gateway.The Public NAT Gateways page is displayed.
Parameter | Description |
|---|---|
Region | The region where the public NAT gateway is located. |
Specifications | The specifications of the public NAT gateway. The value can be Small, Medium, Large, or Extra-large. You can click Learn more on the page to view details of each specification. |
Name | The name of the public NAT gateway. Enter up to 64 characters. Only letters, digits, underscores (_), hyphens (-), and periods (.) are allowed. |
VPC | The VPC that the public NAT gateway belongs to. The selected VPC cannot be changed after the public NAT gateway is created. NOTE: To allow traffic to pass through the public NAT gateway, a route to the public NAT gateway in the VPC is required. When you create a public NAT gateway, a default route 0.0.0.0/0 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 | The subnet that the public NAT gateway belongs to. The subnet must have at least one available IP address. The selected subnet cannot be changed after the public NAT gateway is created. The NAT gateway will be deployed in the selected subnet. The NAT gateway works for the entire VPC where it is deployed. To enable communications over the Internet, add SNAT or DNAT rules. |
Enterprise Project | The enterprise project that the public NAT gateway belongs to. If an enterprise project has been configured, select the enterprise project. If you have not configured any enterprise project, select the default enterprise project. |
Advanced Settings (Optional) | Click the drop-down arrow to configure advanced parameters of the public NAT gateway, such as Description. |
Advanced Settings > Description | Supplementary information about the public NAT gateway. Enter up to 255 characters. Angle brackets (<>) are not allowed. |
Advanced Settings > Tag | The identifier of the public NAT gateway. A tag is a key-value pair. The tag key and value must meet the requirements listed in Table 2. |
Parameter | Requirement |
|---|---|
Key |
|
Value |
|
The creation takes 1 to 5 minutes to complete.
After the public NAT gateway is created, check whether a default route (0.0.0.0/0) that points to the public NAT gateway exists in the default route table of the VPC where the public NAT gateway is created. If no, add a route pointing to the public NAT gateway to the default route table, alternatively, create a custom route table and add the default route 0.0.0.0/0 pointing to the public NAT gateway to the table.