Skip to content

Commit f3c16fa

Browse files
committed
add direct and relayed connections diagrams
1 parent 21cdd5c commit f3c16fa

File tree

1 file changed

+4
-0
lines changed
  • docs/admin/networking/more-networking

1 file changed

+4
-0
lines changed

docs/admin/networking/more-networking/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Direct connections reduce latency and improve upload and download speeds for dev
5959
However, there are many scenarios where direct connections cannot be established,
6060
such as when the Coder [administrators disable direct connections](../../../reference/cli/server.md#--block-direct-connections).
6161

62+
![Diagram of a direct connection](../../../images/admin/networking/network-stack/network-diagram-direct-connection.png)
63+
6264
Consult the [direct connections section](../troubleshooting.md#common-problems-with-direct-connections)
6365
of the troubleshooting guide for more information.
6466
The troubleshooting guide also explains how to identify if a connection is direct
@@ -117,6 +119,8 @@ In order for clients to be able to establish direct connections:
117119
By default, your Coder server also runs a built-in DERP relay which can be used
118120
for both public and [offline deployments](../../../install/offline.md).
119121

122+
![Diagram of a relayed connection](../../../images/admin/networking/network-stack/network-diagram-relayed-connection.png)
123+
120124
However, our Wireguard integration through Tailscale has graciously allowed us
121125
to use
122126
[their global DERP relays](https://tailscale.com/kb/1118/custom-derp-servers/#what-are-derp-servers).

0 commit comments

Comments
 (0)