From owner-freebsd-current Sat Sep 20 09:23:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA13168 for current-outgoing; Sat, 20 Sep 1997 09:23:37 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA13156 for ; Sat, 20 Sep 1997 09:23:33 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.55]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-41950U6000L1100S0) with ESMTP id AAA193 for ; Sat, 20 Sep 1997 12:24:28 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.7/8.8.5) id MAA02623; Sat, 20 Sep 1997 12:23:27 -0400 (EDT) Message-ID: <19970920122326.45564@scsn.net> Date: Sat, 20 Sep 1997 12:23:26 -0400 From: "Donald J. Maddox" To: current@FreeBSD.ORG Subject: Problems with -current ppp Reply-To: dmaddox@scsn.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Some of the recent changes to PPP seem to have broken it for me... Since I haven't seen any messages from others experiencing the same problems, I have to assume that something in my configuration is causing the problem, but for the life of me, I cannot figure out what it is. Here's the relevant info: # ppp -auto scsn Sep 20 10:08:22 rhiannon ppp[156]: Error: Tcp: Can't open socket 3000: No password in ppp.secret So, it is impossible to telnet to port 3000 to control PPP. If I create an /etc/ppp/ppp.secret for test purposes, ppp can open port 3000, but that's not what I want, because then only a very small handful of ppp's control commands are available. The Config Files: ----------------- /etc/ppp/ppp.conf ----------------- # # Default setup. Executed always when PPP is invoked. # default: set log +lcp +lqm +phase +chat +command +connect +carrier +link set device /dev/cuaa1 set timeout 0 set speed 115200 set ctsrts on set parity none set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" scsn: disable lqr deny lqr disable pred1 deny pred1 set redial 1 1000 set reconnect 1 1000 set phone 7790055 set login "TIMEOUT 20 ogin: word: " set ifaddr 0.0.0.0/0 206.25.246.43/0 255.255.255.255 delete ALL add 0 0 HISADDR =========================================================================== ------------------- /etc/ppp/ppp.linkup ------------------- MYADDR: delete ALL add 0 0 HISADDR add MYADDR 255.255.255.255 127.0.0.1 =========================================================================== I can't see anything above that should be forcing password authorization. The above worked fine until some recent changes to ppp (I wish I could be more specific :-( The problem started about a week or two ago.) I do a 'make world' almost every day, but the problem persists. Anybody got a clue for me?