From owner-freebsd-net@FreeBSD.ORG Sat Oct 15 08:21:35 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F168D16A420 for ; Sat, 15 Oct 2005 08:21:35 +0000 (GMT) (envelope-from gbryant@roamingsolutions.net) Received: from basillia.speedxs.net (basillia.speedxs.net [83.98.255.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1E143D46 for ; Sat, 15 Oct 2005 08:21:35 +0000 (GMT) (envelope-from gbryant@roamingsolutions.net) Received: from ongers.net (ongers.speedxs.nl [83.98.237.210]) by basillia.speedxs.net (Postfix) with ESMTP id 614A0732C; Sat, 15 Oct 2005 10:09:09 +0200 (CEST) Received: from (66.110.35.16 [66.110.35.16]) by MailEnable Inbound Mail Agent with ESMTP; Sat, 15 Oct 2005 10:27:11 +0200 Message-ID: <4350BC26.6030406@roamingsolutions.net> Date: Sat, 15 Oct 2005 10:21:58 +0200 From: G Bryant User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Zane C. B." References: <20051014142223.000048c8@mwc-acomputer> In-Reply-To: <20051014142223.000048c8@mwc-acomputer> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0541-3, 2005/10/14), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD Subject: Re: How would I go about routing something like this? 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: Sat, 15 Oct 2005 08:21:36 -0000 You can either use ipfw fwd command (has to be enabled in the kernel), where you forward all lan incoming packets with destination port 80, to the ip and port that the other proxy is listening on, or (more complicated) you can use squid proxy on your local machine, use ipfw to fwd all lan incoming packets with destination port 80 to the port that squid is listening on (normally 3128), and then you have to specify in the squid config that it must use a different proxy as it's "parent" proxy. You could then either enable caching on this machine, or configure it as a "dummy" proxy. You will probably have to read all the man pages anyway, so use this as a starting point. Regards, Graham Zane C. B. wrote: >I have a few IP# I want to proxy transparently. There is a machine >sitting after the router that I want to use as a proxy. How would I go >about routing out going packets through that proxy from the router? Any >one have any opinions on this or any thing? > > ps. I have opinions on lot's of things :) >_______________________________________________ >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" > > > >