blob: 86b501c3980d66534d09f29b707ea55c71677d08 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Things you can set here
# REALIP - if not set, will be first addr on iface
# VHID - Virtual Server ID
# VIP - The Virtual IP
# PASSWORD - The password for the carp announcements
REALIP=
VHID=2
VIP=127.0.0.1
PASSWORD=SecretPassword
|