troglobit

keepalived.conf

Dec 8th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. !
  2. ! Configuration file for keepalived
  3. !
  4. vrrp_instance eth0_1 {
  5. state BACKUP
  6. interface eth0
  7. virtual_router_id 1
  8. use_vmac eth0v1
  9. priority 100
  10. preempt_delay 10
  11. virtual_ipaddress {
  12. 192.168.123.1
  13. }
  14. }
Add Comment
Please, Sign In to add comment