Hi! Help me, please!
My version of Proxmox VE 5.4-11. I made a Proxmox cluster (while there is only one node in the cluster).
When creating the default cluster, the external network interface was automatically used: ip 109.178.хх.хх \ 29
I needed to change the external ip address for the cluster to internal 192.168.1.5 in order for the cluster to work in the local network 192.168.1.0 \ 24
I did everything using these instructions: https://pve.proxmox.com/wiki/Cluster_Manager#_cluster_network and https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_edit_corosync_conf
Everything seemed to work, "systemctl status corosync" did not say any errors.
But in the web interface in the section "Datacenter-> Cluster-> Join Information", as before, the old ip-address of the external network is indicated: 109.178.xxx.xx
How can this be changed? And it will affect the operation of the cluster functions?
My "corosync.conf":
My version of Proxmox VE 5.4-11. I made a Proxmox cluster (while there is only one node in the cluster).
When creating the default cluster, the external network interface was automatically used: ip 109.178.хх.хх \ 29
I needed to change the external ip address for the cluster to internal 192.168.1.5 in order for the cluster to work in the local network 192.168.1.0 \ 24
I did everything using these instructions: https://pve.proxmox.com/wiki/Cluster_Manager#_cluster_network and https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_edit_corosync_conf
Everything seemed to work, "systemctl status corosync" did not say any errors.
But in the web interface in the section "Datacenter-> Cluster-> Join Information", as before, the old ip-address of the external network is indicated: 109.178.xxx.xx
How can this be changed? And it will affect the operation of the cluster functions?
My "corosync.conf":
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: eldprx1
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.1.5
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: EldisProxmox
config_version: 2
interface {
bindnetaddr: 192.168.1.5
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}
Last edited: