From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 08:45:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F6816A4BF; Tue, 2 Sep 2003 08:45:07 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655AA43FBD; Tue, 2 Sep 2003 08:45:06 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id CA60F30D; Tue, 2 Sep 2003 11:45:08 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id C5AD3199; Tue, 2 Sep 2003 11:45:08 -0400 (EDT) Date: Tue, 2 Sep 2003 11:45:08 -0400 (EDT) From: Kenneth Culver To: Robert Watson In-Reply-To: <20030902111816.F4987@alpha.yumyumyum.org> Message-ID: <20030902114336.K5128@alpha.yumyumyum.org> References: <20030902111816.F4987@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: 2 ports broken after gcc import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 15:45:07 -0000 > Alright, it had nothing to do with ACL's. Unknown to me, someone got on > that machine and enabled the firewall, and added rules. Those rules were > causing the problem (I'm not sure why he added a firewall on a machine > already behind one on a 192.168.0.0/24 network). Anyway, sorry for > wasting peoples' time, I should've checked that first. I figured out exactly which line caused this problem too, he added "flags S" to the rule that allowed outgoing traffic, causing only the syn to be allowed through the firewall, but breaking several other things, and he did it at around the same time as the gcc import. Anyway, lesson learned. Thanks for help whoever gave it. Ken