25 lines
407 B
Plaintext
25 lines
407 B
Plaintext
! 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
|
|
}
|
|
}
|