You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.</p>
@@ -315,8 +312,8 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
315
312
<p>There are several deployment options for Magic WAN Connector. Connector can act like a DHCP server for your local network, or integrate with your local setup and have static IP addresses assigned to it.</p>
316
313
<p>When Connector acts like the WAN router for your site, deployment will be something like this:</p>
317
314
318
-
<Mermaidchart={`
319
-
flowchart LR
315
+
<preclass="mermaid">
316
+
{`flowchart LR
320
317
accTitle: Magic WAN Connector set up as a DHCP server, and connecting to the Internet.
321
318
a(Magic WAN Connector)--> b(Internet) --> c(Cloudflare)
322
319
@@ -326,13 +323,13 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
326
323
end
327
324
328
325
classDef orange fill:#f48120,color: black
329
-
class a,c orange
330
-
`} />
326
+
class a,c orange`}
327
+
</pre>
331
328
332
329
<p>In the example below, the Connector sits behind the WAN router in your site, and on-ramps only some of the existing LANs to Cloudflare.</p>
333
330
334
-
<Mermaidchart={`
335
-
flowchart LR
331
+
<preclass="mermaid">
332
+
{`flowchart LR
336
333
accTitle: Magic WAN Connector connects to the router in the site, and only some of the LANs connect to Connector.
337
334
a(Magic WAN Connector)--> b((Site's router)) --> c(Internet) --> i(Cloudflare)
338
335
@@ -344,8 +341,8 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
344
341
end
345
342
346
343
classDef orange fill:#f48120,color: black
347
-
class a,i orange
348
-
`} />
344
+
class a,i orange`}
345
+
</pre>
349
346
350
347
<p>Refer to <ahref="/reference-architecture/diagrams/sase/magic-wan-connector-deployment/">Magic WAN Connector deployment options</a> for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.</p>
0 commit comments