Skip to content

Commit ab069c3

Browse files
Update point-to-site-vpn-client-configuration-azure-cert.md
formatted ipsec.conf example
1 parent fbe3173 commit ab069c3

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)