*BSD News Article 85216


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!uunet!in1.uu.net!160.45.4.4!fu-berlin.de!news-ber1.dfn.de!news-lei1.dfn.de!news-nue1.dfn.de!news-mue1.dfn.de!nntp.fh-augsburg.de!inga.augusta.de!rabbit.augusta.de!usenet
From: shanee@rabbit.augusta.de (Andreas Kohout)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: ppp ughhhh..
Date: 15 Dec 1996 16:14:21 GMT
Organization: Privat Site running FreeBSD
Lines: 53
Message-ID: <59184t$21l@rabbit.augusta.de>
References: <32A76931.124D@ma.ultranet.com>
NNTP-Posting-Host: localhost.augusta.de
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Newsreader: knews 0.9.8
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:32783

In article <32A76931.124D@ma.ultranet.com>,
	dave lemaire <davl@ma.ultranet.com> writes:

> Just installed it a couple of weeks ago and can't get ppp to dial modem.
> any help would be appreciated

build a new kernel with

	pseudo-device   ppp     1               # Point-to-point protocol

in /etc/ppp/options:

/dev/cuaa1
115200
lock
connect "chat -f /etc/ppp/login.chat"
crtscts
modem
domain [your domain]
noipdefault
passive
[your IP]:[remote IP]
defaultroute

/dev/cuaa1 is COM2, change [youre domain] and [remote IP], if you have no 
own IP, leave the field blank (:[remote IP])

man pppd

and in /etc/ppp/login.caht:

ABORT BUSY ABORT "NO CARRIER" ABORT "NO ANSWER" "" ATZ OK ATD[number] \
CONNECT "" ogin: [loginname] ssword: [password]

this is one line, no \ (I donīt know weather it works with the backspace)

man chat

And your provider should have a login like:

	Welcome to your Provider

	login:
	Password:

if not, change login.chat!

And now type pppd as root and you are connected ...

-- 
Greeting, Andy
                                                    running FreeBSD-current
---------------------------------------------------------------------------