added contrib files
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
! 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user