This is an old revision of the document!
nodeN# apt install corosync
nodeN# cat /etc/corosync/corosync.conf
...
                bindnetaddr: 10.5.N.0
...
                mcastaddr: 239.255.1.X
...
nodeN# cat /etc/corosync/corosync.conf
...
quorum {
...
       expected_votes: 1
       two_node: 1
...
nodelist {
        node {
                name: node1
                nodeid: 1
                ring0_addr: 10.5.7.100+XXXX
        }
        node {
                name: node2
                nodeid: 2
                ring0_addr: 10.5.7.200+X
        }
}
nodeN# service corosync restart
nodeN# corosync-cmapctl | grep members nodeN# tail /var/log/syslog