Actually it will load balance but with no benefit. If I read the posting correctly, you want to load balance to the modemHowever, the Modem still has one GBit to the internet, so the packets cannot be forwarded faster than one GBit from OPNsense, even if you have a two GBit link to the modem.Link aggregation allows you to virtually bind multiple physical lines into one virtual. There you can fail over or load balance (get more speed).
bimbar, you can't. There is no standardized layer 2 technology like LACP that provides a 2 Gbit/s link made from two 1 Gbit/s links for a single connection.If both ends are FreeBSD you can force round-robin instead of LACP but then you will end up with out of order packets and all sorts of problems coming from that so your TCP throughput will probably get worse. But for most applications one end is e.g. OPNsense and the other end is a switch ...You can do equal cost multipath on layer 3 ...