From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 08:18:34 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 6E87137B401 for ; Mon, 18 Aug 2003 08:18:34 -0700 (PDT) Received: from mailhost.schluting.com (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C150A43FBD for ; Mon, 18 Aug 2003 08:18:33 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 411C62186 for ; Mon, 18 Aug 2003 08:18:33 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id Q8NYFpkH for ; Mon, 18 Aug 2003 08:18:29 -0700 (PDT) Received: by mailhost.schluting.com (Postfix, from userid 1001) id D6C9320C5; Mon, 18 Aug 2003 08:18:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id D4B9F20A9 for ; Mon, 18 Aug 2003 08:18:28 -0700 (PDT) Date: Mon, 18 Aug 2003 08:18:28 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: FreeBSD-questions@FreeBSD.org In-Reply-To: <2305CFC39C15AA4896E06E5C91C509EF03743863@VS2.hdi.tvcabo> Message-ID: <20030818081705.Q1075@cheshire.cat.pdx.edu> References: <2305CFC39C15AA4896E06E5C91C509EF03743863@VS2.hdi.tvcabo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: RE: 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 15:18:34 -0000 On Mon, 18 Aug 2003, geek wrote: > i read it already, but i have a problem with it > > #---------------------------------------------------------------- > # 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 > > My IP changes every time i reboot the machine, how i can make this works ?! If your IP is changing, then you ARE able to DHCP. In other words, it does "works." -Charlie