User Tools

Site Tools


proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox [2025/11/24 14:42] benproxmox [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 ''ashift'' to either 9 for 512-byte sector ssds, or 12 for 4k sectors)
 +    * (Check what sector sizes an SSD supports with ''nvme id-ns -H /dev/nvme0n1 | grep "Relative Performance"''
   * Run community [[https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install|post-pve-install]] to enable open-source repos, update and disable nag screen   * Run community [[https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install|post-pve-install]] to enable open-source repos, update and disable nag screen
   * Join node into cluster (datacenter->clusters grab join info from existing cluster, join cluster on new node)   * Join node into cluster (datacenter->clusters grab join info from existing cluster, join cluster on new node)
Line 26: Line 28:
 https://forum.proxmox.com/threads/proxmox-3-0-web-ui-on-port-443-instead-of-8006.13964/ https://forum.proxmox.com/threads/proxmox-3-0-web-ui-on-port-443-instead-of-8006.13964/
  
 +===== Network Interfaces =====
  
 +  * Edit ''vmbr0'', remove physical nic and IP address
 +  * Create OVSBridge ''ovsbr0''
 +  * Create OVSIntPort ''mgmt'' attached to ''ovsbr0'' and add the management IP back onto this
 +  * Create OVSBond ''bond0'' attached to ''ovsbr0'' and add all physical nics to this, with mode ''balance-tcp''
 +  * Apply changes
 +  * Update switch configuration to enable LACP
 +  * Confirm connectivity
 +  * Datacenter->SDN->Apply to setup vlans
 +
 +===== OpenVSwitch =====
 +
 +<code bash>
 +apt-get install openvswitch-switch
 +</code>
 +
 +===== SDN =====
 +
 +  * Install dependencies: <code bash>
 +apt install frr-pythontools
 +systemctl enable --now frr.service
 +</code>
 +  * ''Datacenter->SDN->Zones''
 +    * Create ''lan'' zone of type ''vlan'' bound to ''ovsbr0''
 +  * ''Datacenter->SDN-VNets''
 +    * Create one vnet for each vlan, setting the zone to ''lan'' and entering the vlan id in ''tag'' field.
 +    * 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki