Skip to content

Commit 8a4009a

Browse files
committed
Merge branch 'patch-6' of https://github.com/duongau/azure-docs-pr into vpntroubleshooting
2 parents e2cd8a5 + 3c08075 commit 8a4009a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/vpn-gateway/troubleshoot-vpn-with-azure-diagnostics.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,16 @@ The output will show all of the Point to Site settings that the gateway has appl
212212

213213
:::image type="content" source="./media/troubleshoot-vpn-with-azure-diagnostics/image-28-p2s-log-event.png" alt-text="Example of Point to Site connection seen in P2SDiagnosticLog.":::
214214

215-
Also, whenever a client will connect via IKEv2 or OpenVPN Point to Site, the table will log packet activity, EAP/RADIUS conversations and successful/failure results by user.
215+
Additionally, when a client establishes a connection using OpenVPN and Microsoft Entra ID authentication for point-to-site, the table will record packet activity as follows:
216216

217-
:::image type="content" source="./media/troubleshoot-vpn-with-azure-diagnostics/image-29-eap.png" alt-text="Example of EAP authentication seen in P2SDiagnosticLog.":::
217+
```
218+
[MSG] [default] [OVPN_XXXXXXXXXXXXXXXXXXXXXXXXXXX] Connect request received. IP=0.X.X.X:XXX
219+
[MSG] [default] [OVPN_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] AAD authentication succeeded. Username=***[email protected]
220+
[MSG] [default] [OVPN_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] Connection successful. Username=***[email protected] IP=10.0.0.1
221+
```
222+
223+
> [!NOTE]
224+
> The username is partially obfuscated in the point-to-site log. The first octect for the client user IP will be replaced with a `0`.
218225
219226
## Next Steps
220227

0 commit comments

Comments
 (0)