From owner-freebsd-newbies Mon Mar 27 2:34:51 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from mail.uskonet.com (mail.uskonet.com [196.3.164.41]) by hub.freebsd.org (Postfix) with ESMTP id D387737BC32 for ; Mon, 27 Mar 2000 02:34:45 -0800 (PST) (envelope-from danszy@uskonet.com) Received: from vxtti (syn29.anx4.rivA.uen.net.za [196.41.192.218]) by mail.uskonet.com (8.9.2/8.9.1) with SMTP id MAA08407 for ; Mon, 27 Mar 2000 12:34:40 +0200 (GMT) Message-ID: <000901bf97d8$27b88f00$af76fea9@vxtti> From: ">" To: Subject: getting connected with ppp? Date: Mon, 27 Mar 2000 12:35:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is what is in my ppp.conf file: default: set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" provider: set phone 123 4567 set login 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 set authname "FOO" set authkey "BAR" accept PAP and for the ppp.linkup I put: provider: delete ALL add 0 0 HISADDR When I ppp, and the 'dial provider', my modem opens up and dials the 'number' (obviously different), it then proceeds is going ppp> dial provider ppp> ppp> and on the last it disconnects. What have I done wrong? My isp uses the PAP method and I tried using many other ppp.conf.samples . I am using win98 now and want to get off it as fast as possible :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message