Rackpad's Networks workspace is the shortest path for documenting common homelab network layouts. It can create a VLAN, subnet, gateway/DNS records, DHCP pool, and IP zones together, or it can document an untagged subnet without forcing a VLAN record.
Rackpad stores IPv4 CIDRs in canonical network form and rejects equivalent or overlapping subnets inside the same lab. Legacy overlaps are preserved, marked read-only, and shown in the administrator data-integrity panel. An administrator must move a conflicted subnet to a non-overlapping CIDR or explicitly delete it; Rackpad never merges or deletes legacy IPAM data automatically.
Use this when a subnet lives on a tagged VLAN, such as VLAN 20 for IoT or
VLAN 100 for servers.
- Open
Networks. - Choose
Add network. - Select
VLAN tagged. - Enter the VLAN ID, name, subnet CIDR, gateway, and DNS servers.
- Enable DHCP only if that subnet hands out dynamic leases.
- Add static or reserved zones if you want Rackpad to keep those address ranges visually separate.
- Save the network.
The created row shows the VLAN, subnet, gateway/DNS, DHCP scopes, zones, and assignments together so you do not need to jump between separate VLAN and IPAM screens for normal review.
Use this for a default LAN, management subnet, or any subnet that should not carry a VLAN tag in Rackpad.
- Open
Networks. - Choose
Add network. - Select
No VLAN tag. - Enter the subnet CIDR, name, gateway, and DNS servers.
- Add DHCP and zones if needed.
- Save the network.
Rackpad creates the subnet and IPAM data without creating a VLAN record.
A DHCP scope documents the dynamic lease pool for a subnet. A DHCP reservation is still an IP assignment, but it must reference a DHCP scope so Rackpad knows which pool owns the reservation.
Good default pattern:
- Gateway and DNS: document on the subnet so they are protected as technical addresses.
- DHCP scope: document only the dynamic pool, for example
10.0.20.100-10.0.20.199. - Static zone: document server, switch, firewall, and appliance ranges that are manually assigned.
- Reserved zone: document addresses you do not want Rackpad to allocate.
If every client address is managed through DHCP reservations, create the DHCP
scope first, then create device assignments as DHCP reservation. Rackpad will
keep the assignment tied to the scope and reject host assignments inside a DHCP
pool when they are marked as plain static addresses.
VLAN ranges are optional planning labels. They help group or reserve blocks of VLAN IDs, but they do not create networks, subnets, DHCP scopes, or IP zones by themselves.
Use VLAN ranges when you want:
- a planned block such as
10-49for infrastructure or100-199for tenants - a visual reservation for VLAN IDs that should not be reused
- a quick way to see which tags are already documented
Skip VLAN ranges when you only need a few one-off homelab VLANs. The Add network flow can create single VLAN networks directly.
Rackpad does not yet model VRFs/routing domains or shared switch fabric capacity. Subnet overlap is therefore forbidden within a lab, and report capacity remains based on documented port links rather than chassis backplane throughput.