# Subnet IP Ranges

### LAN (VLAN1)

[LAN](https://bookstack.swigg.net/link/74#bkmrk-vlan-1-%28lan%29) - The primary home network for devices and services that don't need to be publically facing to the Internet.

| Subnet | VLAN | Purpose |
|--------|------|---------|
| 10.0.1.0/24 | 1 | Network related infrastructure (dns server, router, switches, etc.)
| 10.0.2.0/28 | 1 | WireGuard VPN clients tunneling into the network
| 10.0.3.0/24 | 1 | Proxmox management  port addresses
| 10.0.4.0/24 | 1 | Static IP address assignments
| 10.0.5.0/24<br />10.0.6.0/23| 1 | DHCP IP assignments

### DMZ (VLAN8)

[DMZ](https://bookstack.swigg.net/link/74#bkmrk-vlan-8-%28dmz%29) - A DMZ for devices and services that are meant to be exposed to the Internet.

| Subnet | VLAN | Purpose |
|--------|------|---------|
| 10.0.8.0/24 | 8 | DHCP IP assignments

### WARP (VLAN9)

[WARP](https://bookstack.swigg.net/link/74#bkmrk-vlan-9-%28warp%29) - A network where all outbound traffic is routed through a WireGuard VPN to protect privacy.

| Subnet | VLAN | Purpose |
|--------|------|---------|
| 10.0.9.0/24 | 9 |  DHCP IP assignments