Skip to content

Files

Latest commit

5def238 · May 24, 2022

History

History
61 lines (36 loc) · 3.41 KB

inbound-nat-rules.md

File metadata and controls

61 lines (36 loc) · 3.41 KB
title titleSuffix description author ms.service ms.topic ms.custom ms.date ms.author
Inbound NAT rules
Azure Load Balancer
Overview of what is inbound NAT rule, why to use inbound NAT rule, and how to use inbound NAT rule.
greg-lindsay
load-balancer
conceptual
2/17/2022
greglin

Inbound NAT rules

An inbound NAT rule is used to forward traffic from a load balancer frontend to one or more instances in the backend pool.

Why use an inbound NAT rule?

An inbound NAT rule is used for port forwarding. Port forwarding lets you connect to virtual machines by using the load balancer frontend IP address and port number. The load balancer will receive the traffic on a port, and based on the inbound NAT rule, forwards the traffic to a designated virtual machine on a specific backend port.

Types of inbound NAT rules

There are two types of inbound NAT rule available for Azure Load Balancer, single virtual machine and multiple virtual machines.

Single virtual machine

A single virtual machine inbound NAT rule is defined for a single target virtual machine. The load balancer's frontend IP address and the selected frontend port are used for connections to the virtual machine.

:::image type="content" source="./media/inbound-nat-rules/inbound-nat-rule.png" alt-text="Diagram of a single virtual machine inbound NAT rule.":::

Multiple virtual machines and virtual machine scale sets

A multiple virtual machines inbound NAT rule references the entire backend pool in the rule. A range of frontend ports are pre-allocated based on the rule settings of Frontend port range start and Maximum number of machines in the backend pool.

:::image type="content" source="./media/inbound-nat-rules/add-inbound-nat-rule.png" alt-text="Screenshot of a multiple virtual machines inbound NAT rule.":::

During inbound port rule creation, port mappings are made to the backend pool from the pre-allocated range that's defined in the rule.

When the backend pool is scaled down, existing port mappings for the remaining virtual machines persist. When the backend pool is scaled up, new port mappings are created automatically for the new virtual machines added to the backend pool. An update to the inbound NAT rule settings isn't required.

:::image type="content" source="./media/inbound-nat-rules/inbound-nat-rule-port-mapping.png" alt-text="Diagram of a multiple virtual machine inbound NAT rule.":::

Note

If the pre-defined frontend port range doesn't have a sufficient number of frontend ports available, scaling up the backend pool will be blocked. This blockage could result in a lack of network connectivity for the new instances.

Port mapping retrieval

You can use the portal to retrieve the port mappings for virtual machines in the backend pool. For more information, see Manage inbound NAT rules.

Next steps

For more information about Azure Load Balancer inbound NAT rules, see: