Skip to content

Commit 11709f2

Browse files
authored
Merge pull request #33037 from caseywatson/patch-3
Update vpn-gateway-faq-p2s-all-include.md
2 parents b5007c7 + 02af66e commit 11709f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/vpn-gateway-faq-p2s-all-include.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ The following client operating systems are supported:
3434

3535
Azure supports three types of Point-to-site VPN options:
3636

37-
* Secure Socket Tunneling Protocol (SSTP). SSTP is a Microsoft proprietary SSL-based solution that can penetrate firewalls since most firewalls open the TCP port that 443 SSL uses.
37+
* Secure Socket Tunneling Protocol (SSTP). SSTP is a Microsoft proprietary SSL-based solution that can penetrate firewalls since most firewalls open the outbound TCP port that 443 SSL uses.
3838

39-
* OpenVPN. OpenVPN is a SSL-based solution that can penetrate firewalls since most firewalls open the TCP port that 443 SSL uses.
39+
* OpenVPN. OpenVPN is a SSL-based solution that can penetrate firewalls since most firewalls open the outbound TCP port that 443 SSL uses.
4040

41-
* IKEv2 VPN. IKEv2 VPN is a standards-based IPsec VPN solution that uses UDP port 500 and 4500 and IP protocol no. 50. Firewalls do not always open these ports, so there is a possibility of IKEv2 VPN not being able to traverse proxies and firewalls.
41+
* IKEv2 VPN. IKEv2 VPN is a standards-based IPsec VPN solution that uses outbound UDP ports 500 and 4500 and IP protocol no. 50. Firewalls do not always open these ports, so there is a possibility of IKEv2 VPN not being able to traverse proxies and firewalls.
4242

4343
### If I restart a client computer configured for Point-to-Site, will the VPN automatically reconnect?
4444

0 commit comments

Comments
 (0)