meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
vm:proxmox:network [2021/12/29 08:07] niziakvm:proxmox:network [2022/10/04 08:17] (current) niziak
Line 7: Line 7:
  
 Default IP for each node is defined in: ''/etc/pve/.members'' Default IP for each node is defined in: ''/etc/pve/.members''
 +
 +
 +
 +
 +====== Preffered network layout ======
 +  * WAN interface (to give VMs access to Internet)
 +  * 10GBE for CEPH private 
 +  * 10GBE for Proxmox migration network (can be on the same as CEPH private)
 +  * 0.1 / 1GB for Corosync only
 +
 +Do not try to use classic Linux Bridge STP! It is too slow and if corosync is on the same network will cause node isolation and reboots.
 +My simple and preferred way is to use Linux bond to bond 10Gbe and 1Gbe together with ''active-backup'' mode.
  
  
Line 32: Line 44:
  
  
- 
- 
-====== Preffered network layout ====== 
-  * WAN interface (to give VMs access to Internet) 
-  * 10GBE for CEPH private  
-  * 10GBE for Proxmox migration network (can be on the same as CEPH private) 
-  * 0.1 / 1GB for Corosync only