Skip to content

Commit 10228b8

Browse files
added activation language
1 parent bf1e723 commit 10228b8

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

src/content/partials/magic-wan/connector/configure-connectors.mdx

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,29 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
397397

398398
{props.shippedLanguage}, and will only establish a connection to the Cloudflare network when it is activated. Cloudflare recommends leaving it deactivated until you finish [setting it up in the dashboard](#1-add-a-connector-on-ramp).
399399

400-
When the Connector is first activated, one of the ports must be connected to the Internet through a device that supports DHCP. This is required so that the Connector can reach the Cloudflare global network and download the required configurations that you [set up](#1-add-a-connector-on-ramp).
400+
{ props.magicWord === "hardware" && (
401+
<>
402+
<p>When the Connector is first activated, you need to have Internet connection. If you chose to set up your Connector with DCHP you will need to have one of the Connector ports connected to the Internet through a device that supports DHCP. This is required so that the Connector can reach the Cloudflare global network and download the required configurations that you <a href="#1-add-a-connector-on-ramp">set up</a>.</p>
403+
<p> If you set up your connector with a static IP through the bootstrap method, you do not need a DHCP port. Refer to <a href="#dhcp-vs-static-ip-connections"> DHCP vs static IP connections</a> for more information.</p>
404+
405+
<Aside type="caution">Remember that if you chose the DHCP method you have to connect Magic WAN Connector through a route that supports DHCP for its first connection to the Internet. Otherwise, the Connector will not work.</Aside>
406+
</>
407+
)
408+
}
409+
410+
{ props.magicWord === "virtual" && (
411+
<>
412+
<p>When the Connector is first activated, one of the ports must be connected to the Internet through a device that supports DHCP. This is required so that the Connector can reach the Cloudflare global network and download the required configurations that you <a href="#1-add-a-connector-on-ramp">set up</a>.</p>
413+
414+
<Aside type="caution">Remember to connect Magic WAN Connector through a route that supports DHCP for its first connection to the Internet. Otherwise, the Connector will not work.</Aside>
415+
416+
</>
417+
)
418+
}
419+
420+
421+
401422

402-
:::caution
403-
Remember to connect Magic WAN Connector through a route that supports DHCP for its first connection to the Internet. Otherwise, the Connector will not work.
404-
:::
405423

406424
When you are ready to connect your Magic WAN Connector to the Cloudflare network:
407425

0 commit comments

Comments
 (0)