Skip to content

Commit 6255627

Browse files
committed
coder_block_direct to low mtu
1 parent b55815c commit 6255627

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/admin/networking/troubleshooting.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,14 @@ Possible client-side issues with direct connection:
108108
- Network interface utun0 has MTU 1280 (less than 1378), which may degrade the quality of direct connections or render them unusable.
109109
```
110110

111-
If another interface cannot be used, and the MTU cannot be changed, you may need
112-
to disable direct connections, and relay all traffic via DERP instead, which
111+
If another interface cannot be used, and the MTU cannot be changed, you should
112+
disable direct connections and relay all traffic via DERP instead, which
113113
will not be affected by the low MTU.
114114

115+
To disable direct connections, set the
116+
[`--block-direct-connections`](../../reference/cli/server.md#--block-direct-connections)
117+
flag or `CODER_BLOCK_DIRECT` environment variable on the Coder server.
118+
115119
## Throughput
116120

117121
The `coder speedtest <workspace>` command measures the throughput between the

0 commit comments

Comments
 (0)