diff --git a/pihole2-keepalived.conf b/pihole2-keepalived.conf index 9e729e2..b393b5a 100644 --- a/pihole2-keepalived.conf +++ b/pihole2-keepalived.conf @@ -1,10 +1,10 @@ vrrp_instance pihole { state BACKUP - interface ens18 + interface end0 - unicast_src_ip 192.168.100.22 + unicast_src_ip 192.168.88.15 unicast_peer { - 192.168.3.21 + 192.168.88.101 } virtual_router_id 1 @@ -13,10 +13,10 @@ vrrp_instance pihole { authentication { auth_type PASS - auth_pass dns12345 + auth_pass Ct7wV69c } virtual_ipaddress { - 192.168.100.23/24 + 192.168.88.5/24 } } \ No newline at end of file