You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firewall/management-nic.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,60 @@ Use the following steps:
51
51
> [!NOTE]
52
52
> If you remove all other IP address configurations on your firewall, the management IP address configuration is removed as well, and the firewall is deallocated. The public IP address assigned to the management IP address configuration can't be removed, but you can assign a different public IP address.
53
53
54
+
## Convert a regular firewall to a forced tunnel mode firewall
55
+
56
+
The following procedure shows you how to convert a regular firewall to a forced tunnel mode firewall with a Management subnet. This is done without deleting the original firewall. To avoid deleting it, you can use the following procedure to stop it, and then realloacate it with a Management IP address and subnet.
57
+
58
+
1. Create the new `AzureFirewallManagementSubnet` subnet
59
+
60
+
1. Use the Azure portal to create the new subnet.
61
+
:::image type="content" source="media/management-nic/firewall-management-subnet.png" alt-text="Screenshot showing add a subnet.":::
62
+
1. Use the appropriate IP address range for the virtual network.
63
+
1. Create the new management public IP address
64
+
1. Create it with the same properties as the existing firewalll public IP address: SKU, Tier, and Location.
65
+
:::image type="content" source="media/management-nic/firewall-management-ip.png" lightbox="media/management-nic/firewall-management-ip.png" alt-text="Screenshot showing the public IP address creation.":::
66
+
67
+
1. Stop the firewall
68
+
69
+
Use the information in [Azure Firewall FAQ](firewall-faq.yml#how-can-i-stop-and-start-azure-firewall) to stop the firewall:
Now when you view the firewall in the Azure portal, you'll see the assigned Management public IP address:
104
+
105
+
:::image type="content" source="media/management-nic/firewall-with-management-ip.png" lightbox="media/management-nic/firewall-with-management-ip.png" alt-text="Screenshot showing the firewall with a management IP address.":::
0 commit comments