vrrp_instance VI_1 {
  state MASTER
  interface eth0
  virtual_router_id 1
  priority 100
  lvs_sync_daemon_interface eth2
  authentication {
    auth_type AH
    auth_pass Passwort
  }
  virtual_ipaddress {
    192.168.1.1/24 brd 192.168.1.255 dev eth0
  }
  notify_master /etc/keepalived/script_master.sh
  notify_backup /etc/keepalived/script_backup.sh
}