For the complete documentation index, see llms.txt. This page is also available as Markdown.

Public NAT Instance

A Public NAT instance on GreenNode is a networking service that allows instances in a private subnet to communicate with the internet while preventing inbound traffic from the internet to those instances.

Public NAT Instance V2 is the new generation of the service. New Public NAT instances are created as V2 by default; existing V1 instances continue to operate normally.

What's new in V2

How to tell V1 from V2

In the Public NAT list, look at the HA column: HA = Yes means the NAT is V2 (highly available); HA = No means it is a V1 NAT.

The HA column on the Public NAT list: Yes = V2, No = V1

Feature summary

Capability
V1 (legacy)
V2

High availability / failover

Single node

Redundant pair, automatic failover

Which VMs can use the NAT

Same subnet only (/24)

Entire VPC (/16)

Routing for your VMs

Manual, per-VM

Automatic, added to the VPC route table

Public interface

Created automatically

Created automatically

Default allowed services (from your VPC)

DNS, HTTP, HTTPS, ICMP

DNS, HTTP, HTTPS, ICMP

Add / remove inbound rules

Yes

Yes

Last updated