From owner-freebsd-pf@FreeBSD.ORG Tue Mar 27 17:35:17 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5827416A406 for ; Tue, 27 Mar 2007 17:35:17 +0000 (UTC) (envelope-from bill.marquette@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id D866613C4B0 for ; Tue, 27 Mar 2007 17:35:16 +0000 (UTC) (envelope-from bill.marquette@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1986333ugh for ; Tue, 27 Mar 2007 10:35:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JvtHew+EqsaELf2p34vI5wVbhuIgmdWYrdw8W5tQ+UhplhmCMQonmfSBSkm8gA3NpWszT9cfWXoezJ8uHa79tEDS9JF86KTpbHIJnr8QYFwymK0Fhg4kmRvQC8AtYE7vUtpB+g3EM9nMspdWwk64IpjQtEdAC0DcpZU4fiQtTe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ml9imSuAoe9Jy2zPnuWbxuAIDnMqf0DdRvCG0FcEHuyX3AhAp9D/vQ1R0i8sKxNo+Ks+pYrznQ9HQ8z1oLL55ZQovvLWCe1etlHdCEFWKYx+ud3Igye5Hco6WfceL/jeqWwekoTaJWXWyCqOegZGM0UR9L+/8d5ng44/XlcHWhQ= Received: by 10.67.19.20 with SMTP id w20mr1223593ugi.1175015392377; Tue, 27 Mar 2007 10:09:52 -0700 (PDT) Received: by 10.67.65.11 with HTTP; Tue, 27 Mar 2007 10:09:52 -0700 (PDT) Message-ID: <55e8a96c0703271009o19bcb3dfp29929357516292f9@mail.gmail.com> Date: Tue, 27 Mar 2007 12:09:52 -0500 From: "Bill Marquette" To: "Eduardo Meyer" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46091B41.4020307@joeholden.co.uk> Cc: freebsd-pf@freebsd.org Subject: Re: How to balance my own outgoing traffic? 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: Tue, 27 Mar 2007 17:35:17 -0000 On 3/27/07, Eduardo Meyer wrote: > Yes, round-robin will do. My problem is how to do this, I have tried > the following kiind of approach: > > pass out on $ext_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 > $ext_gw2) } round-robin proto tcp from $myown to any flags S/SA > modulate state route-to tends to work better inbound on your internal interfaces. pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin proto tcp from $myown to any flags S/SA modulate state > > However I can not, say, route-to $ext_gw2 traffic from $ext_ifi1's IP > address. I need to combine it with NAT, right? > > How to do this is what I am confused. > _______________________________________________ > freebsd-pf@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" >