From owner-freebsd-questions Tue Nov 25 19:42:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA11190 for questions-outgoing; Tue, 25 Nov 1997 19:42:42 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from uniqsite.com (uniqsite.com [206.14.149.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA11185 for ; Tue, 25 Nov 1997 19:42:38 -0800 (PST) (envelope-from timm@uniqsite.com) Received: from localhost (timm@localhost) by uniqsite.com (8.8.5/8.8.5) with SMTP id TAA03362 for ; Tue, 25 Nov 1997 19:42:34 -0800 (PST) Date: Tue, 25 Nov 1997 19:42:33 -0800 (PST) From: Tim Moony To: questions@freebsd.org Subject: User PPP setup woe... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I follow the instructions in the ppp section of the handbook (to the letters) trying to give my user ppp access. And this is what freebsd told me: "You may only run ppp in client mode as user id 0" I did add myself to the network group and two lines were added to ppp.conf as me: me: set ifaddr 206.14.149.35 206.14.149.33 206.14.149.32 enable proxy I have reserved 3 tun devices. The system connects to internet through tun0 as a root ppp process. Can anyone give a pointer?