From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 17:39:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD24016A404 for ; Wed, 28 Feb 2007 17:39:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDA213C474 for ; Wed, 28 Feb 2007 17:39:35 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so197003muf for ; Wed, 28 Feb 2007 09:39:34 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S6CYlcWvfwIAnCFPfglbKjOqva3L7cM7+6RfpqQMb0HrquI2xKH19Y27so/G7iimbHjoaf302dwpMK6I6hLG1YOMlYCOrTOROLaidH9HHq4rEGhFV0ewK+sWgxzgZvGvMTnKSKgAX5TYjoJpFQqR7aWrUEdt0amlb4gw0uYBAaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UkbzBCSVqIOcoE7gx1hD6FvrIWlYM7UK9dfjbIceRapYz5PXF1QLWTSjv9f4brLhn018ZYYSzte/K4sjRY4M4miqRXIx3SXJBC9DUIJSEI/YClNjjy7QZ5j7nsm3j6OFedwEtnhiMh/C6zTZ3lBr0pMUJAEuB4WrghpRk4ePw5g= Received: by 10.82.188.15 with SMTP id l15mr245366buf.1172684373968; Wed, 28 Feb 2007 09:39:33 -0800 (PST) Received: by 10.82.163.16 with HTTP; Wed, 28 Feb 2007 09:39:33 -0800 (PST) Message-ID: <8cb6106e0702280939m2121359au139b219721badf6c@mail.gmail.com> Date: Wed, 28 Feb 2007 09:39:33 -0800 From: "Josh Carroll" To: RW In-Reply-To: <20070228173517.5a044300@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702272248.l1RMmD81013215@cheyenne.sixcompanies.com> <8cb6106e0702271455w5be91292vfce007b8ed439e1d@mail.gmail.com> <20070228173517.5a044300@gumby.homeunix.com> Cc: freebsd-questions@freebsd.org Subject: Re: pf.conf and cable modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 17:39:39 -0000 > When I used DHCP with PF, I found that it just worked without any rules > at all. As long as you're allowing packets out with keep state, it may be that it is able to allow the inbound DHCPOFFER after a DHCP REQUEST outbound. The rule I provided may not be necessary, then. Josh