Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2000 11:11:00 -0400
From:      Bill Fumerola <billf@chimesnet.com>
To:        Adrian Pavlykevych <pam@polynet.lviv.ua>
Cc:        stable@freebsd.org
Subject:   Re: Strange behavior of ipfw "fwd" rule
Message-ID:  <20000921111100.I66839@jade.chc-chimes.com>
In-Reply-To: <20000921180334.D10274@polynet.lviv.ua>; from pam@polynet.lviv.ua on Thu, Sep 21, 2000 at 06:03:35PM %2B0300
References:  <20000921180334.D10274@polynet.lviv.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 21, 2000 at 06:03:35PM +0300, Adrian Pavlykevych wrote:

> I'm experiencing strange problem with "fwd" rules of ipfw
> 
> When I configure ipfw with following rule: 
> 	"fwd 127.0.0.1,23 tcp from any to any"
> to provide transparent proxy, first time the rule is triggered, 
> machine looses all IP connectivity. 

That's because you're telling ipfw to take EVERY tcp packet and cram
in into that transparent proxy, which obviously isn't what you want.

More likely you want something like 

	fwd 127.0.0.1,8080 tcp from any to any 80

or something. I've never used transparent proxy, but I can tell you what
ipfw does[1].

-- 
Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
                billf@chimesnet.com / billf@FreeBSD.org


1. Oh, can I tell you what ipfw does. Just ask.....


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000921111100.I66839>