Setting Up Proxmox🔗
This guide explains how to install and configure Proxmox VE for the EndersHollow environment.
Prerequisites🔗
- Host hardware
- Proxmox VE ISO
- A management VLAN with DHCP or static addressing
Installation Steps🔗
- Boot from the Proxmox ISO.
- Select Install Proxmox VE and complete the installer.
- After reboot, access the web UI:
https://<proxmox-ip>:8006 - Configure storage pools and network bridges (e.g.,
vmbr0,vmbr3).
Example Network Layout🔗
| Interface | VLAN | Purpose | Notes |
|---|---|---|---|
| vmbr0 | 10 | Internet Access | Routed to pfSense |
| vmbr3 | 30 | Internal 10Gb | NFS + Management |
| zOne | — | Storage Pool | ZFS-backed LXC storage |
Next Steps🔗
Continue to VLAN Segmentation.