@@ -5,7 +5,7 @@ services: firewall
5
5
author : vhorne
6
6
ms.service : firewall
7
7
ms.topic : tutorial
8
- ms.date : 01/18 /2020
8
+ ms.date : 02/21 /2020
9
9
ms.author : victorh
10
10
customer intent : As an administrator, I want to control network access from an on-premises network to an Azure virtual network.
11
11
---
@@ -174,20 +174,22 @@ First, add a network rule to allow web traffic.
174
174
6 . For ** Action** , select ** Allow** .
175
175
6 . Under ** Rules** , for ** Name** , type ** AllowWeb** .
176
176
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** .
180
181
181
182
Now add a rule to allow RDP traffic.
182
183
183
184
On the second rule row, type the following information:
184
185
185
186
1 . ** Name** , type ** AllowRDP** .
186
187
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** .
191
193
192
194
## Create and connect the VPN gateways
193
195
0 commit comments