# VLAN Segmentation

### VLAN 1 (LAN)

The primary home network for devices and services that don't need to be publically facing to the Internet.

<span class="vertical-table">

| | |
|-|-|
| **Name** | LAN |
| **CIDR** | 10.0.1.1/21 |
| **Range** | 10.0.0.1 - 10.0.7.254 |

</span>

### VLAN 8 (DMZ) 

A [DMZ](https://en.wikipedia.org/wiki/DMZ_%28computing%29) for devices and services that are meant to be exposed to the Internet.

<span class="vertical-table">

| | |
|-|-|
| **Name** | DMZ |
| **CIDR** | 10.0.8.1/24 |
| **Range** | 10.0.8.1 - 10.0.8.254 |

</span>

### VLAN 9 (WARP) 

A network where all outbound traffic is routed through a [WireGuard VPN](https://www.wireguard.com/) to protect privacy.

<span class="vertical-table">

| | |
|-|-|
| **Name** | WARP |
| **CIDR** | 10.0.9.1/24 |
| **Range** | 10.0.9.1 - 10.0.9.254 |

</span>