global_defs { notification_email_from failover@example.tld notification_email { admin+failover@example.tld } router_id LVS_DIRECTOR_01 smtp_connect_timeout 5 smtp_server 127.0.0.1 } vrrp_sync_group gateway_group_1 { group { external_network_1 internal_network_1 } smtp_alert } vrrp_instance external_network_1 { interface eth0 state BACKUP advert_int 1 garp_master_delay 1 priority 100 virtual_router_id 20 nopreempt unicast_peer { # IP address of the other director's eth0 interface 192.168.122.40 } # You'll want to change this password... authentication { auth_type PASS auth_pass password } virtual_ipaddress { 192.168.122.140/24 dev eth0 #2001:db8:15:7::100/64 dev eth0 } } vrrp_instance internal_network_1 { interface eth2 state BACKUP advert_int 1 garp_master_delay 1 priority 100 virtual_router_id 21 nopreempt unicast_peer { # IP address of the other director's eth2 interface 10.0.0.11 } # You'll want to change this password... authentication { auth_type PASS auth_pass password } virtual_ipaddress { 10.0.0.1/24 dev eth2 #2001:db8:16:10::100/64 dev eth2 } }