*BSD News Article 30489


Return to BSD News archive

Newsgroups: comp.os.386bsd.questions
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!convex!convex!cs.utexas.edu!swrinde!ihnp4.ucsd.edu!agate!doc.ic.ac.uk!uknet!EU.net!uunet!zib-berlin.de!news.belwue.de!delos.stgt.sub.org!luva!migieger
From: migieger@luva.stgt.sub.org (Michael Giegerich)
Subject: Re: SLIP Help
References: <Cpq61q.GB7@crash.cts.com>
Organization: private FreeBSD site
Date: Sat, 14 May 1994 21:34:37 GMT
Message-ID: <CptAM4.2pM@luva.stgt.sub.org>
Lines: 41

In article <Cpq61q.GB7@crash.cts.com>,
James Laszko <jlaszko@crash.cts.com> wrote:
>Could someone help me get a SLIP connection set up for my FreeBSD setup?  
>I'm new to Unix all-together and am running headlong into the thick of 
>it, and this time I can't figure it out.  I found a 10 section FAQ on BSD 
>and it had some suggestions on how to use the SLIP, but I'm still 
>confused.  If someone could send me thier slip.hosts, slip.dial, etc. 
>files, I would greatly appreciate it.

To make a slip connection to a remote system:

once do:

 - edit /etc/hosts
   (e.g. 123.456.789.012	remote-system.domain.address remote-system
         345.678.901.234	local-system.domain.address local-system

         where local-system  has IP 345.678.901.234 and remote-system has
         IP 123.456.789.012).

every time you want to sliplogin to remote-system do:

 - ifconfig sl0 inet local-system remote-system metric 1
 - route add default remote-system
 - dial out to remote-system (I use kermit)
 (- suspend kermit)
 - login in remote-system (you must have a slip account on remote-system)
 - slattach -a -h -s 115200 /dev/cua00 (change 115200 to the speed of your
   output device; change /dev/cua00 to the output device you actually use)

That's it.

To accept slip logins from other systems you have to create user accounts
with sliplogin as shell and set up slip.hosts, slip.login and slip.logout.

Hope this helps,
-Michael
-- 
------------------------------+------------------------------
Michael Giegerich             | migieger@luva.stgt.sub.org
------------------------------+------------------------------