global_defs { notification_email { example.com example@email.com } notification_email_from example@email.com smtp_server smtpexample.email.com smtp_connect_timeout 30 router_id LVS_DEVEL } vrrp_instance VI_1 { state MASTER interface eth0 #Zet hier de netwerkinterface naam neer, check dit via ip a virtual_router_id 51 priority 101 # 101 for master. 100 for backup. [priority of master> priority of backup] advert_int 1 authentication { auth_type PASS auth_pass 1111 #password } virtual_ipaddress { 172.17.125 # Geef hier het Virtual IP adres op wat je wilt gebruiken, moet op beide servers hetzelfde zijn } }