Files
technitium/contrib/keepalived-2.conf
T

25 lines
407 B
Plaintext
Raw Normal View History

2026-06-06 20:00:50 +02:00
! Configuration File for keepalived
global_defs {
notification_email {
acassen@firewall.loc
failover@firewall.loc
sysadmin@firewall.loc
}
}
vrrp_instance VI_1 {
state BACKUP
interface enp6s18
virtual_router_id 51
priority 50
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.10.1
}
}