Skip to content

Instantly share code, notes, and snippets.

@andyone
Created August 2, 2019 22:12
Show Gist options
  • Select an option

  • Save andyone/64862cb0c3ae5ef8f47b2a9ad559ced1 to your computer and use it in GitHub Desktop.

Select an option

Save andyone/64862cb0c3ae5ef8f47b2a9ad559ced1 to your computer and use it in GitHub Desktop.
! Configuration File for keepalived
vrrp_instance VI_1 {
state MASTER
interface eth0
virtual_router_id 51
priority 150
advert_int 1
authentication {
auth_type PASS
auth_pass test1234
}
virtual_ipaddress {
10.32.75.200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment