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/network-watcher/network-watcher-packet-capture-manage-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Manage packet captures in VMs with Network Watcher - Azure portal
3
3
titleSuffix: Azure Network Watcher
4
-
description: Learn how to manage the packet capture feature of Network Watcher using the Azure portal.
4
+
description: Learn how to manage packet captures in virtual machines with the packet capture feature of Network Watcher using the Azure portal.
5
5
services: network-watcher
6
6
author: shijaiswal
7
7
ms.service: network-watcher
@@ -27,9 +27,9 @@ In this article, you learn to start, stop, download, and delete a packet capture
27
27
- to 168.63.129.16 over port 8037
28
28
29
29
> [!NOTE]
30
-
> The ports mentioned in the latter two cases above are common across all Network Watcher features that involve the Network Watcher extension and might occasionally change.
30
+
> The ports mentioned in the latter two cases are common across all Network Watcher features that involve the Network Watcher extension and might occasionally change.
31
31
32
-
If a network security group is associated to the network interface, or subnet that the network interface is in, ensure that rules exist to allow outbound connectivity over the previous ports. Similarly, adding user-defined routes to your network may prevent connectivity to the above mentioned IPs and ports. Please ensure they are reachable.
32
+
If a network security group is associated to the network interface, or subnet that the network interface is in, ensure that rules exist to allow outbound connectivity over the previous ports. Similarly, ensure outbound connectivity over the previous ports when adding user-defined routes to your network.
33
33
34
34
## Start a packet capture
35
35
@@ -50,10 +50,10 @@ If a network security group is associated to the network interface, or subnet th
| Storage account | Select your **Standard** storage account. <br> This option is available if you selected **Storage account** or **Both**. |
53
-
| Local file path | Enter a valid local file path where you want the capture to be saved in the target virtual machine. If you are using a Linux machine, the path must start with */var/captures*. <br> This option is available if you selected **File** or **Both**. |
54
-
| Maximum bytes per packet | Enter the maximum number of bytes to be captured per each packet. All bytes are captured if left blank or 0 entered. |
55
-
| Maximum bytes per session | Enter the total number of bytes that are captured before . Once the value is reached the packet capture stops. Up to 1 GB is captured if left blank. |
56
-
| Time limit (seconds) | Enter the time limit of the packet capture session in seconds. Once the value is reached the packet capture stops. Up to 5 hours (18000 seconds) is captured if left blank. |
53
+
| Local file path | Enter a valid local file path where you want the capture to be saved in the target virtual machine. If you're using a Linux machine, the path must start with */var/captures*. <br> This option is available if you selected **File** or **Both**. |
54
+
| Maximum bytes per packet | Enter the maximum number of bytes to be captured per each packet. All bytes are captured if left blank or 0 entered. |
55
+
| Maximum bytes per session | Enter the total number of bytes that are captured. Once the value is reached the packet capture stops. Up to 1 GB is captured if left blank. |
56
+
| Time limit (seconds) | Enter the time limit of the packet capture session in seconds. Once the value is reached the packet capture stops. Up to 5 hours (18,000 seconds) is captured if left blank. |
57
57
|**Filtering (optional)**||
58
58
| Add filter criteria | Select **Add filter criteria** to add a new filter. |
59
59
| Protocol | Select **TCP**, **UDP**, or **Any** to filter for the packet capture. |
0 commit comments