diff options
Diffstat (limited to 'unstable/ucarp/ucarp.confd')
-rw-r--r-- | unstable/ucarp/ucarp.confd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unstable/ucarp/ucarp.confd b/unstable/ucarp/ucarp.confd new file mode 100644 index 00000000000..86b501c3980 --- /dev/null +++ b/unstable/ucarp/ucarp.confd @@ -0,0 +1,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 |