home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4795 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  2.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!agate!dog.ee.lbl.gov!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Kermit over NCSA Telnet(Using hardware=decnet)
  5. Message-ID: <1992Aug19.194430.58275@cc.usu.edu>
  6. Date: 20 Aug 92 01:44:30 GMT
  7. References: <2220@sjfc.UUCP>
  8. Organization: Utah State University
  9. Lines: 39
  10.  
  11. In article <2220@sjfc.UUCP>, cpd1450@sjfc.UUCP (Craig Dufresne) writes:
  12. > I have set up a PC to connect to a BSD4.3 Vax using NCSA Telnet 2.5.03,
  13. > using the command hardware=decnet. I am also running pathworks with
  14. > connections to Lat machines via the sethost command.
  15. > Now, I would like to add Kermit as an option. I can't use the packet
  16. > drivers since they seem to screw up decnet. Is it possible to run kermit
  17. > over the NCSA Telnet. The Kermit book talked about using Interrupt 14, is
  18. > this related to the NCSA command net14 ??? Any help or explanations would
  19. > be greatly appreciated ...
  20. > Craig Dufresne
  21. > Internet: cpd1450@sjfc.edu
  22. -----------
  23. Craig,
  24.     There's more than hope. First, Pathworks using NDIS and DECnet
  25. packets can indeed run jointly with Kermit. What you need in this case
  26. is a small protocol shim to provide a Packet Driver interface and use
  27. NDIS as a substitute for a board. I happen to offer one named dis_pkt9.zip,
  28. similar but not quite the same as dis_pkt.gup offered by FTP Inc though
  29. they do the same basic job. Obtain dis_pkt9.zip by anonymous ftp to
  30. netlab2.usu.edu, cd misc. There is a doc file in that archive. Also, MSK
  31. v3.12 beta is in parallel directory kermit.
  32.     Kermit has it's own internal TCP/IP stack for use with Telnet, as
  33. well as working over other stacks by various methods. I have never gotten
  34. NCSA's NET14 program to work here, undoubtedly a failure on my part, but
  35. in any case performance will be much much better without this.
  36.         As an added benefit, one time only, call now... is you can also
  37. run Kermit on the top of Pathworks, replacing SETHOST. All this is handily
  38. discussed in the user's manual, the paperbound book "Using MS-DOS Kermit",
  39. 2nd ed, Christine Gianone, Digital Press and Prentice Hall, 1991. A hint
  40. is SET PORT DEC hostname; this will use either LAT (preferrably) or CTERM
  41. automatically. And for calling right this minute... you can do both over
  42. Pathworks and do Kermit's internal Telnet without rebooting etc. Nifty
  43. slicing and dicing.
  44.     Further queries on the Kermit part of this should be sent to me
  45. at either jrd@cc.usu.edu or jrd@watsun.cc.columbia.edu. Please read the
  46. docs and give things a try first however.
  47.     Joe D.
  48.