Skip to content

Commit 625f5bf

Browse files
Merge pull request #287615 from fabferri/patch-3
Update vpn-gateway-faq-p2s-all-include.md
2 parents 731e8cf + c268e6c commit 625f5bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ Azure supports Windows, Mac, and Linux for P2S VPN.
120120

121121
Yes. If the gateway SKU that you're using supports RADIUS or IKEv2, you can enable these features on gateways that you already deployed by using Azure PowerShell or the Azure portal. The Basic SKU doesn't support RADIUS or IKEv2.
122122

123+
### <a name="vpn-disconnect"></a>Why am I getting disconnected from my Azure VPN client? What can I do to reduce the frequency of disconnection?
124+
125+
You may see one of the following messages:
126+
- In Azure VPN client for Windows **ver. 3.4.0.0**: "Your authentication with Microsoft Entra is expired. You need to re-authenticate in Entra to acquire a new token. Authentication timeout can be tuned by your administrator."
127+
- In Azure VPN client for macOS **ver. 2.7.101**: "Your authentication with Microsoft Entra has expired so you need to re-authenticate to acquire a new token. Please try connecting again. Authentication policies and timeout are configured by your administrator in Entra tenant."
128+
129+
The point-to-site connection disconnects because the current refresh token in the Azure VPN client, acquired from Entra ID, has expired or become invalid. This token is renewed approximately every hour. Entra tenant administrators can extend the sign-in frequency by adding conditional access policies. Please work with your Entra tenant administrators to extend the refresh token expiration interval.
130+
131+
For more information, see: [VPN client error: Your authentication with Microsoft Entra expired](../articles/vpn-gateway/vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems.md#entra-expired).
132+
123133
### <a name="removeconfig"></a>How do I remove the configuration of a P2S connection?
124134

125135
You can remove a P2S configuration by using the following Azure PowerShell or Azure CLI commands:

0 commit comments

Comments
 (0)