From owner-freebsd-questions Tue Nov 14 21:54:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1605.mail.yahoo.com (web1605.mail.yahoo.com [128.11.23.205]) by hub.freebsd.org (Postfix) with SMTP id 0795D37B4CF for ; Tue, 14 Nov 2000 21:54:21 -0800 (PST) Received: (qmail 15580 invoked by uid 60001); 15 Nov 2000 05:54:18 -0000 Message-ID: <20001115055418.15579.qmail@web1605.mail.yahoo.com> Received: from [202.138.41.39] by web1605.mail.yahoo.com; Tue, 14 Nov 2000 21:54:18 PST Date: Tue, 14 Nov 2000 21:54:18 -0800 (PST) From: Haikal Saadh Subject: Need help with PPP To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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 set authkey -------- 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