From owner-freebsd-pf@FreeBSD.ORG Sat Jun 30 19:00:30 2007 Return-Path: X-Original-To: freebsd-pf@FreeBSD.org Delivered-To: freebsd-pf@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D3A316A469 for ; Sat, 30 Jun 2007 19:00:30 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.freebsd.org (Postfix) with ESMTP id 298E013C457 for ; Sat, 30 Jun 2007 19:00:30 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id 5545CB835; Sat, 30 Jun 2007 20:29:12 +0200 (CEST) Date: Sat, 30 Jun 2007 20:29:12 +0200 From: Frank Steinborn To: freebsd-pf@FreeBSD.org Mail-Followup-To: freebsd-pf@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20070630182912.5545CB835@shodan.nognu.de> Cc: Subject: pf won't start because tun0 doesn't exist yet X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 19:00:30 -0000 Hi, I'm going to set up a FreeBSD-router running pf. I have rules in pf.conf containing rules with 'tun0'. Here is the problem: When booting the machine, pf won't load the rules because tun0 doesn't exist at this time. Of course I could easyilly workaround this, but I wonder if there is a more elagant or even official way on this issue? TIA, Frank