From owner-freebsd-net@FreeBSD.ORG Sun Jan 9 20:00:44 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6405E106566C for ; Sun, 9 Jan 2011 20:00:44 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from manuel.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6098FC12 for ; Sun, 9 Jan 2011 20:00:43 +0000 (UTC) Received: from shelca (zoraida.natserv.net [66.114.65.147]) by manuel.natserv.net (Postfix) with ESMTP id 294A3F497 for ; Sun, 9 Jan 2011 14:42:37 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: freebsd-net@freebsd.org Date: Sun, 09 Jan 2011 14:42:37 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Lagg questions X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 20:00:44 -0000 Found a couple of good lagg tutorials http://www.cyberciti.biz/faq/freebsd-network-link-aggregation-trunking/ http://wisekuma.net/linux-bsd/freebsd-lagg/ But there are a few things that I can't find so far... Does one need a third card to reach the machine where one runs lagg? Say I have em0 and em1, do I assign actual IPs to the cards before adding them to lagg or they can't have IPs of their own? Other than lacp protocol do the other options work without having to change anything at the switch? My situation is as follows: Have two connections, 1 T1 and a cable connection. Need to, temporarily, allow outbound traffic between both. In a month or so the office will be moving to a new location and the appropriate bandwith will be allocated, but during the month or so need to do something about the T1 not handling the current load. I will be getting a machine to do the lagg setup and so far ordered 2 NICs, but wondering if I will need a third to access the machine itself. Any links/pointers greatly appreciated.