[SOLVED] clustering on separate network network

Maher Khalil

Member
Jul 11, 2021
232
10
23
44
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
 

Attachments

  • Screenshot from 2023-01-01 10-15-05.png
    Screenshot from 2023-01-01 10-15-05.png
    120.7 KB · Views: 33
  • server 1 interface settings.png
    server 1 interface settings.png
    131.4 KB · Views: 34
Why double post?!
In the other thread are already people trying to help you (and this even on the holidays!).
If this is not (good) enough for you, get at least basic subscriptions: [1] for all your nodes and open a support ticket. But this will also only be answered in the business times.

[1] https://proxmox.com/en/proxmox-ve/pricing
 
Hello
It is working now
The problem was using wrong port enp65s0f1np1 instead enp65s0f1np0
Thank you for your help and support