20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
|
vrrp_instance fw_vrrp {
|
||
|
virtual_router_id 42
|
||
|
state BACKUP
|
||
|
interface enp0s9
|
||
|
unicast_peer {
|
||
|
10.0.5.2
|
||
|
}
|
||
|
authentication {
|
||
|
auth_type PASS
|
||
|
auth_pass foo253
|
||
|
}
|
||
|
virtual_ipaddress {
|
||
|
10.10.32.1/24 dev enp0s3 -nodad
|
||
|
10.251.32.2/24 dev enp0s8 -nodad
|
||
|
}
|
||
|
priority 200
|
||
|
advert_int 1
|
||
|
nopreempt
|
||
|
}
|