Skip to content

Commit a6d7743

Browse files
authored
Merge pull request #100340 from anzaman/master
Added details about variables
2 parents a531687 + 134cd67 commit a6d7743

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/vpn-gateway/vpn-gateway-howto-always-on-user-tunnel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ After you've configured the virtual network gateway and installed the client cer
9595
```
9696
1. Copy the following text, and save it as *VPNProfile.xml* in the same folder as *usercert.ps1*. Edit the following text to match your environment:
9797

98-
* `<Servers>azuregateway-1234-56-78dc.cloudapp.net</Servers>`
99-
* `<Address>192.168.3.5</Address>`
100-
* `<Address>192.168.3.4</Address>`
98+
* `<Servers>azuregateway-1234-56-78dc.cloudapp.net</Servers> <= Can be found in the VpnSettings.xml in the downloaded profile zip file`
99+
* `<Address>192.168.3.5</Address> <= IP of resource in the vnet or the vnet address space`
100+
* `<Address>192.168.3.4</Address> <= IP of resource in the vnet or the vnet address space`
101+
* `<PrefixSize>32</PrefixSize> <= Subnet mask`
101102

102103
```
103104
<VPNProfile>

0 commit comments

Comments
 (0)