Home Lab — Networking Resources
Edit the Markdown on the left; the rendered HTML appears on the right.
Markdown (editable)
# Home Lab Networking Resources Welcome to my home lab notes. This page lists **key devices**, IP ranges, and useful links. ## Network layout - **Management VLAN**: `192.168.10.0/24` - **Lab VLAN**: `10.10.0.0/16` - **IoT VLAN**: `172.16.50.0/24` ## Devices 1. **Core Router** — `10.10.0.1` - Model: EdgeRouter X - Roles: OSPF, NAT, DHCP 2. **Firewall** — `10.10.0.2` - Model: FortiGate (lab) - Notes: monitor `client-rst` events for troubleshooting 3. **Proxmox Host** — `10.10.1.10` - VMs: pfSense, Home Assistant, Test Web ## Useful commands - Show routes: `ip route show` - Check connectivity: `ping 10.10.0.1` - Capture packets: `tcpdump -i eth0 -w capture.pcap` ## Images  *Last updated: 2026-02-17*
Rendered HTML