home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22558 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  2.4 KB

  1. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!agate!usenet.ins.cwru.edu!gatech!concert!rutgers!igor.rutgers.edu!geneva.rutgers.edu!hedrick
  2. From: hedrick@geneva.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: (C)SLIP
  5. Message-ID: <Jan.3.13.49.52.1993.27509@geneva.rutgers.edu>
  6. Date: 3 Jan 93 18:49:52 GMT
  7. References: <1993Jan3.051231.9501@cbfsb.cb.att.com>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 34
  10.  
  11. wto@cbnewsg.cb.att.com (William T. O Connell) writes:
  12.  
  13. >Is anybody using (C)SLIP -or- know where to get it for linux?
  14. >If not, is there anybody working on this? (if so, I would be
  15. >willing to act as a test site -or- try to help 8-) ).
  16.  
  17. There are two separate SLIPs.  One is the ALPHA version that you
  18. noticed.  It works with the kernel-based TCP code.  The other is KA9Q.
  19. This is a user-mode implementation, which does not depend upon
  20. anything in the kernel (except support for the serial port, of
  21. course).  KA9Q performs well and is stable, but (1) supports fewer
  22. services (primarily FTP, client telnet, and X) (2) everything is done
  23. through a single program, so you can't have different applications
  24. running in different windows.  (The exception is the X support.)  It
  25. supports Van Jacobson header compression, i.e. CSLIP.  The telnet
  26. should be fairly good (probably better than the typical versions
  27. supplied with Unix implementations).  Its user interface is modelled
  28. after Cisco's terminal servers (which are themselves modelled after
  29. the TOPS-20 "tn").  It reacts to ^S, ^Q, ^C and ^O locally (if your
  30. telnetd implements the necessary telnet options -- many do not).
  31. Other facilities are of lower quality (roughly proportional to how
  32. often I use them).  It's in tsx-11 binaries/usr.bin/ka9qbin.7.tar.Z
  33. with source in source/usr.bin/ka9qsrc.7.tar.Z.  Installation
  34. instructions are with the binary.  (If you're using anything older
  35. than 7, you should upgrade, as 7 fixes a serious bug with header
  36. compression, and implements mget and mput in FTP.)  Various people
  37. have made other features work, such as incoming telnet and some kind
  38. of mail support, but I haven't had to time integrate them into my
  39. copy, which is what's on tsx-11.
  40.  
  41. I don't know much about the kernel implementation of SLIP, but from
  42. the author's comments in the mailing list, it doesn't sound like it's
  43. stable yet.  It doesn't do header compression.  However it would give
  44. you access to the full set of networking utilities.
  45.