cluster in different networks.

Aleksej

Well-Known Member
Feb 25, 2018
62
4
48
39
hello.
i'm creating cluster with nodes in defferent networks.

according to manual my corosync.conf:
Code:
logging {
  debug: off
  to_syslog: yes
}

nodelist {
  node {
    name: 1014
    nodeid: 1
    quorum_votes: 1
    ring0_addr: 1x.2x.2x.1x
  }
   node {
    name: 1117
    nodeid: 2
    quorum_votes: 1
    ring0_addr: 2x.1x.2x.2x
  }
}

quorum {
  provider: corosync_votequorum
}

totem {
  cluster_name: vpc
  config_version: 4
  interface {
    ringnumber: 0
  }
  transport: udpu
  ip_version: ipv4
  secauth: on
  version: 2
}

on first node it shows second, but repeatly asks for login data and when trying to access second node it shows "invalid PVE ticket".

where to store master password for second node? (via ssh nodes connecting by key)
 
Last edited:
at all i connected nodes via vpn.

multicast traffic is on, but when adding node it shows
Code:
Establishing API connection with host '10.10.0.17'
500 500 Can't connect to 10.10.0.17:8006



what can it be?
 
Last edited: