From owner-freebsd-questions@FreeBSD.ORG Tue Nov 20 04:41:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C368416A420 for ; Tue, 20 Nov 2007 04:41:18 +0000 (UTC) (envelope-from girishvenkatachalam@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 7473B13C4D1 for ; Tue, 20 Nov 2007 04:41:18 +0000 (UTC) (envelope-from girishvenkatachalam@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1682380rvb for ; Mon, 19 Nov 2007 20:41:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:reply-to:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=kaTHE6MxZyQSgZkcH39sutsYQf+YgDejStoGUqNMB6E=; b=tM6kIpR9XcWRsEkKYelyCB5v5KTdwymkdpmdEUnXO3fz0cO1E80C9d31T6vza+VP+O2/+AbKCRR8eBbcX3rwPijm4eXD330nwZPq1nFomJx2zdg6BpAjI2AvEl6UL88sLIalnCwP/HF9zaOicO3VIwXLG2jplSj7JmFkqErGeOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:reply-to:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=VLLEQH3ddnF2VrrO1ruxYTV9ZuVLJrDNOUMr6ZXd5p+vHDUEoNCMS9s/b3UgDpRPcpzv7MN9heYC6XpmR4pbzLHeErLywtViFVRihPZcW9wb88mKI5opj0YGzy60jfXK2rVtanZESC2nminnES1TOKlQI96Rwi09pb9YAEFNLK8= Received: by 10.141.90.17 with SMTP id s17mr2488342rvl.1195533674141; Mon, 19 Nov 2007 20:41:14 -0800 (PST) Received: from saraswathy.susmita.org ( [59.92.67.108]) by mx.google.com with ESMTPS id f34sm8886811rvb.2007.11.19.20.41.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2007 20:41:13 -0800 (PST) Received: by saraswathy.susmita.org (Postfix, from userid 1002) id 6A8D5143E7; Tue, 20 Nov 2007 10:11:08 +0530 (IST) Date: Tue, 20 Nov 2007 10:11:08 +0530 From: Girish Venkatachalam To: freebsd-questions@freebsd.org Message-ID: <20071120044108.GB30339@saraswathy.susmita.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <473DD804.1020502@ibctech.ca> <20071118151716.GA57722@amilo.cenkes.org> <4741968A.3010009@ibctech.ca> <20071119145205.GE57722@amilo.cenkes.org> <4741A773.8010101@ibctech.ca> <20071119153252.GF57722@amilo.cenkes.org> <4741B019.6040105@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4741B019.6040105@ibctech.ca> User-Agent: Mutt/1.5.12-2006-07-14 Subject: Re: FreeBSD router and WCCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: girishvenkatachalam@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 04:41:18 -0000 On 10:47:37 Nov 19, Steve Bertrand wrote: > Essentially, I simply need a method to redirect layer 3/4 traffic > destined for anything:80 from the router to the appliance. > > I've got a few options now, so I'll be testing all of them in the coming > days. > Including this one? rdr all port 80 to ${appliance} Since you are leaving out the proto and "tcp/udp" fields this redirection will work as expected. regards, Girish