Files
proxmox-ha-setup/vm2/keepalived-backup.conf
2025-10-31 21:00:14 +01:00

19 lines
340 B
Plaintext

vrrp_instance VI_1 {
state BACKUP
interface eth0
virtual_router_id 51
priority 50
advert_int 1
authentication {
auth_type PASS
auth_pass YourVRRPPassword123
}
unicast_src_ip 192.168.1.202
unicast_peer {
192.168.1.201
}
virtual_ipaddress {
192.168.1.210/24
}
}