> Does anyone know what this message means? > ip_output failed: 65 $ grep 65 /usr/include/sys/errno.h #define EHOSTUNREACH 65 /* No route to host */
The message comes from carp_send_ad() in sys/netinet/ip_carp.c Packets disallowed by PF can give "no route to host" so check that your PF rules allow carp traffic.

