File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,18 @@ the NAT configuration, or deploy an internal STUN server.
95
95
96
96
If a network interface on the side of either the client or agent has an MTU
97
97
smaller than 1378, any direct connections form may have degraded quality or
98
- might hang entirely. ` coder ping ` will indicate if this is the case by inspecting
99
- network interfaces on both the client and the workspace agent.
98
+ might hang entirely.
99
+
100
+ Use ` coder ping ` to check for MTU issues, as it inspects
101
+ network interfaces on both the client and the workspace agent:
102
+
103
+ ``` console
104
+ $ coder ping my-workspace
105
+ ...
106
+ Possible client-side issues with direct connection:
107
+
108
+ - Network interface utun0 has MTU 1280 (less than 1378), which may degrade the quality of direct connections or render them unusable.
109
+ ```
100
110
101
111
If another interface cannot be used, and the MTU cannot be changed, you may need
102
112
to disable direct connections, and relay all traffic via DERP instead, which
You can’t perform that action at this time.
0 commit comments