- Andreas Bartel
- December 12, 2021
How to Create Cloud NAT on Google Cloud Platform
NAT enables private IP networks that use unregistered IP addresses to connect to the Internet. NAT operates on a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into legal addresses, before packets are forwarded to another network.
- Login to google cloud platform portal.
- Click on Network Services.
- Select Cloud NAT.
- Click on Get Started.
- Provide the NAT gateway name.
- Select Default or Existing VPC Network.
- Select Region.
- Click on Cloud Router.
- Click on Create new router.
- Provide router name.
- Click on create.
- We can provide NAT IP address manually otherwise select automatic.
- Click on Advanced configuration.
- Select Stackdriver logging for translation & errors logs.This sends all logs to Cloud Logging.
- Leave the other configurations.
- Click on Create.
- After sometime Cloud NAT is ready then go to NAT gateway home page.
- Cloud NAT is there with the name we provide.