Size: 127
Comment:
|
Size: 330
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
We will use corosync to create a virtual IP which is share by two systems | We will use corosync to create a virtual IP which is shared by two systems |
Line 7: | Line 7: |
Add the local network and a multicast address to `/etc/corosync/corosync.conf` in the `interface` section {{{ interface { bindnetaddr: 192.168.1.0 mcastaddr: 239.192.1.1 } }}} |
Corosync
We will use corosync to create a virtual IP which is shared by two systems
apt-get install corosync
Add the local network and a multicast address to /etc/corosync/corosync.conf in the interface section
interface { bindnetaddr: 192.168.1.0 mcastaddr: 239.192.1.1 }