Skip to content

Commit 0618ae1

Browse files
authored
Merge pull request #94001 from TravisCragg-MSFT/patch-46
Update point-to-site-vpn-client-configuration-azure-cert.md
2 parents 3160a3a + ab069c3 commit 0618ae1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/vpn-gateway/point-to-site-vpn-client-configuration-azure-cert.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,17 @@ If you have not already generated certificates, use the following steps:
169169

170170
```
171171
conn azure
172-
keyexchange=ikev2
173-
type=tunnel
174-
leftfirewall=yes
175-
left=%any
176-
leftauth=eap-tls
177-
leftid=%client # use the DNS alternative name prefixed with the %
178-
right= Enter the VPN Server value here# Azure VPN gateway address
179-
rightid=% # Enter the VPN Server value here# Azure VPN gateway FQDN with %
180-
rightsubnet=0.0.0.0/0
181-
leftsourceip=%config
182-
auto=add
172+
keyexchange=ikev2
173+
type=tunnel
174+
leftfirewall=yes
175+
left=%any
176+
leftauth=eap-tls
177+
leftid=%client # use the DNS alternative name prefixed with the %
178+
right= Enter the VPN Server value here# Azure VPN gateway address
179+
rightid=% # Enter the VPN Server value here# Azure VPN gateway FQDN with %
180+
rightsubnet=0.0.0.0/0
181+
leftsourceip=%config
182+
auto=add
183183
```
184184
6. Add the following to */etc/ipsec.secrets*.
185185

0 commit comments

Comments
 (0)