<isol>

!!!Listing~~5:Corosync-Konfiguration

node1# cp /etc/corosync/corosync.conf.exsample /etc/corosync/corosync.conf
node1# vi /etc/corosync/corosync.conf
service {
        name: pacemaker
        ver:  1
}

totem {
	version: 2
	secauth: off
	threads: 0
	interface {
		ringnumber: 0
		bindnetaddr: 172.19.134.0
		mcastaddr: 226.94.1.1
		mcastport: 5405
		ttl: 1
	}
}
