meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:network [2021/12/16 09:25] – created niziak | vm:proxmox:network [2022/10/04 08:17] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Network planning ====== | ====== Network planning ====== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
Default IP for each node is defined in: ''/ | Default IP for each node is defined in: ''/ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ====== 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 '' | ||
Line 28: | 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 | ||