Skip to content

Instantly share code, notes, and snippets.

@zorteran
Created June 30, 2020 11:33
Show Gist options
  • Save zorteran/e4dbf3e9c3182b4664f62d5096108d6f to your computer and use it in GitHub Desktop.
Save zorteran/e4dbf3e9c3182b4664f62d5096108d6f to your computer and use it in GitHub Desktop.
keepalived simple config
vrrp_instance VI_1 {
interface ens33
state MASTER
virtual_router_id 51
priority 101
virtual_ipaddress {
192.168.10.166
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment