Re: [Pacemaker] Can Corosync bind to two networks

2012-05-12 Thread Florian Haas
On Sat, May 12, 2012 at 2:49 AM, Steve Davidson wrote: > We want to run the Corosync heartbeat on the private net and, as a backup > heartbeat, allow Corosync heartbeat on our "public" net as well. > > Thus in /etc/corosync/corosync.conf we need something like: > > bindaddr_primary: 192.168.57.0 >

Re: [Pacemaker] Can Corosync bind to two networks

2012-05-12 Thread Arnold Krille
On Friday 11 May 2012 17:49:38 Steve Davidson wrote: > We want to run the Corosync heartbeat on the private net and, as a > backup heartbeat, allow Corosync heartbeat on our "public" net as well. > > Thus in /etc/corosync/corosync.conf we need something like: > > bindaddr_primary: 192.168.57.0 >

[Pacemaker] Can Corosync bind to two networks

2012-05-11 Thread Steve Davidson
We want to run the Corosync heartbeat on the private net and, as a backup heartbeat, allow Corosync heartbeat on our "public" net as well. Thus in /etc/corosync/corosync.conf we need something like: bindaddr_primary: 192.168.57.0 bindaddr_secondary: 125.125.125.0 Our thinking is: if the privat