From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 15:23:41 2003 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 967D337B404 for ; Mon, 18 Aug 2003 15:23:41 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D76643FDD for ; Mon, 18 Aug 2003 15:23:40 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <20030818222339016008g7o4e>; Mon, 18 Aug 2003 22:23:39 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7IMNcMe074261; Mon, 18 Aug 2003 18:23:38 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7IMNYYZ074258; Mon, 18 Aug 2003 18:23:34 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "geek" References: <2305CFC39C15AA4896E06E5C91C509EF03743864@VS2.hdi.tvcabo> From: Lowell Gilbert Date: 18 Aug 2003 18:23:34 -0400 In-Reply-To: <2305CFC39C15AA4896E06E5C91C509EF03743864@VS2.hdi.tvcabo> Message-ID: <44oeymppuh.fsf@be-well.ilk.org> Lines: 13 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: [JunkMail] IPF & DHCP request 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: Mon, 18 Aug 2003 22:23:41 -0000 "geek" writes: > That's not the point, the dhcp works, what doesnt work is the ipf.rules (don't let the DHCP work), and i dont have internet anyway, my question was in this line: > > > #---------------------------------------------------------------- > > # Allow bootp traffic in from your ISP's DHCP server only. > > #---------------------------------------------------------------- > > pass in quick on ed0 proto udp from X.X.X.X/32 to any port = 68 keep state > > i change X.X.X.X/32 for what?! if i dont have a "stable" IP!? It doesn't matter. The keyword "from" means that X.X.X.X/32 is supposed to be the *other* machine's address (the server).