Date: Wed, 24 Jun 1998 16:52:26 -0500 (CDT) From: Jeremy Shaffner <jer@jorsm.com> To: Fadi Sodah <sodah@qatar.net.qa> Cc: freebsd-newbies@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: set up user ppp Message-ID: <Pine.BSF.3.95q.980624165147.2252O-100000@mercury.jorsm.com> In-Reply-To: <Pine.BSF.3.95q.980624143541.2252G-100000@mercury.jorsm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.980624165147.2252O-100000>