Skip to content

Commit 920d249

Browse files
authored
Merge pull request #105186 from vhorne/fw-hybrid
Fw hybrid
2 parents 9f3141c + af80ecc commit 920d249

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

articles/firewall/tutorial-firewall-deploy-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ This is the network rule that allows outbound access to two IP addresses at port
210210
7. For **Protocol**, select **UDP**.
211211
9. For **Source type**, select **IP address**.
212212
1. For **Source**, type **10.0.2.0/24**.
213-
2. For Destination address, type **209.244.0.3,209.244.0.4**
213+
2. For **Destination address**, type **209.244.0.3,209.244.0.4**
214214

215215
These are public DNS servers operated by CenturyLink.
216216
1. For **Destination Ports**, type **53**.

articles/firewall/tutorial-hybrid-portal.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall
55
author: vhorne
66
ms.service: firewall
77
ms.topic: tutorial
8-
ms.date: 01/18/2020
8+
ms.date: 02/21/2020
99
ms.author: victorh
1010
customer intent: As an administrator, I want to control network access from an on-premises network to an Azure virtual network.
1111
---
@@ -174,20 +174,22 @@ First, add a network rule to allow web traffic.
174174
6. For **Action**, select **Allow**.
175175
6. Under **Rules**, for **Name**, type **AllowWeb**.
176176
7. For **Protocol**, select **TCP**.
177-
8. For **Source Addresses**, type **192.168.1.0/24**.
178-
9. For Destination address, type **10.6.0.0/16**
179-
10. For **Destination Ports**, type **80**.
177+
8. For **Source type**, select **IP address**.
178+
9. For **Source**, type **192.168.1.0/24**.
179+
10. For **Destination address**, type **10.6.0.0/16**
180+
11. For **Destination Ports**, type **80**.
180181

181182
Now add a rule to allow RDP traffic.
182183

183184
On the second rule row, type the following information:
184185

185186
1. **Name**, type **AllowRDP**.
186187
2. For **Protocol**, select **TCP**.
187-
3. For **Source Addresses**, type **192.168.1.0/24**.
188-
4. For Destination address, type **10.6.0.0/16**
189-
5. For **Destination Ports**, type **3389**.
190-
6. Select **Add**.
188+
3. For **Source type**, select **IP address**.
189+
4. For **Source**, type **192.168.1.0/24**.
190+
5. For **Destination address**, type **10.6.0.0/16**
191+
6. For **Destination Ports**, type **3389**.
192+
7. Select **Add**.
191193

192194
## Create and connect the VPN gateways
193195

0 commit comments

Comments
 (0)