On Fri, Mar 25, 2011 at 5:28 AM, Denny Schierz <[email protected]> wrote: > So, how complicated is load balancing with two Gb Network cards? :-) Ok, > that should be a new thread;-)
Simple as pie. Read through lagg(4) to see how it's done from the command-line using ifconfig(8). Then you put the settings into /etc/rc.conf like so: cloned_interfaces="lagg0" ifconfig_em0="up" ifconfig_em1="up" ifconfig_lagg0="laggproto round-robin laggport em0 laggport em1 inet 192.168.0.1/24" Change laggproto to suit your needs. -- Freddie Cash [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
