I am currently testing out Proxmox VE 2.0. I would have a question about the cluster setup.
I have a dedicated network interface between the two hosts of my cluster. It could also be a bonded interface in active backup with wires connected to different switches and more than two nodes. This interface has an IP adress different from the one resolved by the hostname (which would be some kind of management interface for me).
For example let say I have :
server1.domain.tld (resolving IP address 10.0.0.1)
eth0 = 10.0.0.1
eth1 = 172.18.0.1 (known in /etc/hosts as server1-ha)
server2.domain.tld (resolving IP address 10.0.0.2)
eth0 = 10.0.0.2
eth1 = 172.18.0.2 (known in /etc/hosts as server2-ha)
So how should I configure the cluster in proxmox VE 2.0 to benefit from this setup ?
If I do pvecm create mycluster from any node, it adds automatically server1.domain.tld (10.0.0.1) as node, but I would prefer it uses server1-ha (172.18.0.1), same when I do a pvecm add server1-ha from server2, it does not use the good interface for cluster communication.
I have a dedicated network interface between the two hosts of my cluster. It could also be a bonded interface in active backup with wires connected to different switches and more than two nodes. This interface has an IP adress different from the one resolved by the hostname (which would be some kind of management interface for me).
For example let say I have :
server1.domain.tld (resolving IP address 10.0.0.1)
eth0 = 10.0.0.1
eth1 = 172.18.0.1 (known in /etc/hosts as server1-ha)
server2.domain.tld (resolving IP address 10.0.0.2)
eth0 = 10.0.0.2
eth1 = 172.18.0.2 (known in /etc/hosts as server2-ha)
So how should I configure the cluster in proxmox VE 2.0 to benefit from this setup ?
If I do pvecm create mycluster from any node, it adds automatically server1.domain.tld (10.0.0.1) as node, but I would prefer it uses server1-ha (172.18.0.1), same when I do a pvecm add server1-ha from server2, it does not use the good interface for cluster communication.