# Create NAT Gateway

The following is a guide to creating a NAT Gateway on the Cloudeka portal service:

* On the Network menu, select the VPC label and click the Create VPC Network button.
* Select the Wizard Expert label and fill in all the fields to create a NAT Gateway.

<table><thead><tr><th width="229">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>The name of the NAT Gateway configuration created.</td></tr><tr><td><strong>Description</strong></td><td>Additional information about the NAT Gateway created.</td></tr><tr><td><strong>Billing Type</strong></td><td>The type of payment to be used.</td></tr><tr><td><strong>Configuration IP Range</strong></td><td>Specifies the IP address to be used as the source address used by the NAT Gateway. There are two columns that must be filled in:<br><strong>a.IP Prefix</strong> is the network address used in the IP address subnet to be used.<br><strong>b.Network Size</strong> is the number of IP addresses used written in CIDR notation from the IP Prefix entered.</td></tr></tbody></table>

* After filling in all the fields, click the Create NAT Gateway button and wait until the process is complete.

* The notification "NAT Gateway \[name of NAT Gateway] has been successfully created" appears that the NAT Gateway has been successfully created.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/nat-gateway/create-nat-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
