Aktualizovat pihole2-keepalived.conf
This commit is contained in:
parent
2e5c955d21
commit
d8be4fd4d1
@ -1,10 +1,10 @@
|
|||||||
vrrp_instance pihole {
|
vrrp_instance pihole {
|
||||||
state BACKUP
|
state BACKUP
|
||||||
interface ens18
|
interface end0
|
||||||
|
|
||||||
unicast_src_ip 192.168.100.22
|
unicast_src_ip 192.168.88.15
|
||||||
unicast_peer {
|
unicast_peer {
|
||||||
192.168.3.21
|
192.168.88.101
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual_router_id 1
|
virtual_router_id 1
|
||||||
@ -13,10 +13,10 @@ vrrp_instance pihole {
|
|||||||
|
|
||||||
authentication {
|
authentication {
|
||||||
auth_type PASS
|
auth_type PASS
|
||||||
auth_pass dns12345
|
auth_pass Ct7wV69c
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
192.168.100.23/24
|
192.168.88.5/24
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user