From owner-freebsd-questions@FreeBSD.ORG Fri Aug 4 12:52:18 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 0F96116A4DA for ; Fri, 4 Aug 2006 12:52:18 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836D643D46 for ; Fri, 4 Aug 2006 12:52:17 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Fri, 04 Aug 2006 08:52:16 -0400 id 00056414.44D34300.0000E3CB Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 4 Aug 2006 08:48:21 -0400 Date: Fri, 4 Aug 2006 08:52:19 -0400 From: Bill Moran To: Beni Message-Id: <20060804085219.65154f16.wmoran@collaborativefusion.com> In-Reply-To: <200608041426.49448.beni@brinckman.info> References: <200608041426.49448.beni@brinckman.info> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: pflog0 question 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: Fri, 04 Aug 2006 12:52:18 -0000 In response to Beni : > Hi all, > > Does pflog0 need to get an ip-address from dhcp ? From what I can see in > dmesg, pflog0 can't get one (vr0 does) but pflog0 seems to be up and running > (same for pf and pflogd). > > So how do I get an address for pflog0 (if needed) ? I'm using 6.1-STABLE. I'm confused as to why you would _want_ to have an IP on pflog0. It's just a pseudo-interface for using tcpdump to view pflogd's activity. I can't see any benefit to assigning an IP to it. If you do have a legit need to do so, you're going to have to assign it a static. Since it's not a real interface, it has no network connectivity, and thus can't talk to any DHCP servers. -- Bill Moran Collaborative Fusion Inc.