add lvm2 cross compile fix
[packages.git] / net / ucarp / files / ucarp.conf
1 # Run in background
2 BACKGROUND=1
3
4 # Interface to run CARP on
5 IF=br-lan
6
7 # Virtual IP shared with the other system
8 VIP=10.0.0.117
9
10 # Size of the network mask for the virtual IP
11 VMASK=24
12
13 # Real, static IP of this host
14 MYIP=192.168.1.20
15
16 # Password shared with the other system
17 PASSWORD=love
18
19 # IP addresses to arping after taking over the shared IP,
20 # you should list all known systems, those not listed can
21 # take up to a minute to notice the change.
22 PINGIP="10.0.0.1 10.0.0.20"