I have some problems implementing lagg(4)() as loadbalance on dual NIC's. It may be because my switch is a cheap, un-managed Gbit device or because I have missed some point about loading a kernel module (custom kernel, kldloaded if_lagg but no other modules loaded). For example, does lagg depend on NAT/PF (not from what I can tell)?
I would like to either find an alternative to loadbalanced-lagg and if there is no such thing, to figure out how to debug what is going wrong. All I can say with my implementation of lagg so far, is that as soon as lagg kicks in, NIC pool no longer responds to pings and gives an "I'm busy now" message.
I would like to either find an alternative to loadbalanced-lagg and if there is no such thing, to figure out how to debug what is going wrong. All I can say with my implementation of lagg so far, is that as soon as lagg kicks in, NIC pool no longer responds to pings and gives an "I'm busy now" message.