Guest User

pihole-keepalived-backup-v2-IPv6

a guest
Dec 3rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. vrrp_instance PIHOLEv6 {
  2. state BACKUP
  3. interface eth0
  4. virtual_router_id 65
  5. priority 145
  6. advert_int 1
  7. unicast_src_ip 2001:XXX:YYYY::12
  8. unicast_peer {
  9. 2001:XXX:YYYY::11
  10. }
  11.  
  12. authentication {
  13. auth_type PASS
  14. auth_pass xxXXxxXX
  15. }
  16.  
  17. virtual_ipaddress {
  18. 2001:XXX:YYYY::20/64
  19. }
  20.  
  21. track_script {
  22. chk_ftl
  23. }
  24.  
  25. }
Add Comment
Please, Sign In to add comment