From owner-freebsd-questions Tue Nov 6 15:55:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.umr.edu (mrelay.cc.umr.edu [131.151.1.89]) by hub.freebsd.org (Postfix) with ESMTP id 8016937B405 for ; Tue, 6 Nov 2001 15:55:27 -0800 (PST) Received: from umr-mail01.cc.umr.edu (umr-mail01.cc.umr.edu [131.151.1.108]) via ESMTP by mrelay.cc.umr.edu (8.9.3/R.4.20) id RAA30916; Tue, 6 Nov 2001 17:55:26 -0600 Received: by umr-mail01.cc.umr.edu with Internet Mail Service (5.5.2653.19) id ; Tue, 6 Nov 2001 17:55:26 -0600 Message-ID: <6CAC36C3427CEB45A4A6DF0FBDABA56D95097C@umr-mail03.cc.umr.edu> From: "Thill, Daniel Gerard (UMR-Student)" To: "'freebsd-questions@FreeBSD.org'" Cc: "'johng54429@hotmail.com'" Subject: RE: PPP blank authname Date: Tue, 6 Nov 2001 17:55:20 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hello, I have a problem getting my ppp connection > to work under freebsd. > Whenever I dial papchap to connect to my ISP, it > dials and then when it is > supposed to send the username I get an error > message saying "error sending > blank authname" or something to that effect. I > know there is nothing wrong > default: > ident user-ppp VERSION (built COMPILATIONDATE) > > # Ensure that "device" references the correct serial port > # for your modem. (cuaa0 = COM1, cuaa1 = COM2) > # > set device /dev/cuaa0 > set login > 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" > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > set timeout 120 # 3 mintue > idle timer (the default) > add default HISADDR # Add a > (sticky) default route > enable dns # request > DNS info (for resolv.conf) > > papchap: > > # > # edit the next three lines and replace the items > in caps with > # the values which have been assigned by your ISP. > # > > set phone > set authname > set authkey Unless your email got mangled a bit in transit, it appears that you need to indent all the lines below each dialing profile section at least once space. ie: default: # command # command # etc papchap: set phone set authname set authkey Give this a try. Everything else look okay. -dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message