[keepalived] Add IPv6

certbot_on_virtu
_benjamin 2020-08-20 18:24:29 +02:00
parent fde7e90668
commit 212433f736
2 changed files with 7 additions and 4 deletions

View File

@ -8,20 +8,23 @@ glob_keepalived:
dhcp:
password: "plopisverysecure"
id: 60
ipv6: no
ipv6: yes
notify: /usr/scripts/notify-dhcp
zones:
- vlan: adh
ipv4: 185.230.78.99/24
brd: true
- vlan: adh-nat
ipv6: 2a0c:700:12::ff:fe00:9912/48
- vlan: adh_nat
ipv4: 100.64.0.99/16
brd: true
ipv6: 2a0c:700:13::ff:fe00:9913/48
radius:
password: 'plopisverysecure'
id: 61
ipv6: no
ipv6: yes
zones:
- vlan: infra
ipv4: 172.16.32.99/22
brd: true
ipv6: fd00::11:0:ff:fe00:9911/64

View File

@ -41,7 +41,7 @@ vrrp_instance {{ instance.tag }}6 {
priority {{ instance.priority }}
smtp_alert
interface {{ keepalived.pool[instance.name].administration }}
interface {{ interfaces.adm }}
virtual_router_id {{ keepalived.pool[instance.name].id }}
advert_int 2
authentication {