You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/packet-capture.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ The following examples of JSON and a JSON schema provide explanations of each pr
32
32
- A maximum of five packet captures can be run in parallel per gateway. These packet captures can be a combination of gateway-wide packet captures and per-connection packet captures.
33
33
- The unit for MaxPacketBufferSize is bytes and MaxFileSize is megabytes
34
34
35
+
> [!NOTE]
36
+
> Set the **CaptureSingleDirectionTrafficOnly** option to **false** if you want to capture both inner and outer packets.
37
+
35
38
### Example JSON
36
39
```JSON-interactive
37
40
{
@@ -320,6 +323,9 @@ The following examples of JSON and a JSON schema provide explanations of each pr
320
323
321
324
You can set up packet capture in the Azure portal by navigating to the VPN Gateway Packet Capture blade in the Azure portal and clicking the **Start Packet Capture button**
322
325
326
+
> [!NOTE]
327
+
> Do not select the **Capture Single Direction Traffic Only** option if you want to capture both inner and outer packets.
328
+
323
329
:::image type="content" source="./media/packet-capture/portal.jpg" alt-text="Screenshot of start packet capture in the portal." lightbox="./media/packet-capture/portal.jpg":::
0 commit comments