Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 2.58 KB

quickstart-create-nat-gateway-portal.md

File metadata and controls

72 lines (45 loc) · 2.58 KB
title titlesuffix description author ms.author ms.service ms.topic ms.date ms.custom
Quickstart: Create a NAT gateway - Azure portal
Azure NAT Gateway
This quickstart shows how to create a NAT gateway by using the Azure portal.
asudbring
allensu
nat-gateway
quickstart
06/20/2023
template-quickstart, FY23 content-maintenance

Quickstart: Create a NAT gateway using the Azure portal

In this quickstart, learn how to create a NAT gateway by using the Azure portal. The NAT Gateway service provides outbound connectivity for virtual machines in Azure.

:::image type="content" source="./media/quickstart-create-nat-gateway-portal/nat-gateway-qs-resources.png" alt-text="Diagram of resources created in nat gateway quickstart.":::

Prerequisites

Sign in to Azure

Sign in to the Azure portal with your Azure account.

[!INCLUDE virtual-network-create-with-nat-bastion.md]

[!INCLUDE create-test-virtual-machine-linux.md]

Test NAT gateway

In this section, you test the NAT gateway. You first discover the public IP of the NAT gateway. You then connect to the test virtual machine and verify the outbound connection through the NAT gateway.

  1. In the search box at the top of the portal, enter Public IP. Select Public IP addresses in the search results.

  2. Select public-ip-nat.

  3. Make note of the public IP address:

    :::image type="content" source="./media/quickstart-create-nat-gateway-portal/find-public-ip.png" alt-text="Discover public IP address of NAT gateway" border="true":::

  4. In the search box at the top of the portal, enter Virtual machine. Select Virtual machines in the search results.

  5. Select vm-1.

  6. On the Overview page, select Connect, then select the Bastion tab.

  7. Select Use Bastion.

  8. Enter the username and password entered during VM creation. Select Connect.

  9. In the bash prompt, enter the following command:

    curl ifconfig.me
  10. Verify the IP address returned by the command matches the public IP address of the NAT gateway.

    azureuser@vm-1:~$ curl ifconfig.me
    20.7.200.36
    

[!INCLUDE portal-clean-up.md]

Next steps

For more information on Azure NAT Gateway, see:

[!div class="nextstepaction"] Azure NAT Gateway overview