[HELP] Network configuration proxmox cluster

iGenesis2

New Member
Feb 26, 2023
1
0
1
Hi everyone!
I need help with the correct network configuration to apply to my proxmox server cluster.
I have 3 proxmox servers at my disposal at a cloud provider. However, I am extremely limited since my servers have only one physical card. Thus, there is the vmbr0 interface which is clamped on this interface and which carries the public IP of the server allowing me to administer it remotely.
I want to set up a private network on a new interface (vmbr1) and I want to make my 3 proxmox servers communicate via this same network. Is it possible via simple routing rules?
To illustrate my point, here is the network configuration of 2 servers:

SRV01 :
auto lo
iface lo inet loopback

iface enp1s0 inet manual

auto vmbr0
iface vmbr0 inet static
address IP PUB
gateway 1GW PUB
bridge-ports enp1s0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.1.1/24
bridge-ports none
bridge-stp off
bridge-fd 0


SRV02 :
auto lo
iface lo inet loopback

iface enp1s0 inet manual

auto vmbr0
iface vmbr0 inet static
address IP PUB
gateway GW PUB
bridge-ports enp1s0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.1.2/24
bridge-ports none
bridge-stp off
bridge-fd 0


Thanks for your help :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!