home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21928 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  2.2 KB

  1. Xref: sparky comp.os.linux:21928 comp.unix.bsd:10700
  2. Path: sparky!uunet!gatech!emory!ogicse!das-news.harvard.edu!spdcc!jti.com!richb
  3. From: richb@jti.com (Richard Braun)
  4. Newsgroups: comp.os.linux,comp.unix.bsd
  5. Subject: Re: Connecting Novell networks of 286 to linux/386bsd
  6. Message-ID: <Bzz8ts.9HL@jti.com>
  7. Date: 28 Dec 92 16:08:11 GMT
  8. Article-I.D.: jti.Bzz8ts.9HL
  9. References: <hancu.724508876@clouso>
  10. Sender: news@jti.com (News Admin)
  11. Organization: Jupiter Technology Inc. / Waltham, MA
  12. Lines: 34
  13. Nntp-Posting-Host: bart.jti.com
  14.  
  15. In article <hancu.724508876@clouso> hancu@crim.ca (Marius Hancu) writes:
  16. >most of their PCs are tied up in Novell Netware networks ...
  17. >
  18. >They would like to have linux/386bsd on the server and have dumb terminal
  19. >windows
  20. >I have to mention there are several (not just one) 286s connected to a 386
  21. >server. In Romania, there are hundreds of 286 running just dos/windows,
  22. >and I'd like to change that...
  23. >
  24. >I wonder if any of you has any experience in this area? I would
  25. >appreciate learning first of all about public domain tools ...
  26.  
  27. Get CUTCP and the Clarkson drivers from omnigate.clarkson.edu (or
  28. sun.soe.clarkson.edu if it's not there).  I successfully ran a Novell
  29. network of about 60 users with CUTCP at my former employer, and my new
  30. employer is pretty happy with this solution as well.  IMHO, it's better
  31. than Novell's own pricey TCP/IP product, LAN Workplace.  Especially on
  32. older machines, the nice thing about CUTCP versus Lan Workplace is the
  33. memory overhead:  a packet driver adds about 3K of overhead, whereas most
  34. commercial TCP/IP products want a full TCP/IP protocol stack left resident
  35. in memory (on the order of 60K).  With CUTCP, you unload the TCP/IP code
  36. whenever you're not using it.
  37.  
  38. With this combination of software, you can log into a Novell server,
  39. then into a UNIX (or Linux) host whenever you like.  You can even ftp
  40. files directly between the UNIX server and the Novell server.
  41.  
  42. Wonder if Novell will ever port NetWare to Linux?  ;-)
  43.  
  44. -rich
  45. P.S.  Has anyone set up a bootp server under Linux?  That'd make it really
  46. nice in an environment like the one described here:  a single CONFIG.TEL
  47. file on the Novell server could satisfy everyone, making system administration
  48. easier.  Even without it, CUTCP is pretty easy to set up.
  49.