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
proxmox [2025/11/25 09:38] benproxmox [2025/11/25 09:42] (current) ben
Line 27: Line 27:
  
 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/
- 
-===== OpenVSwitch ===== 
- 
-<code bash> 
-apt-get install openvswitch-switch 
-</code> 
- 
-===== SDN ===== 
- 
-<code bash> 
-apt install frr-pythontools 
-systemctl enable --now frr.service 
-</code> 
  
 ===== Network Interfaces ===== ===== Network Interfaces =====
Line 52: Line 39:
   * Datacenter->SDN->Apply to setup vlans   * 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.1764063536.txt.gz · Last modified: by ben

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki