Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ! Configuration File for keepalived
  2. global_defs {
  3. ! notification_email {
  4. ! acassen@firewall.loc
  5. ! failover@firewall.loc
  6. ! sysadmin@firewall.loc
  7. ! }
  8. ! notification_email_from Alexandre.Cassen@firewall.loc
  9. ! smtp_server 192.168.200.1
  10. ! smtp_connect_timeout 30
  11. ! router_id LVS_DEVEL
  12. }
  13.  
  14. vrrp_instance VR_AP {
  15. state EQUAL
  16. interface eth1
  17. garp_master_delay 51
  18. virtual_router_id 187
  19. priority 1
  20. advert_int 1
  21. authentication {
  22. auth_type PASS
  23. auth_pass KeepTomc
  24. }
  25. virtual_ipaddress {
  26. 10.10.4.5/22 dev eth1
  27. 10.10.4.166/22 dev eth1
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement