Plan a reliable home or homelab network with practical setup guidance.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "homelab-network-setup" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/homelab-network-setup/SKILL.md 2. Save it as ~/.claude/skills/homelab-network-setup/SKILL.md 3. Reload skills and tell me it's ready
Help me plan a homelab network with an ISP modem, main router, 24-port switch, 2 wireless APs, 1 NAS, 3 mini PCs, and several IoT devices. Recommend a topology, IP ranges, DHCP reservations, DNS approach, and cabling notes, and point out common beginner mistakes.
A clear homelab network plan with topology, IP layout, device roles, and implementation advice.
I want to split my home network into management devices, servers, work devices, guest Wi‑Fi, and IoT. Design VLANs, subnets, gateway addresses, DHCP ranges, and basic access control ideas that are easy for a beginner to maintain.
An easy-to-maintain VLAN and addressing plan with network purposes, isolation, and basic security guidance.
Here is my current home network: the router also handles DHCP and DNS, and the switch connects to an AP, TV, NAS, and desktop, but IP assignments are messy. Review the setup for topology, address management, Wi‑Fi placement, and cabling issues, then suggest improvements.
A diagnosis and optimization checklist highlighting risks, misconfigurations, and better alternatives.
Use this skill to design a home or small-lab network that can grow without needing a full rebuild.
Start by separating device roles:
Internet
|
Modem or ONT
|
Gateway or router NAT, firewall, DHCP, DNS, inter-VLAN routing
|
Managed switch wired clients, AP uplinks, optional VLAN trunks
|
Access points Wi-Fi only; ideally wired backhaul
Servers and NAS stable addresses, DNS names, monitoring
Clients and IoT DHCP pools, isolated later if VLANs are available
Pick a gateway that matches the operator, not just the feature checklist:
| Option | Best fit | Notes |
|---|---|---|
| ISP router | Basic internet only | Limited control and often poor VLAN support |
| UniFi gateway | Managed home network | Good UI, ecosystem lock-in |
| OPNsense or pfSense | Flexible homelab | Strong VLAN, firewall, VPN, and DNS control |
| MikroTik | Advanced network users | Powerful, but easy to misconfigure |
| Linux router | Tinkerers | Document rollback before using as primary gateway |
Avoid the most common default, 192.168.1.0/24, when you expect to use VPNs.
It often conflicts with hotels, offices, and ISP routers.
Example small homelab plan:
192.168.10.0/24 trusted clients
192.168.20.0/24 IoT and media devices
192.168.30.0/24 servers and NAS
192.168.40.0/24 guest Wi-Fi
192.168.99.0/24 network management
Gateway convention: .1
Infrastructure reservations: .2 through .49
Dynamic DHCP pool: .50 through .240
Spare room: .241 through .254
Use home.arpa for local names. It is reserved for home networks and avoids the
leakage/conflict problems of ad hoc names like home.lan.
nas.home.arpa
pihole.home.arpa
gateway.home.arpa
switch-01.home.arpa
Goal: Keep the ISP router but stabilize a small lab.
home.arpa.Goal: Prepare for future segmentation without enabling it immediately.
192.168.1.0/24 when VPN access is planned.…
Optimize React and Next.js performance during coding, review, and refactoring.
Apply modern, safe, idiomatic C++ standards for writing, review, and refactoring.
Design adaptive agent workflows with eval gates and reusable skill extraction.
Conduct multi-source web research and produce cited, source-attributed reports.
Speed up complex tasks with parallel execution while preserving correctness.
Apply Compose Multiplatform patterns for UI architecture, navigation, theming, and performance.
Checks homelab network readiness before VLAN, DNS, firewall, or VPN changes.
Set up and manage Pi-hole DNS, blocking, and home network resolution.
Set up WireGuard VPN for secure remote home network access.
Validate router and switch configs before deployment to catch security and network risks.
Design network topologies quickly and export PowerPoint diagrams and Excel configs.
Generate validated network device configs for labs while reducing LLM hallucinations.