From owner-freebsd-questions Sat Jan 2 18:12:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00803 for freebsd-questions-outgoing; Sat, 2 Jan 1999 18:12:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00798 for ; Sat, 2 Jan 1999 18:12:27 -0800 (PST) (envelope-from dustpan@earthlink.net) Received: from robins (ip39.raleigh4.nc.pub-ip.psi.net [38.30.41.39]) by snipe.prod.itd.earthlink.net (8.8.7/8.8.5) with SMTP id SAA04145 for ; Sat, 2 Jan 1999 18:12:01 -0800 (PST) Message-Id: <3.0.3.32.19990102211146.006bc108@mail.earthlink.net> X-Sender: dustpan@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 02 Jan 1999 21:11:46 -0500 To: freebsd-questions@FreeBSD.ORG From: funkycolmedina Subject: user ppp errors with "term" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have had some help setting up my user ppp, however, whenever I type "ppp" and then enter "term" and I try to type "AT -" I get either: AT: Invalid Command ( I think that is the exact phrase) or ERROR and nothing seems to work. Is there a way to find out exactly which port my modem is on? Windows says COM2 and I have it set on /dev/cuaa1 in me ppp.conf file. A copy of my previous question is posted below. Thanks for any help. Neill RR4 >Hello there, > >I have been trying to get User PPP going all day and have just recently >had time to mess with it. My problem is that when I have the modem set >on COM2 (cuaa1) I get this. > > #ppp > User Process PPP. Written by Toshiharu OHNO. > Using interface: tun0 > Interactive mode > ppp ON myname>dial isp > >and then this immediately pops up on the screen, like a second later: > > Dial attempt 1 of 1 > dial OK! > login OK! > ppp ON myname>packet mode. > >I know that I am not online as the telephone still has a dialtone and >the ppp is not capitalized. >Also, I am running 2.2.5 > > > Here is a copy of my ppp.conf file: > > default: > set device /dev/cuaa1 > set speed 115200 > disable pred1 > deny pred1 > disable lqr > deny lqr > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 > OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT" > set redial 3 5 > # > isp: > set authname *username* > set authkey *password* > set phone *number* > set timeout 300 > set openmode active > accept chap > # > demand: > set authname *username* > set authkey *password* > set phone *number* > set timeout 300 > set openmode active > accept chap > set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 > add 0 0 127.2.2.2 > # > #End of file To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message