From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 14:12:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798FE16A4CE for ; Thu, 17 Feb 2005 14:12:06 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7339843D5D for ; Thu, 17 Feb 2005 14:12:05 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6703 invoked from network); 17 Feb 2005 14:12:05 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Feb 2005 14:12:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1810F7E; Thu, 17 Feb 2005 09:12:04 -0500 (EST) Sender: lowell@be-well.ilk.org To: Hiram Abiff References: <1108469888.4211e880197ca@mail.online.ie> <44mzu5prpk.fsf@be-well.ilk.org> <1108546011.421311db8f10b@mail.online.ie> From: Lowell Gilbert Date: 17 Feb 2005 09:12:03 -0500 In-Reply-To: <1108546011.421311db8f10b@mail.online.ie> Message-ID: <447jl7qnrg.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Operation: "ipfw on a gateway box" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 14:12:06 -0000 > > Does anything work *without* the firewall? > > Yes, before I started messing with the firewall I had squid > set up, I set up FreeBSD as a gateway and also as a DNS > server. I could acces the WWW, ftp, telnet and all the > other services at will, inside and outside my home LAN. Try temporarily setting the firewall to just pass everything ("ipfw add 1 allow ip from any to any") and see if you can still get out through it. I'm guessing something else may be messed up now.