|
| 1 | +# IP Assignments - 192.168.4.0/24 |
| 2 | + |
| 3 | +**Source of Truth** for all static IP assignments in the homelab. |
| 4 | + |
| 5 | +> **Related Files:** |
| 6 | +> - [`proxmox/inventory.txt`](../../proxmox/inventory.txt) - Ansible-style inventory (legacy, sync with this file) |
| 7 | +> - [`gitops/.../IP-ASSIGNMENTS.md`](../../gitops/clusters/homelab/infrastructure-config/metallb-config/IP-ASSIGNMENTS.md) - MetalLB assignments only |
| 8 | +
|
| 9 | +## MAAS IP Ranges |
| 10 | + |
| 11 | +| Range | Type | Purpose | |
| 12 | +|-------|------|---------| |
| 13 | +| 192.168.4.1 | Gateway | OPNsense router | |
| 14 | +| 192.168.4.2-19 | Unmanaged | Proxmox hosts (bare metal) | |
| 15 | +| 192.168.4.20-49 | Reserved Dynamic | MAAS internal (commissioning/deployment) | |
| 16 | +| 192.168.4.50-78 | DHCP Pool | Auto-assigned to new machines | |
| 17 | +| 192.168.4.79 | Reserved | K3s control plane VIP (kube-vip) | |
| 18 | +| 192.168.4.80-120 | Reserved | MetalLB LoadBalancer pool | |
| 19 | +| 192.168.4.121-179 | DHCP Pool | Auto-assigned (extended range) | |
| 20 | +| 192.168.4.180-199 | Reserved | Storage/Crucible nodes | |
| 21 | +| 192.168.4.200-250 | Reserved Static | Infrastructure VMs (manual assignment) | |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## Proxmox Hosts (Bare Metal) |
| 26 | + |
| 27 | +| IP | Hostname | Notes | |
| 28 | +|----|----------|-------| |
| 29 | +| 192.168.4.11 | rapid-civet | | |
| 30 | +| 192.168.4.17 | still-fawn | AMD Radeon GPU | |
| 31 | +| 192.168.4.19 | chief-horse | HAOS host | |
| 32 | +| 192.168.4.122 | pve | Primary Proxmox host | |
| 33 | +| 192.168.4.172 | fun-bedbug | Disabled - thermal issues | |
| 34 | +| 192.168.4.175 | pumped-piglet | RTX 3070 GPU | |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +## Infrastructure Services |
| 39 | + |
| 40 | +| IP | Service | Notes | |
| 41 | +|----|---------|-------| |
| 42 | +| 192.168.4.53 | ubuntu-maas-vm | MAAS controller | |
| 43 | +| 192.168.4.79 | k3s-vip | K3s control plane VIP (kube-vip) | |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## K3s VMs (Control Plane Nodes) |
| 48 | + |
| 49 | +| IP | VM Name | VMID | Proxmox Host | Status | |
| 50 | +|----|---------|------|--------------|--------| |
| 51 | +| 192.168.4.210 | k3s-vm-pumped-piglet-gpu | 105 | pumped-piglet | Active (primary) | |
| 52 | +| 192.168.4.212 | k3s-vm-still-fawn | 108 | still-fawn | Active | |
| 53 | +| 192.168.4.192 | k3s-vm-fun-bedbug | 114 | fun-bedbug | Disabled (thermal) | |
| 54 | +| 192.168.4.193 | k3s-vm-pve | 107 | pve | Standby (powered off) | |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## MetalLB LoadBalancer IPs (80-120) |
| 59 | + |
| 60 | +| IP | Service | Namespace | Notes | |
| 61 | +|----|---------|-----------|-------| |
| 62 | +| 192.168.4.80 | traefik | kube-system | Main ingress, all HTTP(S) | |
| 63 | +| 192.168.4.81 | frigate | frigate | NVR web UI, RTSP, WebRTC TCP | |
| 64 | +| 192.168.4.82 | stable-diffusion-webui | stable-diffusion | SD WebUI | |
| 65 | +| 192.168.4.84 | frigate-webrtc-udp | frigate | WebRTC UDP streams | |
| 66 | +| 192.168.4.85 | ollama-lb | ollama | Ollama API | |
| 67 | +| 192.168.4.120 | samba-lb | samba | SMB/CIFS shares | |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +## Storage/Crucible Nodes (180-199) |
| 72 | + |
| 73 | +| IP | Hostname | Interface | Notes | |
| 74 | +|----|----------|-----------|-------| |
| 75 | +| 192.168.4.189 | proper-raptor | enp1s0 (1GbE) | Management interface | |
| 76 | +| 192.168.4.190 | proper-raptor | enx* (USB 2.5GbE) | Crucible storage traffic (planned) | |
| 77 | + |
| 78 | +--- |
| 79 | + |
| 80 | +## RKE2 Evaluation VMs (200-202) |
| 81 | + |
| 82 | +| IP | VM Name | VMID | Proxmox Host | Status | |
| 83 | +|----|---------|------|--------------|--------| |
| 84 | +| 192.168.4.200 | rancher-server | 200 | pumped-piglet | Evaluation | |
| 85 | +| 192.168.4.202 | linux-control | 202 | pumped-piglet | Evaluation | |
| 86 | +| (none) | windows-worker | 201 | pumped-piglet | Stopped | |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +## Other Infrastructure VMs (203+) |
| 91 | + |
| 92 | +| IP | VM Name | Notes | |
| 93 | +|----|---------|-------| |
| 94 | +| 192.168.4.203 | k3s-vm-fun-bedbug | Legacy entry (now .192) | |
| 95 | +| 192.168.4.211 | (homelab.yaml ref) | Unknown - needs investigation | |
| 96 | +| 192.168.4.238 | k3s-vm-pve | Legacy entry (now .193) | |
| 97 | + |
| 98 | +--- |
| 99 | + |
| 100 | +## Reserved for Future Use |
| 101 | + |
| 102 | +| Range | Purpose | |
| 103 | +|-------|---------| |
| 104 | +| 192.168.4.191-199 | Crucible storage expansion | |
| 105 | +| 192.168.4.204-209 | Available | |
| 106 | +| 192.168.4.213-237 | Available | |
| 107 | +| 192.168.4.239-250 | Available | |
| 108 | + |
| 109 | +--- |
| 110 | + |
| 111 | +## Update Log |
| 112 | + |
| 113 | +| Date | Change | |
| 114 | +|------|--------| |
| 115 | +| 2026-01-25 | Created from scattered sources | |
0 commit comments