Hello
I have 3 servers
first one with 1 NIC with 4 ports and second one with 2 NICs 2 ports each and third server same as first one
My goal is to make cluster on separate network as recommended by proxmox
What I did
on the first server: I have main bond for port 1 and 2 and bridge vmbr0 which works fine with virtual machine and static IPs, then I added second local network (for clustering) as mentioned below
================================> server 1 second network for cluster
auto eno4
iface eno4 inet static
address 10.10.1.10/24
=================================>
Then on the second server, I created another network for cluster as I did on server 1 and on the same subnet range
==================================> server 2 second network for cluster on the same range of server 1
auto enp65s0f1np1
iface enp65s0f1np1 inet static
address 10.10.1.20/24
===================================>
Then on the server 3, I followed same as 1
==================================> server 3 second network for cluster on the same range of server 1 and 2
auto eno4
iface eno4 inet static
address 10.10.1.30/24
===================================================================> the problem
the above 3 servers are connected to the same physical switch and all accessible on the static over IPs on the fisrt network but not on the cluster network where I cannot ping each other on cluster network with subnet 10.10.1.x/24.
also when I make cluster, It did not work
Any support
I have 3 servers
first one with 1 NIC with 4 ports and second one with 2 NICs 2 ports each and third server same as first one
My goal is to make cluster on separate network as recommended by proxmox
What I did
on the first server: I have main bond for port 1 and 2 and bridge vmbr0 which works fine with virtual machine and static IPs, then I added second local network (for clustering) as mentioned below
================================> server 1 second network for cluster
auto eno4
iface eno4 inet static
address 10.10.1.10/24
=================================>
Then on the second server, I created another network for cluster as I did on server 1 and on the same subnet range
==================================> server 2 second network for cluster on the same range of server 1
auto enp65s0f1np1
iface enp65s0f1np1 inet static
address 10.10.1.20/24
===================================>
Then on the server 3, I followed same as 1
==================================> server 3 second network for cluster on the same range of server 1 and 2
auto eno4
iface eno4 inet static
address 10.10.1.30/24
===================================================================> the problem
the above 3 servers are connected to the same physical switch and all accessible on the static over IPs on the fisrt network but not on the cluster network where I cannot ping each other on cluster network with subnet 10.10.1.x/24.
also when I make cluster, It did not work
Any support