Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!UCBVAX.BERKELEY.EDU!karels%okeeffe From: karels%okeeffe@UCBVAX.BERKELEY.EDU (Mike Karels) Newsgroups: comp.protocols.tcp-ip Subject: Re: Where can I find SLIP server for 4.2/3? Message-ID: <8708300016.AA04771@okeeffe.Berkeley.EDU> Date: Sat, 29-Aug-87 20:16:48 EDT Article-I.D.: okeeffe.8708300016.AA04771 Posted: Sat Aug 29 20:16:48 1987 Date-Received: Sun, 30-Aug-87 10:05:36 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 17 I'm not sure what you mean by a SLIP server; the SLIP protocol for the 4BSD side of a connection is included in 4.3 as if_sl.c. It is configured into a kernel with a line like pseudo-device sl 4 in the system config file, where the number is the number of lines to support. The lines are then set up with the programs slattach and ifconfig, each of which have manual entries. These programs are designed for more-or-less static configurations, as they don't allow dialup use (very easily) and don't do dynamic address assignment. The original versions of slip and slattach were written for 4.2BSD, and they are probably still available somewhere. Of course, you'll need a corresponding protocol module for the PC end, along with IP/TCP support; if that's what you're asking for, I don't know where to find it. Mike