From owner-freebsd-questions@FreeBSD.ORG Sun Jun 2 08:57:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93F28B05; Sun, 2 Jun 2013 08:57:55 +0000 (UTC) (envelope-from beni.brinckman@gmail.com) Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0211C06; Sun, 2 Jun 2013 08:57:55 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w10so53652pde.23 for ; Sun, 02 Jun 2013 01:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9jhmiKamGcV+na5MMg+WGZRERH1y3zM/Qhljs07s8Oo=; b=Vq8yT0WqXlGpaDL1dWtVIV2qsVGlHtU/cen71g3CPS8gvZzOzFBGlxqQlagFSWpLG7 Cfv/XK3ZjseF/FxrOFBQay7K+FYnEqBkfZSEfqsZPge4JyLexDraCcrkkz/WfWC3wrLW MUtKuNRyuFOt2N3usaxJrvpYzxZKxhx2qpxhAYhTauSno8Np8a6XnBMJSVQk4LeERvuo fnRafLx24nefifwgIQxKk8Y7ZlZpPGcskVMuKgcD97Wr9W1lmrFFbpcfUumuVNtfrL93 p0zfeDEPukq7clKvpfhRA5ZYMKf1TOuPz4UBB247STROJAC9YtsQeSVlbq7kdSp54ESV 5W4w== MIME-Version: 1.0 X-Received: by 10.66.220.197 with SMTP id py5mr20335250pac.86.1370163469353; Sun, 02 Jun 2013 01:57:49 -0700 (PDT) Received: by 10.66.73.34 with HTTP; Sun, 2 Jun 2013 01:57:49 -0700 (PDT) In-Reply-To: <13CA24D6AB415D428143D44749F57D7201F6CA47@ltcfiswmsgmb21> References: <51A52C3F.6010809@fuckaround.org> <51A5B013.5020905@qeng-ho.org> <201305291752.45910.ml@fuckaround.org> <13CA24D6AB415D428143D44749F57D7201F6CA47@ltcfiswmsgmb21> Date: Sun, 2 Jun 2013 10:57:49 +0200 Message-ID: Subject: Re: openvpn and tap device From: Beni Brinckman To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions , "" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 08:57:55 -0000 I had to use tap0 instead of tun0 to get a connexion. I first create it with "ifconfig tap0 create" and then make the connexion with "openvpn --config .ovpn --dev tap0". This works for me. 2013/6/1 Teske, Devin > > On May 29, 2013, at 8:52 AM, Pol Hallen wrote: > > >> It's a while since I looked at OpenVPN, so this is from unreliable > >> memory, but IIRC it uses tap devices under Windows and tun devices under > >> Unix(ish) OSes. Do you see tun0 appear? > > > > sorry for the mistake: tun device > > > > I don't have any tun devices but I can use openvpn to connect to other > vpn > > client > > > > tun devices are used with software like vpnc in my experience. > -- > Devin > > _____________ > The information contained in this message is proprietary and/or > confidential. If you are not the intended recipient, please: (i) delete the > message and all copies; (ii) do not disclose, distribute or use the message > in any manner; and (iii) notify the sender immediately. In addition, please > be aware that any message addressed to our domain is subject to archiving > and review by persons other than the intended recipient. Thank you. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- Beni Brinckman.