packages/net/vrrpd/files/vrrpd.config

30 lines
637 B
Plaintext
Raw Normal View History

package 'vrrpd'
config 'vrrpd' 'vid1'
option enabled 0
# set the interface to run on
# (default: lan)
# option interface 'lan'
# set the ID of the virtual server (1-255)
# (default: 1)
# option virtual_id '1'
# set the IP address(es) of the virtual server
list virtual_ip '192.168.1.253'
# list virtual_ip '192.168.1.252'
# list virtual_ip '192.168.1.251'
# set the priority of this host in the virtual server
# (default: 100)
# option priority '100'
# set the advertisement interval (in seconds)
# (default: 1)
# option delay '1'
# don't handle the virtual MAC address
# (default: false)
# option no_virtual_mac '0'