From owner-freebsd-questions@FreeBSD.ORG Wed Sep 26 19:09:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D3C16A417 for ; Wed, 26 Sep 2007 19:09:24 +0000 (UTC) (envelope-from phatbuckett@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF7E13C447 for ; Wed, 26 Sep 2007 19:09:24 +0000 (UTC) (envelope-from phatbuckett@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so546987anc for ; Wed, 26 Sep 2007 12:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6SaDLBhp87kjhLsgZUO/XNP5xDX8ZWVpMjSJHLs973s=; b=e3AGmSzdl8o6htiJCbM+T+ysqkFlpDc163ukeBi6+MiJmbjGFaVRwpP69FvODWgiJ9tFP1aDI/bQR/ynCHHJWrpXxUTPL/l9WZYnxsjsrknONbFT6LKHBhLkyFYI9GxJoE1bpygFcnIUfqo6gdAj3FESAoD3pA//cJ3iN/MLXVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IoYEbkCfId1zKrCGP8bIR7IrxkFSqDgBwk2q6dMbqYsNJgnutdKRXJACzhmQ7ZG2BE1aMdw005DZnZmR5iSuZTUWsWHgzu8Adewe8RM6DcTuUOXL3jVZpvNKHb1stNmlG5jICBG4R2JhMxwoapejDPQfyC75kOJjpKa/mxljrTk= Received: by 10.114.121.1 with SMTP id t1mr170559wac.1190833756255; Wed, 26 Sep 2007 12:09:16 -0700 (PDT) Received: by 10.114.178.17 with HTTP; Wed, 26 Sep 2007 12:09:16 -0700 (PDT) Message-ID: <839aec700709261209h14efd88dr4a1cdbb9153b6fa9@mail.gmail.com> Date: Wed, 26 Sep 2007 12:09:16 -0700 From: "Darren Spruell" To: "Marcos Vinicius Buzo" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Multiple Instances of OpenVPN 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, 26 Sep 2007 19:09:24 -0000 On 9/26/07, Marcos Vinicius Buzo wrote: > Good afternoon. > I would like to know how could I run multiple instances of openvpn > with one startup script for each config file. > I'm running one instance with the /usr/local/etc/rc.d/openvpn script > and another with the command openvpn --config configfile. Read the rc script that controls openvpn (/usr/local/etc/rc.d/openvpn). It has information about running multiple tunnels. DS