Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 17:46:46 -0600 (CST)
From:      Nick Rogness <nick@rogness.net>
To:        Jeff Shevlen <jshevlen@passedpawn.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Proxy Settings
Message-ID:  <Pine.BSF.4.21.0201291744530.25663-100000@cody.jharris.com>
In-Reply-To: <001b01c1a937$57ecd9c0$b300a8c0@wenk>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <nick@rogness.net>
 - 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0201291744530.25663-100000>