diff --git a/pihole1-keepalived.conf b/pihole1-keepalived.conf index 6ef3cab..74daed8 100644 --- a/pihole1-keepalived.conf +++ b/pihole1-keepalived.conf @@ -1,10 +1,10 @@ vrrp_instance pihole { state MASTER - interface ens18 + interface eth0@if39 - unicast_src_ip 192.168.100.21 + unicast_src_ip 192.168.88.101 unicast_peer { - 192.168.100.22 + 192.168.88.15 } 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