Hi,
I've recently started working with Proxmox and built a 3-node cluster.
My nodes have the following addresses:
node1 - 10.140.128.1/9
node2 - 10.140.128.3/9
node3 - 10.140.128.5/9
Additionally, I have a special subnet for VMs: 10.140.134.0/24.
Currently, my network configuration looks like this:
Read more
I've recently started working with Proxmox and built a 3-node cluster.
My nodes have the following addresses:
node1 - 10.140.128.1/9
node2 - 10.140.128.3/9
node3 - 10.140.128.5/9
Additionally, I have a special subnet for VMs: 10.140.134.0/24.
Currently, my network configuration looks like this:
Code:
auto lo
iface lo inet loopback
# Physical if
auto eno8303
iface eno8303 inet manual
# brone
auto brone
iface brone inet static
address 10.130.128.1/24
bridge-ports eno8303...
Read more