home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / tcpip / ibmpc / 6484 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  2.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu (Joe Doupnik)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: ETHERSL vs. SLIP8250
  5. Message-ID: <1992Nov23.103948.61185@cc.usu.edu>
  6. Date: 23 Nov 92 10:39:47 MDT
  7. References: <cornell.722071699@texas> <By6AJG.B9H@news.cso.uiuc.edu>
  8. Organization: Utah State University
  9. Lines: 38
  10.  
  11. In article <By6AJG.B9H@news.cso.uiuc.edu>, tmkk@uiuc.edu (Khan) writes:
  12. > In article <cornell.722071699@texas> cornell@syl.dl.nec.com (Cornell Kinderknecht) writes:
  13. >>I downloaded wnqvtnet 3.03 and got it running OK over ethernet and
  14. >>like it very much.  However, I'm having some troubles running it
  15. >>over SLIP with both the ETHERSL and SLIP8250 Crynwr packet drivers.
  16. > What is the difference between these two? I've been using SLIP8250 and
  17. > it seems to work OK with some apps (such as CUTCP, and NUPOP) but not
  18. > others (FTP Software's PC/TCP can't load the ETHDRV kernel, anything based
  19. > on WATTCP pukes, and TRUMPET can connect and read news but seems unable
  20. > to post). The WATTCP docs mention something called ETHERSLIP, and an ftp
  21. > site is listed, but I looked there and the specified path does not exist.
  22. > What is ETHERSL and/or ETHERSLIP? Will it work better than SLIP8250?
  23. -------------
  24.     Etherslip is an adaptation by Paul Martineau of the old SLIP8250
  25. Packet Driver and it attempts to provide an Ethernet interface to applications.
  26. It creates a fake Ethernet hardware address and it fakes ARP packets. Because
  27. it is based on the old item it probably locks up some machines (loss of serial
  28. port interrupts, a design issue solved below).
  29.     SLIP8250 is a regular SLIP Packet Driver and presents a SLIP interface
  30. to applications. Thus the apps need to understand SLIP. I rewrote SLIP8250,
  31. and that's what you probably have (Crynwr, edition 10). I also rewrote parts
  32. of Etherslip and gave the material back to Paul, but I've heard nothing on
  33. it for almost a year now. Questions and comments on Etherslip should be sent 
  34. to him.
  35.     SLIP8250 does NOT do VJ header compression, as a glance at the source
  36. file will verify.
  37.     CUTCP understands SLIP, as does MS-DOS Kermit v3.12, but NCSA Telnet
  38. does not (at least the version I have here), nor do many other DIX Ethernet-only
  39. programs. And so far Kermit is the only pgm to also use ODI directly (no shim),
  40. so a large number of media are available: Ethernet(s), Token Ring(s), Arcnet, 
  41. etc. That means Kermit can use PPP when that ODI driver becomes available to 
  42. the public.
  43.     To repeat an old song: please fellas (developers), let's get ODI
  44. support into these programs. All the docs are available, from netlab2.usu.edu
  45. as well as from Novell's machines.
  46.     Joe D.
  47.