Date: Tue, 14 Nov 2000 21:54:18 -0800 (PST) From: Haikal Saadh <wyldephyre2@yahoo.com> To: questions@freebsd.org Subject: Need help with PPP Message-ID: <20001115055418.15579.qmail@web1605.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
I am having trouble getting ppp to connect to my ISP; Problem: typing dial myisp at the ppp prompt times out. Like So: alarik# ppp Working in interactive mode Using interface: tun2 ppp ON alarik> dial myisp ppp ON alarik> Manually dialing out in term mode gives me: alarik# ppp Working in interactive mode Using interface: tun1 ppp ON alarik> term deflink: Entering terminal mode on /dev/cuaa1 Type `~?' for help at OK atdt33190800 <sounds of modem handshaking> CONNECT 115200 ppp ON alarik> Warning: Sending empty PAP authname! Ppp ON alarik> Warning: Sending empty PAP authname! Any ideas on how to get it working? alarik# cat ppp.conf ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $ ################################################################# default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT TIMEOUT 15 \"\" AT OK-AT-OK ATE1Q0 OK \\ dATDT\\T TIMEOUT 40 CONNECT" set timeout 300 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns myisp: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone 33190800 set authname <username snipped> set authkey <password snipped> -------- Thanks in advance. __________________________________________________ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.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?20001115055418.15579.qmail>