I am hoping someone can point me in the right direction on how to setup up different networks for the different traffic, including "public" and "cluster". I am new to linux / proxmox, so detailed instructions are appreciated.
As of now all 5 servers are running the latest PROXMOX and they are setup in a cluster. They are setup with two network cards in bonding mode for redundancy on 10Gib switch. The server are setup with the IP/subnet 192.168.10.0/24. Here is the setting on one of the servers:
auto lo
iface lo inet loopback
auto eno12399np0
iface eno12399np0 inet manual
auto eno12409np1
iface eno12409np1 inet manual
auto vmbr0v10
iface vmbr0v10 inet static
address 192.168.10.16/24
gateway 192.168.10.1
bridge_ports bond0.10
bridge_stp off
iface eno8303 inet manual
iface eno8403 inet manual
iface eno12419np2 inet manual
iface eno12429np3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno12399np0 eno12409np1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
iface bond0.10 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
As of now all 5 servers are running the latest PROXMOX and they are setup in a cluster. They are setup with two network cards in bonding mode for redundancy on 10Gib switch. The server are setup with the IP/subnet 192.168.10.0/24. Here is the setting on one of the servers:
auto lo
iface lo inet loopback
auto eno12399np0
iface eno12399np0 inet manual
auto eno12409np1
iface eno12409np1 inet manual
auto vmbr0v10
iface vmbr0v10 inet static
address 192.168.10.16/24
gateway 192.168.10.1
bridge_ports bond0.10
bridge_stp off
iface eno8303 inet manual
iface eno8403 inet manual
iface eno12419np2 inet manual
iface eno12429np3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno12399np0 eno12409np1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
iface bond0.10 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0