From owner-freebsd-questions@FreeBSD.ORG Wed Sep 26 17:45:19 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 2B9E316A419 for ; Wed, 26 Sep 2007 17:45:19 +0000 (UTC) (envelope-from annihil4tor@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 199BA13C47E for ; Wed, 26 Sep 2007 17:45:18 +0000 (UTC) (envelope-from annihil4tor@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1868754rvb for ; Wed, 26 Sep 2007 10:45:18 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=x4Iu8rLShKWj8I8Ogb1KaywS+olSF/k+elGZ0XSl1vs=; b=amg6NaAMXL2XgX7bMDITTTJscecZH5utsLADnHxZrw0RnQJQojZvP3pkDLGy72mrFmzswhDzqTTrSb4frgNplZXguYNtmZl8RPJuM1p1UTehT0Zv0QJflNFZ2kIHXOX8OEMch/FjhUHctda2PCDqJiYGzM+awt7Ajilm5wXe77I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=URvhsmN0AICx70GOFszMma19uxjOrtzF/CdVMk3+d23nDogk26B7bOyEj8QDdJ5coByDrXxsCPD1tua11uF+/LvImaNiigJYdpL1S80S4NOzv3i719zsURz7zhx/IjkctpfK7PywwzsBwRrCAPXEnw+j8gU9d2T9VzkNQLbn4c8= Received: by 10.114.59.1 with SMTP id h1mr1353746waa.1190828718350; Wed, 26 Sep 2007 10:45:18 -0700 (PDT) Received: by 10.142.72.11 with HTTP; Wed, 26 Sep 2007 10:45:18 -0700 (PDT) Message-ID: Date: Wed, 26 Sep 2007 14:45:18 -0300 From: "Marcos Vinicius Buzo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 17:45:19 -0000 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. Thanks in advance.