From owner-freebsd-newbies Wed Jun 24 14:53:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09308 for freebsd-newbies-outgoing; Wed, 24 Jun 1998 14:53:13 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09213; Wed, 24 Jun 1998 14:52:38 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id QAA24951; Wed, 24 Jun 1998 16:52:27 -0500 (CDT) Date: Wed, 24 Jun 1998 16:52:26 -0500 (CDT) From: Jeremy Shaffner To: Fadi Sodah cc: freebsd-newbies@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: set up user ppp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BTW, those two files aren't needed because you're using userppp, not kernel ppp. On Wed, 24 Jun 1998, Jeremy Shaffner wrote: > On Wed, 24 Jun 1998, Fadi Sodah wrote: > > > hi > > > > i am switching from Linux to freebsd! to get connect to my isp i am > > running user ppp and using dyn ip addressing. > > when i tried to call up ppp as root, got the following: > > --------------------- > > hostname# ppp > > Working in interactive mode > > Using interfac: tun0 > > ppp ON hostname> dial ISP > > Alias not enabled > > Warning: alias port Failed 1 > > Warning: alias not enabled > > Warning: Usage: alias deny_incoming [yes|no] > > Dial attempt 359211 > > dial OK ! > > Warning: chat exist 1 > > Warning: DialModem: login failed > > ppp ON hostname> > > --------------------------------------------- > > > > i am using the following my ppp-scripts, which based on my > > linux-experience > > I think that is the problem. You should thoroughly read over the online > Handbook. > > > > 1) > > #/etc/ppp/dial.chat <--- This file is useless > > TIMEOUT 30 > > "" ATZ > > OK ATDT359211 > > ABORT "NO CARRIER" > > ABORT BUSY > > ABORT DIALTONE > > ABORT WAITING > > TIMEOUT 45 > > CONNECT "" > > TIMEOUT 5 > > Username: xyz > > Password: prettysecret > > > > 2) > > #/etc/ppp/options <--- So is this one. > > lock > > -detach > > modem > > lock > > /dev/modem > > 115200 > > crtscts > > defaultroute > > asyncmap 0 > > mtu 1500 > > mru 1500 > > noipdefault > > idle 120 > > passive > > > > 3) > > #/etc/ppp/ppp.conf <--- Right file, but incomplete. > > ISP: > > set phone 359211 > > set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp" > > set timeout 120 > > set ifaddr 0 0 > > delete ALL > > add 0 0 HISADDR > > > > and don't forget /etc/ppp/ppp.linkup > > Aside from the UNIXish of Linux, you should forget everything about it. > :) > > > > -===================================================================- > Jeremy Shaffner JORSM Internet > Senior Technical Support Northwest Indiana's Premium > jer@jorsm.com Internet Service Provider > support@jorsm.com http://www.jorsm.com > -===================================================================- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message