Hello.
I have 2 serwers (SP-64) from OVH in their vRack, each with ProxMox 4.4 OVH's distribution installed.
Adding linux container is not a problem, containers are connected to the "outside world", everything works just fine, except...
I created new cluster on the first server, and I try to add a second node to it, but
pvecm add IP.ADD.RE.SS fails never finishing on "waiting for quorum...". The new node is being added to control panel of the first server but it's inactive (when trying to see the second node's view the alert shows "ssl3_get_server_certificate: certificate verify failed (596)"). "pvecm status" on neither of the servers shows the other one in the cluster.
I figured that I needed to configure VLAN in vRack, but failed to do that despite many trials. Below is the standard network configuration from the working server:
Can anyone help me to configure this, so the second node could be connected to the cluster correcly?
I have 2 serwers (SP-64) from OVH in their vRack, each with ProxMox 4.4 OVH's distribution installed.
Adding linux container is not a problem, containers are connected to the "outside world", everything works just fine, except...
I created new cluster on the first server, and I try to add a second node to it, but
pvecm add IP.ADD.RE.SS fails never finishing on "waiting for quorum...". The new node is being added to control panel of the first server but it's inactive (when trying to see the second node's view the alert shows "ssl3_get_server_certificate: certificate verify failed (596)"). "pvecm status" on neither of the servers shows the other one in the cluster.
I figured that I needed to configure VLAN in vRack, but failed to do that despite many trials. Below is the standard network configuration from the working server:
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 217.182.192.155
netmask 255.255.255.0
network 217.182.192.0
broadcast 217.182.192.255
gateway 217.182.192.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
iface vmbr0 inet6 static
address 2001:41d0:0303:199b::
netmask 64
post-up /sbin/ip -f inet6 route add 2001:41d0:0303:19ff:ff:ff:ff:ff dev vmbr0
post-up /sbin/ip -f inet6 route add default via 2001:41d0:0303:19ff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del default via 2001:41d0:0303:19ff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del 2001:41d0:0303:19ff:ff:ff:ff:ff dev vmbr0
Can anyone help me to configure this, so the second node could be connected to the cluster correcly?