On Mon, Nov 27, 2006 at 12:16:13PM -0000, Pedro Hugo wrote: > Is it possible to send packets with the carp address as the source > address ?
You have a few options: - Have the process bind to the carp address only (most daemons allow this to be configured as do some userland tools such as nc and ping) - Use pf to nat traffic to the carp address - Don't configure an address on the carp device's parent interface (only applies if the carp devices is then the route to the other endpoint)