From owner-freebsd-pf@FreeBSD.ORG Mon Jan 16 16:16:45 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D5416A41F for ; Mon, 16 Jan 2006 16:16:45 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93A343D62 for ; Mon, 16 Jan 2006 16:16:38 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so1143803wra for ; Mon, 16 Jan 2006 08:16:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BXCkHnnqdlAP2Qh0mY6Wj7rM7nTS2D4hQMDKsTEQuEXAZFpNEnAp8ZNcudef67UxfzK5egzNg7G8h+dNoVlkla1zv2wF8smf4KhU2ryRr+6Z7arnlP+xM/A9QhUfRveyiQpOBaNdsotHkkKjA3DWtjPIn8n2uJDHrhtcNVrqftk= Received: by 10.64.210.10 with SMTP id i10mr2992740qbg; Mon, 16 Jan 2006 08:16:37 -0800 (PST) Received: by 10.64.181.18 with HTTP; Mon, 16 Jan 2006 08:16:37 -0800 (PST) Message-ID: Date: Mon, 16 Jan 2006 11:16:37 -0500 From: Scott Ullrich To: Josh Finlay In-Reply-To: <025201c61a86$2e7383e0$0600a8c0@delta> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <025201c61a86$2e7383e0$0600a8c0@delta> Cc: freebsd-pf@freebsd.org Subject: Re: Multiple DSL lines, load sharing / shaping X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 16:16:45 -0000 On 1/16/06, Josh Finlay wrote: [...snip...] > Can I use a "round-robin" NAT or something similar? Sure, you can use round-robin to send the traffic out. Take a look at http://www.openbsd.org/faq/pf/pools.html which helped me out quite a bit when building multiple WAN support into pfSense. Scott