From owner-freebsd-stable@FreeBSD.ORG Thu Mar 15 13:40:40 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7742D16A402 for ; Thu, 15 Mar 2007 13:40:40 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 4645013C468 for ; Thu, 15 Mar 2007 13:40:40 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id A79951F8CB5; Thu, 15 Mar 2007 09:40:39 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Thu, 15 Mar 2007 09:40:39 -0400 X-Sasl-enc: jlSYSJt/lNCxlpBn4gohR8iU453NIsyE/iejDAuA/Bt6 1173966040 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 2689711319; Thu, 15 Mar 2007 09:40:38 -0400 (EDT) Message-ID: <45F94CD5.90601@FreeBSD.org> Date: Thu, 15 Mar 2007 13:40:37 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Willy@Offermans.Rompen.nl References: <20070314104732.GA5794@wiz> <45F7D727.2080301@unsane.co.uk> <20070315133346.GA5645@wiz> In-Reply-To: <20070315133346.GA5645@wiz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Vince , freebsd-stable@FreeBSD.ORG, openvpn-users@lists.sourceforge.net Subject: Re: tap device at boot time X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 13:40:40 -0000 Willy Offermans wrote: > Thank you for your response, but unfortunately adding > cloned_interfaces="tap0" to my rc.conf did not solve the issue. The > tap0 device only appeared after I started the openvpn daemon. Is there > a way to determine the order to start the daemons. Maybe I can solve > the problem in that way. > cloned_interfaces="tap0" will only work with a version of FreeBSD which has clonable tap support (FreeBSD 7.0-CURRENT or 6.2-STABLE, not 6.2-RELEASE). Regards, BMS