Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. vrrp_instance internal {
  2. interface eno4
  3. state MASTER
  4. virtual_router_id 11
  5. priority 150
  6. authentication {
  7. auth_type PASS
  8. auth_pass
  9. }
  10. virtual_ipaddress {
  11. 192.168.41.20/32 dev eno4
  12. }
  13. track_script {
  14. haproxy_check_script
  15. pingable_check_script
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement