Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbel committed Aug 27, 2024
1 parent 72d0704 commit 46fbe34
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ WARP Connector hosts are registered to your Zero Trust organization with the ema
| -------- | -------- | ----- |
| User email | is | `warp_connector@<your-team-name>.cloudflareaccess.com` |

## 4. Configure Split Tunnels
## 4. Configure the device profile

In your WARP Connector device profile, configure the following [Split Tunnel settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/):
In your WARP Connector device profile, update [Split Tunnel settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/):

1. Route your private network CIDR (`10.0.0.0/24`) through the WARP tunnel. For example, if you are using **Exclude** mode, delete `10.0.0.0/8` from the list and re-add the following IPs: `10.0.1.0/24`, `10.0.2.0/23`, `10.0.4.0/22`, `10.0.8.0/21`, `10.0.16.0/20`, `10.0.32.0/19`, `10.0.64.0/18`, `10.0.128.0/17`, `10.1.0.0/16`, `10.2.0.0/15`, `10.4.0.0/14`, `10.8.0.0/13`, `10.16.0.0/12`, `10.32.0.0/11`, `10.64.0.0/10`, `10.128.0.0/9`
2. Route the CGNAT IP space (`100.96.0.0/12`) through the WARP tunnel. For example, if you are using **Exclude** mode, delete `100.64.0.0/10` from the list and re-add `100.64.0.0/11` and `100.112.0.0/12`.

The `10.0.0.0/24` WARP Connector is now connected to Cloudflare.
The `10.0.0.0/24` WARP Connector is now routing traffic from the host machine to Cloudflare.
```mermaid
flowchart LR
subgraph subnet1[Subnet 10.0.0.0/24]
Expand All @@ -148,7 +148,7 @@ The `10.0.0.0/24` WARP Connector is now connected to Cloudflare.

## 5. Install another WARP Connector

Repeat Steps 1, 2, and 4 above to install an additional WARP Connector on subnet `192.168.1.0/24`. The device profile in Step 3 will apply to all WARP Connectors.
Repeat Steps 1, 2, and 4 above to install an additional WARP Connector on subnet `192.168.1.0/24`. The device profile created in Step 3 will apply to all WARP Connectors.

```mermaid
flowchart LR
Expand Down

0 comments on commit 46fbe34

Please sign in to comment.