homelab-network-readiness
affaan-m/everything-claude-code
Readiness checklist for VLAN, DNS filtering, and VPN changes before touching homelab network infrastructure.
What is homelab-network-readiness?
A planning and review skill for homelab networks mixing VLANs, local DNS resolvers, firewalls, and remote access. Use it to inventory current topology, identify risks, stage migrations, and validate changes before modifying routers, switches, DHCP, or VPN endpoints.
- Collect required inventory across internet edge, gateway, switching, Wi-Fi, addressing, DNS/DHCP, management, and recovery
- Map trust zones (trusted, servers, IoT, guest, management, VPN) with default policies and firewall rules
- Validate DNS filtering readiness with fallback paths and per-VLAN testing before broad rollout
- Review remote access (WireGuard, Tailscale, OpenVPN) scope and firewall rules before opening ports
- Generate staged change sequences with validation evidence and rollback procedures
- Identify anti-patterns and safety risks that could lock out gateway, DNS, or VPN access
How to install homelab-network-readiness
npx skills add https://github.com/affaan-m/everything-claude-code --skill homelab-network-readinessHow to use homelab-network-readiness
- 1.Collect the required inventory across internet edge, gateway, switching, Wi-Fi, addressing, DNS/DHCP, management, and recovery using the provided table
- 2.Map your intended trust zones (trusted, servers, IoT, guest, management, VPN) and confirm your gateway, switch, and APs support the required features
- 3.Validate DNS filtering readiness by reserving resolver addresses, testing fallback paths, and confirming one client before broad rollout
- 4.Review remote access scope and firewall rules; confirm the VPN endpoint is patched, keys are revocable, and logs are available
- 5.Create a staged change sequence starting with snapshots, infrastructure address reservations, and one test client before moving production devices
- 6.Document final state, known exceptions, rollback commands, and review against the provided checklist before executing changes
Use cases
- Splitting a flat home network into VLANs for trusted devices, IoT, guests, servers, and management before implementation
- Migrating DHCP clients to Pi-hole or AdGuard Home with fallback DNS and per-VLAN testing
- Adding WireGuard or Tailscale remote access with split-tunnel or full-tunnel policies and firewall rules
- Reviewing whether a planned network change could lock the operator out of critical infrastructure
- Converting an informal homelab idea into a staged migration plan with validation checkpoints
- Homelab operators planning network segmentation or DNS filtering changes
- System administrators managing small-office or lab networks with mixed trust zones
- Network engineers reviewing remote access (VPN) policies before deployment
- Anyone preparing to change router, firewall, DHCP, or VPN configuration without risking lockout
homelab-network-readiness FAQ
No. Do not provide or use commands without confirming the exact platform, firmware version, and rollback procedure. Syntax varies significantly across vendors and firmware versions.
No. Reserve the resolver address first, test it on one client or VLAN, confirm fallback DNS is available, and validate that blocking rules do not break captive portals, work VPNs, or critical devices.
No. VPN clients should receive only the routes and DNS settings they need. Use split-tunnel modes for remote admin of specific services, not full-tunnel access to the entire LAN.
Require out-of-band or same-room console access to the gateway, switch, or AP. Ensure the operator knows which port they are connected through and can revert locally if VLAN or trunk changes break connectivity.
Keep a working path back to the internet before pointing the network at a new DNS resolver or VPN route. Snapshot current state, test one client first, and document rollback steps in the same vocabulary as your platform UI or CLI.
Full instructions (SKILL.md)
Source of truth, from affaan-m/everything-claude-code.
name: homelab-network-readiness description: Readiness checklist for homelab VLAN segmentation, local DNS filtering, and WireGuard-style remote access before changing router, firewall, DHCP, or VPN configuration. metadata: origin: community
Homelab Network Readiness
Use this skill before changing a home or small-lab network that mixes VLANs, Pi-hole or another local DNS resolver, firewall rules, and remote VPN access.
This is a planning and review skill. Do not turn it into copy-paste router, firewall, or VPN configuration unless the target platform, current topology, rollback path, console access, and maintenance window are all known.
When to Use
- Preparing to split a flat network into trusted, IoT, guest, server, or management VLANs.
- Moving DHCP clients to Pi-hole, AdGuard Home, Unbound, or another local DNS resolver.
- Adding WireGuard, Tailscale, ZeroTier, OpenVPN, or router-native VPN access.
- Reviewing whether a homelab change can lock the operator out of the gateway, switch, access point, DNS server, or VPN server.
- Turning an informal home-network idea into a staged migration plan with validation evidence.
Safety Rules
- Keep the first answer read-only: inventory, risks, staged plan, validation, and rollback.
- Do not expose gateway admin panels, DNS resolvers, SSH, NAS consoles, or VPN management UIs directly to the public internet.
- Do not provide firewall, NAT, VLAN, DHCP, or VPN commands without a confirmed platform and a rollback procedure.
- Require out-of-band or same-room console access before changing management VLANs, trunk ports, firewall default policies, or DHCP/DNS settings.
- Keep a working path back to the internet before pointing the whole network at a new DNS resolver or VPN route.
- Treat IoT, guest, camera, and lab-server networks as different trust zones until the operator explicitly chooses otherwise.
Required Inventory
Collect this before giving implementation steps:
| Area | Questions |
|---|---|
| Internet edge | What is the modem or ONT? Is the ISP router bridged or still routing? |
| Gateway | What routes, firewalls, handles DHCP, and terminates VPNs? |
| Switching | Which switch ports are uplinks, access ports, trunks, or unmanaged? |
| Wi-Fi | Which SSIDs map to which networks, and are APs wired or mesh? |
| Addressing | What subnets exist today, and which ranges conflict with VPN sites? |
| DNS/DHCP | Which service currently hands out leases and resolver addresses? |
| Management | How will the operator reach the gateway, switch, and AP after changes? |
| Recovery | What can be reverted locally if DNS, DHCP, VLANs, or VPN routes break? |
VLAN And Trust-Zone Plan
Start with intent rather than vendor syntax.
| Zone | Typical contents | Default policy |
|---|---|---|
| Trusted | Laptops, phones, admin workstations | Can reach shared services and management only when needed |
| Servers | NAS, Home Assistant, lab hosts, DNS resolver | Accepts narrow inbound flows from trusted clients |
| IoT | TVs, smart plugs, cameras, speakers | Internet access plus explicit exceptions only |
| Guest | Visitor devices | Internet-only, no LAN reachability |
| Management | Gateway, switches, APs, controllers | Reachable only from trusted admin devices |
| VPN | Remote clients | Same or narrower access than trusted clients |
Before recommending VLAN IDs or subnets, confirm:
- The gateway supports inter-VLAN routing and firewall rules.
- The switch supports the required tagged and untagged port behavior.
- The APs can map SSIDs to VLANs.
- The operator knows which port they are connected through during the change.
- The management network remains reachable after trunk and SSID changes.
DNS Filtering Readiness
Pi-hole or another local resolver should be introduced as a dependency, not as a single point of failure.
- Give the resolver a reserved address before using it in DHCP options.
- Confirm it can resolve public DNS and local
home.arpanames. - Keep the gateway or a second resolver available as a temporary fallback.
- Test one client or one VLAN before changing every DHCP scope.
- Document which networks may bypass filtering and why.
- Check that blocking rules do not break captive portals, work VPNs, firmware updates, or medical/security devices.
Useful validation evidence:
Client gets expected DHCP lease
Client receives expected DNS resolver
Public DNS lookup succeeds
Local home.arpa lookup succeeds
Blocked test domain is blocked only where intended
Gateway and DNS admin interfaces are not reachable from guest or IoT networks
Remote Access Readiness
For WireGuard-style access, decide what the VPN is allowed to reach before generating keys or opening ports.
| Mode | Use when | Risk notes |
|---|---|---|
| Split tunnel to one subnet | Remote admin for NAS or lab hosts | Keep route list narrow |
| Split tunnel to trusted services | Access selected apps by IP or DNS | Requires precise firewall rules |
| Full tunnel | Untrusted networks or travel | More bandwidth and DNS responsibility |
| Overlay VPN | Simpler remote access with identity controls | Still needs ACL review |
Do not recommend port forwarding until the operator confirms:
- The VPN endpoint is patched and actively maintained.
- The forwarded port goes only to the VPN service, not an admin UI.
- Dynamic DNS, public IP behavior, and ISP CGNAT status are understood.
- Peer keys can be revoked without rebuilding the whole network.
- Logs or connection status can verify who connected and when.
Change Sequence
Prefer small, reversible changes:
- Snapshot the current topology, IP plan, DHCP settings, DNS settings, and firewall rules.
- Reserve infrastructure addresses for gateway, DNS, controller, APs, NAS, and VPN endpoint.
- Create the new zone or VLAN without moving critical devices.
- Move one test client and validate DHCP, DNS, routing, internet, and block behavior.
- Add narrow firewall exceptions for required flows.
- Move one low-risk device group.
- Add VPN access with the narrowest route and firewall policy that satisfies the use case.
- Document final state, known exceptions, and rollback commands or UI steps.
Review Checklist
- Each network has a reason to exist and a clear trust boundary.
- No management interface is reachable from guest, IoT, or the public internet.
- DNS failure does not take down the operator's ability to recover locally.
- DHCP scope changes were tested on one client before broad rollout.
- VPN clients receive only the routes and DNS settings they need.
- Firewall rules are default-deny between zones, with named exceptions.
- The operator can still reach gateway, switch, AP, DNS, and VPN admin surfaces.
- Rollback is documented in the same vocabulary as the chosen platform UI or CLI.
Anti-Patterns
- Segmenting networks before knowing which switch ports and SSIDs carry which VLANs.
- Moving the admin workstation off the only reachable management network.
- Pointing all DHCP scopes at a Pi-hole before testing fallback DNS.
- Publishing NAS, DNS, router, or hypervisor management directly to the internet.
- Treating VPN access as equivalent to full trusted-LAN access.
- Adding allow-all firewall rules temporarily and forgetting to remove them.
- Copying commands from another vendor or firmware version without checking the exact platform syntax.
See Also
- Skill:
homelab-network-setup - Skill:
network-config-validation - Skill:
network-interface-health
Related skills
More from affaan-m/everything-claude-code and the wider catalog.

homelab-network-setup
Design scalable home and homelab networks with proper IP planning, DHCP, DNS, and device segmentation.

homelab-pihole-dns
Network-wide DNS ad blocker and local DNS management for home networks.

homelab-vlan-segmentation
Segment home networks into isolated VLANs for IoT, guest, and trusted traffic with UniFi, pfSense, OPNsense, or MikroTik.

homelab-wireguard-vpn
Fast, modern WireGuard VPN server setup for secure remote access to your home network.

hookify-rules
Create and manage Hookify rules to enforce patterns and guard against risky operations in Claude Code.

inventory-demand-planning
Demand forecasting, safety stock optimization, and replenishment planning for multi-location retailers.