Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
{ props.magicWord === "hardware" && (
<>
<p>When the Connector is first activated, you need to have Internet connection. If you chose to set up your Connector with DHCP 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>
<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>
<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="#decide-on-dhcp-vs-static-ip-connections"> DHCP vs static IP connections</a> for more information.</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/magic-wan/configuration/connector/configure-hardware-connector/
has a broken internal link to: https://developers.cloudflare.com/magic-wan/configuration/connector/configure-hardware-connector/.
The fragment dhcp-vs-static-ip-connections does not exist.

By looking at the page: https://developers.cloudflare.com/magic-wan/configuration/connector/configure-hardware-connector/
The best fragment to use seems to be: #decide-on-dhcp-vs-static-ip-connections


<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>
</>
Expand Down