From owner-freebsd-questions Fri Jun 9 18:24:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.prod.itd.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 4AED537BCB8 for ; Fri, 9 Jun 2000 18:24:22 -0700 (PDT) (envelope-from mikegoe@earthlink.net) Received: from localhost (1Cust108.tnt2.montgomery.al.da.uu.net [63.27.156.108]) by avocet.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id SAA27456 for ; Fri, 9 Jun 2000 18:24:19 -0700 (PDT) Message-Id: <200006100124.SAA27456@avocet.prod.itd.earthlink.net> From: "Michael G." To: "Mark Ovens" , "freebsd-questions@freebsd.org" Date: Fri, 09 Jun 2000 20:21:00 Reply-To: "Michael G." X-Mailer: Emerald Mail (Evaluation) 1.30 running on FreeBSD 4.0-STABLE Java 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: User-level PPP..unable to access Tun0 device References: <20000610015837.A232@parish> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did add to /etc/group like so network:*:69:root,mikegoe,meiousetsuna and this is my default section of my /etc/ppp/ppp.conf default: set device /dev/cuaa1 set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" allow user mikegoe and get this: > ppp Working in interactive mode Warning: No available tunnel devices found (Permission denied) > Like I said..works great as root Hmmm...any further suggestions ? Thanks. Michael G. Mark Ovens wrote: > On Fri, Jun 09, 2000 at 06:26:09PM +0000, Michael G. wrote: > > I've got a script in /etc/ppp (thanks to Neill) and it runs great under > > root, but not as a normal user. I've set the appropriate permission (I > do > > believe) but I've been unable to get access to Tun0 (user-level ppp is > > inabled in rc.conf as well). My normal user is a memeber of wheel as > > well. Although I really don't mind using 'su', I want to sway my wife > > away from M$ so I need to be able to attach dialing of the modem to an > > icon on my KDE desktop. > > > > Any suggestions? > > > > You need to make mere mortals members of the group ``network'' and add > > allow user ...... > > to /etc/ppp/ppp.conf in the ``default'' section. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message