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

19 lines
341 B
Plaintext

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