File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/content/docs/magic-wan/configuration/connector/network-options/dhcp Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,18 @@ DHCP Relay provides a way for DHCP clients to communicate with DHCP servers that
1010``` mermaid
1111flowchart LR
1212accTitle: An example of Connector in DHCP Relay mode
13- a(Magic WAN Connector) --> b(Internet) --> c(DHCP server)
13+ a(Magic WAN Connector) < --> b(Cloudflare/Magic WAN) < --> c(DHCP server)
1414
15- subgraph Customer site
15+ subgraph Site A
1616 d[LAN 1] <--> a
1717 e[LAN 2] <--> a
1818 end
1919
20- c --> a
20+ subgraph Site B
21+ c
22+ end
2123 classDef orange fill:#f48120,color: black
22- class a orange
24+ class a,b,c orange
2325```
2426
2527_ The above graph shows Connector sending DHCP discover messages to a DHCP server offsite._
You can’t perform that action at this time.
0 commit comments