From owner-freebsd-questions Tue Jan 29 15:43: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id AD3CE37B417 for ; Tue, 29 Jan 2002 15:42:57 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g0TNkkG25875; Tue, 29 Jan 2002 17:46:47 -0600 (CST) (envelope-from nick@rogness.net) Date: Tue, 29 Jan 2002 17:46:46 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Jeff Shevlen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Proxy Settings In-Reply-To: <001b01c1a937$57ecd9c0$b300a8c0@wenk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 29 Jan 2002, Jeff Shevlen wrote: > Hi, > > I want to force internet requests through my ISP's highspeed proxy, > but there is a catch. > > On my home LAN, I'm using D-Link's router-hub-firewall as a gateway > (it's been great by the way). My ISP has two proxies: one regular > gateway, and a second server (a caching server I think) that also has > the added advantage of no bandwidth limits. Unfortunately, I can't set > the D-Link up to direct requests to the ISP's highspeed/free proxy. > The D-Link router is welded shut (maybe not so great...) > > What's the best/simplest way to direct all ftp and http requests to > the ISP's proxy from my FBSD host inside my LAN? ipfw fwd X.X.X.X tcp from any to any 80 out via $INT Where X.X.X.X is the IP of the ISP's proxy. Or the equivalent ipfilter forwarding thing. man ipfw. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message