Building the Cluster

Setting IP ADdress

I did my best to simplify the network design:

There are 3 PVE hosts with corresponding management IP’s:

Each PVE host has 3 network adapters:

Each network adapter plugs into a different [virtual] network segment with a different ip range:

Each PVE hosts’ IP on each network roughly corresponds to its hostname:

Prox 1 Example

auto lo
iface lo inet loopback

iface nic0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.201/24
        gateway 192.168.0.1
        bridge-ports nic0
        bridge-stp off
        bridge-fd 0

# cluster network
auto nic1
iface nic1 inet manual
        address 192.168.101.1/24
        
# migration network
auto nic2
iface nic2 inet manual
        address 192.168.102.1/24

source /etc/network/interfaces.d/*



{A92F3188-2A76-407B-8D93-25476AE1360D}.png


Revision #2
Created 2026-03-26 21:39:26 UTC by Carsten
Updated 2026-03-26 22:42:06 UTC by Carsten