From owner-freebsd-questions@FreeBSD.ORG Thu Apr 20 17:03:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AA77E16A401 for ; Thu, 20 Apr 2006 17:03:53 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567AE43D46 for ; Thu, 20 Apr 2006 17:03:53 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id C785AD4B54A for ; Thu, 20 Apr 2006 13:03:51 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Thu, 20 Apr 2006 13:03:16 -0400 X-Sasl-enc: H1QSe96I41phHr5vrtmXqTawDGED4E/1EnSCKZOx6NdL 1145552595 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id EC280A324 for ; Thu, 20 Apr 2006 13:03:15 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 20 Apr 2006 18:03:49 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604201803.50308.list-freebsd-2004@morbius.sent.com> Subject: DHCP client and PF rules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 17:03:53 -0000 My desktop PC get its IP address from a PPPoA modem connected with ethernet. I started logging DHCP in PF, to make sure I wasn't dropping anything, but the *only* packets I'm seeing are incoming broadcast: pass in on vr0: 10.0.0.2.67 > 255.255.255.255.68: BOOTP/DHCP, Reply, length: 548 I presume that the DHCP client is bypassing the firewall, but I'm wondering about these incoming broadcast packets - whether they have already been seen (and can be dropped) or not. The sessions are renewing without any specific DHCP rules.