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/dns/dns-private-resolver-get-started-portal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create and test a private DNS resolver in A
4
4
services: dns
5
5
author: greg-lindsay
6
6
ms.author: greglin
7
-
ms.date: 04/05/2024
7
+
ms.date: 08/21/2024
8
8
ms.topic: quickstart
9
9
ms.service: azure-dns
10
10
ms.custom: mode-ui, ignite-2022
@@ -60,14 +60,14 @@ Next, add a virtual network to the resource group that you created, and configur
60
60
61
61
1. Select the resource group you created, select **Create**, select **Networking** from the list of categories, and then next to **Virtual network**, select **Create**.
62
62
2. On the **Basics** tab, enter a name for the new virtual network and select the **Region** that is the same as your resource group.
63
-
3. On the **IP Addresses** tab, modify the **IPv4 address space** to be 10.0.0.0/8.
63
+
3. On the **IP Addresses** tab, modify the **IPv4 address space** to be 10.0.0.0/16.
64
64
4. Select **Add subnet** and enter the subnet name and address range:
65
65
- Subnet name: snet-inbound
66
66
- Subnet address range: 10.0.0.0/28
67
67
- Select **Add** to add the new subnet.
68
68
5. Select **Add subnet** and configure the outbound endpoint subnet:
69
69
- Subnet name: snet-outbound
70
-
- Subnet address range: 10.1.1.0/28
70
+
- Subnet address range: 10.0.1.0/28
71
71
- Select **Add** to add this subnet.
72
72
6. Select **Review + create** and then select **Create**.
73
73
@@ -90,16 +90,16 @@ Next, add a virtual network to the resource group that you created, and configur
90
90
3. Select the **Inbound Endpoints** tab, select **Add an endpoint**, and then enter a name next to **Endpoint name** (ex: myinboundendpoint).
91
91
4. Next to **Subnet**, select the inbound endpoint subnet you created (ex: snet-inbound, 10.0.0.0/28) and then select **Save**.
92
92
5. Select the **Outbound Endpoints** tab, select **Add an endpoint**, and then enter a name next to **Endpoint name** (ex: myoutboundendpoint).
93
-
6. Next to **Subnet**, select the outbound endpoint subnet you created (ex: snet-outbound, 10.1.1.0/28) and then select **Save**.
93
+
6. Next to **Subnet**, select the outbound endpoint subnet you created (ex: snet-outbound, 10.0.1.0/28) and then select **Save**.
94
94
7. Select the **Ruleset** tab, select **Add a ruleset**, and enter the following:
95
95
- Ruleset name: Enter a name for your ruleset (ex: **myruleset**).
96
96
- Endpoints: Select the outbound endpoint that you created (ex: myoutboundendpoint).
97
97
8. Under **Rules**, select **Add** and enter your conditional DNS forwarding rules. For example:
98
98
- Rule name: Enter a rule name (ex: contosocom).
99
99
- Domain Name: Enter a domain name with a trailing dot (ex: contoso.com.).
100
100
- Rule State: Choose **Enabled** or **Disabled**. The default is enabled.
101
-
- Select **Add a destination** and enter a desired destination IPv4 address (ex: 11.0.1.4).
102
-
- If desired, select **Add a destination** again to add another destination IPv4 address (ex: 11.0.1.5).
101
+
- Select **Add a destination** and enter a desired destination IPv4 address (ex: 203.0.113.10).
102
+
- If desired, select **Add a destination** again to add another destination IPv4 address (ex: 203.0.113.11).
103
103
- When you're finished adding destination IP addresses, select **Add**.
104
104
9. Select **Review and Create**, and then select **Create**.
105
105
@@ -121,10 +121,10 @@ Create a second virtual network to simulate an on-premises or other environment.
121
121
2. Select **Create**, and then on the **Basics** tab select your subscription and choose the same resource group that you have been using in this guide (ex: myresourcegroup).
122
122
3. Next to **Name**, enter a name for the new virtual network (ex: myvnet2).
123
123
4. Verify that the **Region** selected is the same region used previously in this guide (ex: West Central US).
124
-
5. Select the **IP Addresses** tab and edit the default IP address space. Replace the address space with a simulated on-premises address space (ex: 12.0.0.0/8).
124
+
5. Select the **IP Addresses** tab and edit the default IP address space. Replace the address space with a simulated on-premises address space (ex: 10.1.0.0/16).
125
125
6. Select **Add subnet** and enter the following:
126
126
- Subnet name: backendsubnet
127
-
- Subnet address range: 12.2.0.0/24
127
+
- Subnet address range: 10.1.0.0/24
128
128
7. Select **Add**, select **Review + create**, and then select **Create**.
129
129
130
130

0 commit comments