After a public NAT gateway is created, add DNAT rules to allow servers in your VPC to provide services accessible from the Internet.
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 |
|---|---|
Scenario | Select VPC if your servers in a VPC will use the DNAT rule to share the same EIP to provide services accessible from the Internet. Direct Connect: Select this scenario if your on-premises servers will use the DNAT rule to provide services accessible from the Internet. |
Port Type | The port type.
|
Protocol | The protocol can be TCP or UDP. This parameter is available if you select Specific port for Port Type. If you select All ports, the value of this parameter is All by default. |
Public IP Address Type | The EIP that will be used by the server to provide services accessible from the Internet. You can select an EIP that either has not been bound, has been bound to a DNAT rule of the current public NAT gateway with Port Type set to Specific port, or has been bound to an SNAT rule of the current public NAT gateway. |
Public Port | The port of the EIP used by the NAT gateway for external communications. This parameter is only available if you select Specific port for Port Type. Range: 1 to 65535 You can enter a specific port number or a port range, for example, 80 or 80-100. |
Instance Type | The type of the instance that will be providing services accessible from the Internet. Possible values are:
|
NIC | The NIC of the server. This parameter is available if you set Instance Type to Server. |
Private IP Address |
|
Private Port | The port of the server over which the originating requests will be forwarded. This parameter is only available if you select Specific port for Port Type. Range: 1 to 65535 You can enter a specific port number or a port range, for example, 80 or 80-100. |
Description | Provides supplementary information about the DNAT rule. Enter up to 255 characters. Angle brackets (<>) are not allowed. |
Once the rule is created, its status changes to Running.
After you add a DNAT rule, add rules to the security groups associated with the servers to allow inbound or outbound traffic. Otherwise, the DNAT rule will not work. For details, see Adding a Security Group Rule.