Skip to content

Commit 356b48e

Browse files
refined text
1 parent fe7b7a3 commit 356b48e

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/magic-transit/how-to

1 file changed

+3
-3
lines changed

src/content/docs/magic-transit/how-to/ipv6.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ To configure IPv6:
4646
2. In **IPv6 Interface address**, enter the IPv6 address assigned to you for the Cloudflare side of the tunnel. This address is one of the two addresses in the `/127` subnet allocated from your `/96` allocation.
4747
3. Configure your router with the paired IPv6 address from the same `/127` subnet.
4848

49-
**Example**
49+
### Example
5050

5151
Your account has been assigned the prefix `2001:db8:abcd:1234::/96`.
5252

5353
In this example, the first two addresses in the range (`::0` and `::1`) are reserved for Cloudflare's internal use. You can use any of the remaining addresses in the `/96` block to create `/127` subnets for your tunnels.
5454

55-
If you decide to use the first available `/127` after the reserved addresses (`2001:db8:abcd:1234::2/127`):
55+
If you decide to use the first available `/127` after the reserved addresses (`2001:db8:abcd:1234::2/127`), your configuration would be:
5656
- **Cloudflare IPv6 Interface address**: `2001:db8:abcd:1234::2`
5757
- **Router IPv6 address**: `2001:db8:abcd:1234::3`
5858

59-
Following our example, the next `/127` for the second tunnel (`2001:db8:abcd:1234::4/127`) is configured like so:
59+
Continuing with the example, the next `/127` for the second tunnel would be `2001:db8:abcd:1234::4/127`. Thus, your configuration would be:
6060
- **Cloudflare IPv6 Interface address**: `2001:db8:abcd:1234::4`
6161
- **Router IPv6 address**: `2001:db8:abcd:1234::5`
6262

0 commit comments

Comments
 (0)