by Andrew Johnstone
We have re-written parts of the default configuration for ucarp & haproxy to run several VIPs on the same interface. This works on debian, however some minor modifications maybe needed for other distributions. Ucarp implementation /etc/network/if-up.d/ucarp #!/bin/sh UCARP=/usr/sbin/ucarp EXTRA_PARAMS=”" if [ ! -x $UCARP ]; then exit 0 fi if [ -z "$IF_UCARP_UPSCRIPT" ]; then [...]
Andrew Johnstone is a software engineer / lead developer working at Everlution Software.