> I have two 3com ethernet cards at my FreeBSD server. How to 
> set up them, to
> work together at the same subnet with IP 192.168.1.1 (xl0) and IP
> 192.168.1.2(xl1).
> 

If it's some kind of simple loadbalancing you are after;

        ng_one2many

It's a netgraph module to "double" your sending capacity using only one ip address, 
you 
would need the same in the opposite side for doubling receiving capacity.

- Sten
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to