Proxmox Configuration — proxfold¶
Proxmox VE 8.1 host configuration. Covers network setup, access methods, and key config files that must be manually reconfigured after a fresh install.
Access¶
| Method | Address |
|---|---|
| Web UI | https://192.168.1.250:8006 |
| SSH | root@192.168.1.250 |
| iDRAC | Present (separate management interface) |
Network¶
eno1 is bridged to vmbr0. All VMs and containers use vmbr0 for network access.
| Interface | Role |
|---|---|
| eno1 | Bridged to vmbr0 |
| eno2–eno4 | Unused (manual) |
| vmbr0 | VM bridge — 192.168.1.250/24, gateway 192.168.1.1 |
Full file contents are in Config Files — /etc/network/interfaces.
Key host config files¶
These files are not included in vzdump backups and must be manually reconfigured after a fresh Proxmox install.
| File | Purpose |
|---|---|
/etc/network/interfaces |
Bridge and IP configuration |
/etc/hosts |
Hostname resolution |
/etc/resolv.conf |
DNS |
/etc/exports |
NFS exports |
/etc/pve/storage.cfg |
Proxmox storage backends |
Full contents of each are in Config Files.
Note
The nasbackup CIFS storage is not in storage.cfg — it is added via pvesm command and stored separately. See Storage for the add command.
Related¶
- Storage — ZFS pool, NFS, NAS backup
- proxfold overview
- Config Files — full contents of each file above
- Boot Drive Swap runbook — post-install reconfiguration procedure