From owner-freebsd-questions Thu Jan 11 23:50:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web802.mail.yahoo.com (web802.mail.yahoo.com [128.11.23.62]) by hub.freebsd.org (Postfix) with SMTP id 7888237B6B2 for ; Thu, 11 Jan 2001 23:49:52 -0800 (PST) Received: (qmail 18368 invoked by uid 60001); 12 Jan 2001 07:49:51 -0000 Message-ID: <20010112074951.18367.qmail@web802.mail.yahoo.com> Received: from [202.51.69.3] by web802.mail.yahoo.com; Thu, 11 Jan 2001 23:49:51 PST Date: Thu, 11 Jan 2001 23:49:51 -0800 (PST) From: parthasarathi biswas Subject: kernelPPP 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 Hello, I have created these two file for kernelPPP---- /etc/ppp/dial.chat files contains: #Abort the chat script if the modem replies BUSY or NOCARRIER ABORT BUSY ABORT 'NO CARRIER' TIMEOUT 5 '' ATZ OK ATDT9266511 TIMEOUT 40 CONNECT name:-\\r-name: my username here word: my password here ************************************* /etc/ppp/options file contains: #Options file for PPPD /dev/cuaa0 115200 crtscts modem deflate 12,12 user root lock defaultroute ********************************** And when I dial it gets connected but after sometime disconnects by itself saying : pppd [476]: Connect script failed and when I try to ping it says No route to host. I dial with the following command #pppd connect 'chat -f /etc/ppp/dial.chat' Pls advise what the problem is...but my userpp is working fine I can browse with that also. __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message