# the interface name to run on
INTERFACE=eth0

# the id of the virtual server [1-255]
VRID=50

# the ip address(es) of the virtual server
IPADDR=10.0.0.1

VRRP_OPTIONS="-i $INTERFACE -v $VRID $IPADDR"
