Skip to content

Commit 0efc439

Browse files
committed
fix ip addresses
1 parent c03b840 commit 0efc439

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/dns/dns-private-resolver-get-started-portal.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create and test a private DNS resolver in A
44
services: dns
55
author: greg-lindsay
66
ms.author: greglin
7-
ms.date: 04/05/2024
7+
ms.date: 08/21/2024
88
ms.topic: quickstart
99
ms.service: azure-dns
1010
ms.custom: mode-ui, ignite-2022
@@ -60,14 +60,14 @@ Next, add a virtual network to the resource group that you created, and configur
6060

6161
1. Select the resource group you created, select **Create**, select **Networking** from the list of categories, and then next to **Virtual network**, select **Create**.
6262
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.
6464
4. Select **Add subnet** and enter the subnet name and address range:
6565
- Subnet name: snet-inbound
6666
- Subnet address range: 10.0.0.0/28
6767
- Select **Add** to add the new subnet.
6868
5. Select **Add subnet** and configure the outbound endpoint subnet:
6969
- Subnet name: snet-outbound
70-
- Subnet address range: 10.1.1.0/28
70+
- Subnet address range: 10.0.1.0/28
7171
- Select **Add** to add this subnet.
7272
6. Select **Review + create** and then select **Create**.
7373

@@ -90,16 +90,16 @@ Next, add a virtual network to the resource group that you created, and configur
9090
3. Select the **Inbound Endpoints** tab, select **Add an endpoint**, and then enter a name next to **Endpoint name** (ex: myinboundendpoint).
9191
4. Next to **Subnet**, select the inbound endpoint subnet you created (ex: snet-inbound, 10.0.0.0/28) and then select **Save**.
9292
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**.
9494
7. Select the **Ruleset** tab, select **Add a ruleset**, and enter the following:
9595
- Ruleset name: Enter a name for your ruleset (ex: **myruleset**).
9696
- Endpoints: Select the outbound endpoint that you created (ex: myoutboundendpoint).
9797
8. Under **Rules**, select **Add** and enter your conditional DNS forwarding rules. For example:
9898
- Rule name: Enter a rule name (ex: contosocom).
9999
- Domain Name: Enter a domain name with a trailing dot (ex: contoso.com.).
100100
- 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).
103103
- When you're finished adding destination IP addresses, select **Add**.
104104
9. Select **Review and Create**, and then select **Create**.
105105

@@ -121,10 +121,10 @@ Create a second virtual network to simulate an on-premises or other environment.
121121
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).
122122
3. Next to **Name**, enter a name for the new virtual network (ex: myvnet2).
123123
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).
125125
6. Select **Add subnet** and enter the following:
126126
- Subnet name: backendsubnet
127-
- Subnet address range: 12.2.0.0/24
127+
- Subnet address range: 10.1.0.0/24
128128
7. Select **Add**, select **Review + create**, and then select **Create**.
129129

130130
![Screenshot showing creation of a second vnet.](./media/dns-resolver-getstarted-portal/vnet-create.png)

0 commit comments

Comments
 (0)