Date: Fri, 01 Jan 1999 20:28:07 PST From: "N. R.R." <robalama@hotmail.com> To: freebsd-questions@FreeBSD.ORG Subject: user ppp dialin failure Message-ID: <19990102042807.5806.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
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 Can you see anything I may be missing or misconfigured? Thanks for your time. Neill RR4 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990102042807.5806.qmail>