Skip to content

Commit 02af66e

Browse files
authored
Update vpn-gateway-faq-p2s-all-include.md
Clarified ambiguous verbiage around firewall port 443 for IKEv2 and OpenVPN P2S connection. Updated to explain that port 443 outbound access is needed.
1 parent c43c643 commit 02af66e

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)