From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 17:35:21 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 77E0E16A407 for ; Wed, 28 Feb 2007 17:35:21 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFA113C4B5 for ; Wed, 28 Feb 2007 17:35:21 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id A6D825194F; Wed, 28 Feb 2007 12:35:19 -0500 (EST) Date: Wed, 28 Feb 2007 17:35:17 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070228173517.5a044300@gumby.homeunix.com> In-Reply-To: <8cb6106e0702271455w5be91292vfce007b8ed439e1d@mail.gmail.com> References: <200702272248.l1RMmD81013215@cheyenne.sixcompanies.com> <8cb6106e0702271455w5be91292vfce007b8ed439e1d@mail.gmail.com> X-Mailer: Claws Mail 2.7.2 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: josh.carroll@psualum.com Subject: Re: pf.conf and cable modem 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: Wed, 28 Feb 2007 17:35:21 -0000 On Tue, 27 Feb 2007 14:55:55 -0800 "Josh Carroll" wrote: > > I am converting from DSL to RoadRunner this week and wondering if > > there is anything special I need to do to my pf.conf for passing > > DHCP into my NIC? > > I think all you'll need is: > > pass in quick on $ext_if proto udp from any port 67 to any port 68 > keep state > When I used DHCP with PF, I found that it just worked without any rules at all.