Some quick notes on setting up CARP on FreeBSD.

Most of this is based on the FreeBSD Handbook page

1. Add the carp kernel module - edit the file /boot/loader.conf and add the line

carp_load="YES"

^ Make sure that this is done on all hosts To load the module …