RE: 1 server, 1 net, 2 cards

From: Sten Daniel Sørsdal (sten.daniel.sorsdal_at_wan.no)
Date: 08/15/03

  • Next message: Nick Barnes: "Re: Translate MAC address to IP address"
    Date: Fri, 15 Aug 2003 10:44:25 +0200
    To: "Mikhail E. Zakharov" <zakharov@ipb.redline.ru>, <freebsd-net@freebsd.org>
    
    

    > 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
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Nick Barnes: "Re: Translate MAC address to IP address"