From owner-freebsd-questions@freebsd.org Wed Aug 8 20:50:42 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF9F106A7D0 for ; Wed, 8 Aug 2018 20:50:42 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6233C9344E for ; Wed, 8 Aug 2018 20:50:42 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w78KoqfZ089245 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 8 Aug 2018 13:50:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w78Koqls089244 for freebsd-questions@freebsd.org; Wed, 8 Aug 2018 13:50:52 -0700 (PDT) (envelope-from sgk) Date: Wed, 8 Aug 2018 13:50:52 -0700 From: Steve Kargl To: freebsd-questions@freebsd.org Subject: tun device in devfs.conf? Message-ID: <20180808205052.GA89195@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 20:50:43 -0000 Hi, I've been told that I must use a VPN from my home system to connect to work. I've installed openvpn. As a normal user, who is a member of wheel and operator groups, I execute % openvpn config.txt openvpn ends with Wed Aug 8 13:46:29 2018 Cannot allocate TUN/TAP dev dynamically Wed Aug 8 13:46:29 2018 Exiting due to fatal error Is there a devfs rule that I can add to /etc/devfs.conf to allow the normal user to create a tun device? -- Steve