*BSD News Article 46924


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!tank.news.pipex.net!pipex!demon!skate.demon.co.uk!not-for-mail
From: "Iain Hibbert" <plunky@skate.demon.co.uk>
Newsgroups: comp.unix.bsd.netbsd.misc
Subject: Re: Internet access
Date: Fri, 14 Jul 1995 12:20:47 -0000
Lines: 20
Message-ID: <97649993@skate.demon.co.uk>
References: <Pine.SOL.3.91.950713115902.11628A-100000@ritz> <20f9386b.249f5-jimd@slip106.termserv.siu.edu>
X-NNTP-Posting-Host: skate.demon.co.uk
X-NewsReader: IntuiNews 1.2b (31.7.94)

Jim Dutton <jimd@slip106.termserv.siu.edu> writes:
> NetBSD has a SLIP and apparently a PPP client, but getting them
> set up = to work withOUT Kermit, has not proven to be very
> successful for me, yet, = but it SHOULD be possible.

  PPP is a breeze..  see the pppd and chat man pages, the only problem
I had was that the modem wasn't being talked to properly on the tty -
I did a "stty -f /dev/ttyb clocal" and it seemed to fix it. then:

pppd ttyb 19200 -connect 'chat "" ATZ OK ATDT3434343 CONNECT "" ogin:
userid sword: password' -modem -defaultroute

  (all on one line) works for me.. you can tweak things, but that
should get it going..  you don't need to specify your IP addresses or
routes or anything, the pppd program sets up everything and takes it
all down again when the connection is closed.

]ain