! Configuration File for keepalived global_defs { notification_email { root } notification_email_from root@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 router_id LVS_DEVEL_198 } vrrp_sync_group GSLBIP { group { GSLBIP-VI } } vrrp_instance GSLBIP-VI { state MASTER interface bond0 virtual_router_id 51 priority 100 advert_int 1 authentication { auth_type PASS auth_pass 12345678 } virtual_ipaddress { 124.251.19.218 } }