*BSD News Article 76498


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!news.mira.net.au!news.vbc.net!samba.rahul.net!rahul.net!a2i!news.PBI.net!decwrl!enews.sgi.com!EU.net!sun4nl!fwi.uva.nl!not-for-mail
From: frank@fwi.uva.nl (Frank van der Linden)
Newsgroups: comp.unix.bsd.netbsd.misc
Subject: Re: seyon and SLIP?
Date: 20 Aug 1996 17:35:38 +0200
Organization: FWINS, University of Amsterdam
Lines: 23
Distribution: world
Message-ID: <4vcm0a$qgg@mail.fwi.uva.nl>
References: <rcpt.840533088@asterix.urc.tue.nl>
NNTP-Posting-Host: mail.fwi.uva.nl

rcpt@urc.tue.nl (Piet Tutelaers) writes:

>Is it possible to setup a modem connection for SLIP via seyon? My
>efforts so far did not succeed. All seems to work. Until I try `ping
><server>' then I get something like `no route for <server>'.

You need to take the following steps:

- run seyon to make the connection
- activate SLIP on the other side
- exit seyon (make sure it doesn't hang up, I think there is a setting
  for that but can't remember and check right now)
- run slattach
- add a route (you probably want the 'default' route, since the SLIP interface
  is presumably the only one except for the loopback) to the other end,
  if it's not yet present.
- also make sure you have the nameserver set up ok

Of course, PPP is more flexible, and features autodial, etc, but this
is a list of basic things you would need to do to get SLIP running using Seyon,
not using a script.

- Frank