From owner-freebsd-stable Sat Dec 23 21:38:15 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 21:38:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dalom.internal (unknown [212.120.154.148]) by hub.freebsd.org (Postfix) with ESMTP id C3E5637B400 for ; Sat, 23 Dec 2000 21:38:12 -0800 (PST) Received: (from bobb@localhost) by dalom.internal (8.11.1/8.11.1) id eBO5eer50945 for freebsd-stable@FreeBSD.ORG; Sun, 24 Dec 2000 05:40:40 GMT (envelope-from bobb@internet-ireland.ie) X-Authentication-Warning: dalom.internal: bobb set sender to bobb@internet-ireland.ie using -f Date: Sun, 24 Dec 2000 05:40:40 +0000 From: bobb+freebsd-stable@redbrick.dcu.ie To: freebsd-stable@FreeBSD.ORG Subject: Re: 4.1.1-Stable and natd Message-ID: <20001224054040.A46000@dalom.internal> References: <000f01c06d58$df17c340$0300a8c0@swahilie.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000f01c06d58$df17c340$0300a8c0@swahilie.net>; from edukation@crosswinds.net on Sat, Dec 23, 2000 at 10:23:22PM -0500 Organization: bobb Industries Sender: bobb@internet-ireland.ie Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Box1 hath declared on Saturday the 23 day of December 2000 :-: > FreeBSD-4.1.1-Stable > Box-A= gateway > Box-B= Apache, ircd, etc... servers > My take from this is, the gateway is seeing the packets. At the same time > on box-B, I am doing tail -f /var/log/security and i see nothing hitting > the apache servers ports. I have tried using other ports in place of 80 and > 443, but, the redirects to my *known* working Apache does not happen. I generally use ipnat, though I sometimes use plug-gw(8) which is part of the fwtk port when I want the same redirect to also work internally. Its a app level proxy, may not be what you want, but... /etc/inetd.conf ---------------- http stream tcp nowait root /usr/local/libexec/plug-gw plug-gw http /usr/local/etc/netperm-table ---------------------------- plug-gw: port http * -plug-to dev.internal -port 80 -- Robert "bobb" Crosbie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message