proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox [2025/11/24 14:42] – ben | proxmox [2025/11/25 09:42] (current) – ben | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Some notes on setting up a new Proxmox server: | Some notes on setting up a new Proxmox server: | ||
| + | * Install on ZFS root (set advanced options '' | ||
| + | * (Check what sector sizes an SSD supports with '' | ||
| * Run community [[https:// | * Run community [[https:// | ||
| * Join node into cluster (datacenter-> | * Join node into cluster (datacenter-> | ||
| Line 26: | Line 28: | ||
| https:// | https:// | ||
| + | ===== Network Interfaces ===== | ||
| + | * Edit '' | ||
| + | * Create OVSBridge '' | ||
| + | * Create OVSIntPort '' | ||
| + | * Create OVSBond '' | ||
| + | * Apply changes | ||
| + | * Update switch configuration to enable LACP | ||
| + | * Confirm connectivity | ||
| + | * Datacenter-> | ||
| + | |||
| + | ===== OpenVSwitch ===== | ||
| + | |||
| + | <code bash> | ||
| + | apt-get install openvswitch-switch | ||
| + | </ | ||
| + | |||
| + | ===== SDN ===== | ||
| + | |||
| + | * Install dependencies: | ||
| + | apt install frr-pythontools | ||
| + | systemctl enable --now frr.service | ||
| + | </ | ||
| + | * '' | ||
| + | * Create '' | ||
| + | * '' | ||
| + | * Create one vnet for each vlan, setting the zone to '' | ||
| + | * When creating VMs, select this vnet to assign to the vlan without needing to re-enter the vlan id. | ||
proxmox.1763995355.txt.gz · Last modified: by ben
