From owner-freebsd-questions Thu Mar 2 8:44:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id B76F737BC2B for ; Thu, 2 Mar 2000 08:44:35 -0800 (PST) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.fedde.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id e22GiIE17629; Thu, 2 Mar 2000 09:44:18 -0700 (MST) Message-Id: <200003021644.e22GiIE17629@fedde.littleton.co.us> To: "Jim Freeze" Cc: "FreeBSD Questions" From: Chris Fedde Subject: Re: Need Help with Modem and PPP In-reply-to: Your message of "Thu, 02 Mar 2000 07:28:49 EST." <001701bf8442$dede93e0$6b6ec8d0@lexmark.com> Date: Thu, 02 Mar 2000 09:44:18 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jim Freeze" writes: +--------------- | Hi: | | Can someone help me get my modem working through PPP? | I am a newbie and have been working on this for some time now. | I am kind of at a stand still since I cannot connect | to the internet via FBSD. +--------------- It looks to me like you need to take a problem isolation approach to solving this. First be sure that your system can talk to the modem. Add a line like the following to /etc/remote; cuaa1c|cua1c:dv=/dev/cuaa1:br#9600:pa=none: then use tip to see if it works you can drive the session manually: $tip cuaa1c at OK atdt555555 CONNECT 2400 ~. If you get this far then you can start working with the ppp program. Work through the examples in the GETTING STARTED section of the ppp manual page to get ppp to work manually. Once that is working you will have a good idea what changes are necessary to your configuration detail. Hope this helps chris __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message