From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 22:55:56 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 EECB316A400 for ; Tue, 27 Feb 2007 22:55:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 82E6713C461 for ; Tue, 27 Feb 2007 22:55:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so336847nfc for ; Tue, 27 Feb 2007 14:55:55 -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=b3+UrLqmiiSN07LijzOUdekpr3E6wAiScRm3A2ViGBwRs9JMchqMfrUpJe68OX05TMAv16Fykvfq16EGlrAleOgPKk1gTJXVvbzqeAgUoi9rcv5Yte4R0jUweIZFaF6FcNXl32rrSd/LR0Q6qz+aALTlzyxd6dcuxKgpvVrbN+Q= 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=haJrAD/T1jx3opSBLUJjgcBDMukbfU6OJnaDqltpi9QU2pYwhkrDbaROgX9DM2H04W/147yWR2UxaSnJZZYKUk25RQ3M72ZhLrtj0OT1YcFbf+YMKjJDOcSXhOp12yGzWW/wrCWtQ1BqXxPua9nzdk6l51Ocbn3yBWldrOh1lWg= Received: by 10.82.186.5 with SMTP id j5mr2364487buf.1172616955098; Tue, 27 Feb 2007 14:55:55 -0800 (PST) Received: by 10.82.163.16 with HTTP; Tue, 27 Feb 2007 14:55:55 -0800 (PST) Message-ID: <8cb6106e0702271455w5be91292vfce007b8ed439e1d@mail.gmail.com> Date: Tue, 27 Feb 2007 14:55:55 -0800 From: "Josh Carroll" To: "J.D. Bronson" In-Reply-To: <200702272248.l1RMmD81013215@cheyenne.sixcompanies.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> 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: Tue, 27 Feb 2007 22:55:57 -0000 > 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 Thanks, Josh