帮助用户规划并配置家庭实验室网络、设备连通与安全分段。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "homelab-network-setup" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/docs/ja-JP/skills/homelab-network-setup/SKILL.md 2. 保存为 ~/.claude/skills/homelab-network-setup/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为一个家庭实验室设计网络拓扑:1台路由器、2台交换机、3台服务器、1台NAS、若干IoT设备。要求划分管理网、服务网、访客网和IoT网,说明每个网段的用途、VLAN ID、IP规划以及互访规则。
一份清晰的家庭实验室网络拓扑方案,包含VLAN划分、IP地址规划与访问控制建议。
我的家庭实验室中,管理网的电脑无法访问服务网中的Proxmox主机。请给我一个分步骤排查清单,涵盖交换机VLAN、路由、防火墙规则、网关、DNS和链路状态检查。
一份按优先级排序的网络故障排查步骤,帮助快速定位连通性问题。
请为家庭实验室制定网络分段安全策略:允许管理网访问所有设备,服务网仅开放必要端口到NAS,IoT设备不能主动访问管理网,访客网只能上网。请输出规则建议和实施注意事项。
一套可执行的分段访问控制策略,包含规则方向、端口范围和安全注意事项。
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.…
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性