Skip to content

Commit c5b6f87

Browse files
authored
Merge pull request #188658 from ChaitanyaNaykodi-MSFT/patch-80
(AzureCXP) Note regarding inner/outer packages
2 parents bed6389 + dd5fe96 commit c5b6f87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/vpn-gateway/packet-capture.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ The following examples of JSON and a JSON schema provide explanations of each pr
3232
- 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.
3333
- The unit for MaxPacketBufferSize is bytes and MaxFileSize is megabytes
3434

35+
> [!NOTE]
36+
> Set the **CaptureSingleDirectionTrafficOnly** option to **false** if you want to capture both inner and outer packets.
37+
3538
### Example JSON
3639
```JSON-interactive
3740
{
@@ -320,6 +323,9 @@ The following examples of JSON and a JSON schema provide explanations of each pr
320323

321324
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**
322325

326+
> [!NOTE]
327+
> Do not select the **Capture Single Direction Traffic Only** option if you want to capture both inner and outer packets.
328+
323329
:::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":::
324330

325331
## Stop packet capture - portal

0 commit comments

Comments
 (0)