Skip to content

Commit f6e0290

Browse files
committed
how to check PMTU
1 parent f4c0ecb commit f6e0290

File tree

1 file changed

+29
-0
lines changed
  • src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment

1 file changed

+29
-0
lines changed

src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/path-mtu-discovery.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,33 @@ If PMTUD is enabled and the MTU is less than 1333 bytes, then WARP will automati
8989
To send WebRTC traffic through WARP, the network path must support an MTU of at least 1333 bytes. Below 1333 bytes, WebRTC connections will experience progressively degraded performance. This minimum MTU impacts [Cloudflare Browser Isolation](/cloudflare-one/remote-browser-isolation/) and any other website that uses WebRTC (such as video conferencing and media streaming services).
9090

9191

92+
## Check your MTU
93+
94+
You can check your current network path MTU by collecting [WARP diagnostic logs](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/warp-logs/).
95+
96+
1. Run the `warp-diag` command on the device or [collect logs via the the dashboard](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/warp-logs/#collect-logs-via-the-dashboard).
97+
2. Open the resulting `warp-debugging-info-<date>-<time>.zip` file.
98+
3. Open `connectivity.txt` and search for `PMTU`. For example, the following diagnostic log shows an MTU of 1500 bytes which meets the [default MTU requirements](#default-warp-mtu) for WARP.
99+
100+
101+
```txt title="connectivity.txt" {16-17}
102+
====================================================================
103+
H3 Quic Connect
104+
====================================================================
105+
106+
Testing H3 QUIC connectivity to 'https://cloudflare-quic.com/cdn-cgi/l4-stats' result: Successful
107+
IPv4:
108+
"
109+
Headers:
110+
server address=104.18.26.14:443
111+
...
112+
113+
Body:
114+
transport=TCP
115+
...
116+
117+
PMTU:
118+
1500 bytes
119+
"
120+
```
92121

0 commit comments

Comments
 (0)