After keepalived takes over from the host, the host does not seize the VIP and keepalivedvip

Source: Internet
Author: User

After keepalived takes over from the host, the host does not seize the VIP and keepalivedvip

In the lvs + keepalived environment, in order to reduce the unexpected risks caused by keepalived master-slave switchover, set the host to not preemptible after recovery.
Switch when the vrrp protocol notifies the standby server that it is unavailable. There are two major changes. (Red part)

You only need to modify the MASTER server state to state BACKUP and add nopreempt

 

! Configuration File for keepalived

Global_defs {
Notification_email {
Acassen@firewall.loc
}
Notification_email_from Alexandre.Cassen@firewall.loc
Smtp_server localhost
Smtp_connect_timeout 30
Router_id mfs_master
}

Vrrp_instance VI_1 {
State BACKUP
Interface eth1
Virtual_router_id 51
Priority100
Nopreempt
Advert_int 1
Authentication {
Auth_type PASS
Auth_pass 1111
}
Virtual_ipaddress {
192.168.0.11
}
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.