Clustering with the local network

Akhyo

New Member
Nov 22, 2017
3
0
1
25
Good morning. Hello,

I have 3 servers with 2 interfaces (one external and one local), after having installed them under Proxmox 5, with the 2 configured interfaces I create the cluster on one of the nodes (with create NAME). However, the cluster is created by default on the public interface and I can't make it choose the local interface.

A solution?

Thanks
 
see the --bindnet0_addr and --ring0_addr parameters of 'pvecm create'
Code:
man pvecm
 
see the --bindnet0_addr and --ring0_addr parameters of 'pvecm create'
Code:
man pvecm
So I need to order:
Code:
pvecm create --bindnet0_addr 192.168.100.13 --ring0_addr 192.168.100.13
?

And on the other machines that also have 2 networks, what is the option to integrate the cluster from the local network?

Regards
 
Last edited: