home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / tcpip / ibmpc / 6985 < prev    next >
Encoding:
Text File  |  1992-12-16  |  3.8 KB  |  126 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!rata.vuw.ac.nz!don
  3. From: don@rata.vuw.ac.nz (Don Stokes)
  4. Subject: Re: Is there a substitute for Lifeline ?
  5. Nntp-Posting-Host: rata.vuw.ac.nz
  6. Message-ID: <BzDyLu.4zA@comp.vuw.ac.nz>
  7. Organization: Victoria University of Wellington CSC
  8. Sender: news@comp.vuw.ac.nz (News Admin)
  9. References: <1992Dec15.194550.3823@searchtech.com>
  10. Date: Thu, 17 Dec 1992 04:17:53 GMT
  11. Lines: 113
  12.  
  13. kelly@searchtech.com (Kelly Thompson) writes:
  14. > I would like to find a substitute for Lifeline, hopefully 
  15. > Windows compatible.  I am running PCNFS 4.0 and am connected
  16. > to a Sun server that handles delivering the mail.
  17.  
  18. We're using PC-NFS over packet drivers, and using PKTMUX/PKTDRV to allow
  19. POPMAIL to run.  (We are also using NCSA Telnet with PC-NFS, since PC-NFS's
  20. Telnet is too broken to use the DNS and we don't run NIS on our machines.)
  21.  
  22. CONFIG.SYS looks something like:
  23.  
  24.     SHELL=C:\DOS\COMMAND.COM /e:1024 /p
  25.     LASTDRIVE=Z
  26.     DEVICE=C:\DOS\ANSI.SYS
  27.     DEVICE=C:\NFS\PCNFS.SYS /m
  28.     DEVICE=C:\NFS\SOCKDRV.SYS
  29.     DEVICE=C:\PKTSTUFF\PKTD.SYS
  30.  
  31. AUTOEXEC.BAT:
  32.  
  33.     REM Environment stuff
  34.  
  35.     PATH C:\DOS;C:\NCSA;C:\POPMAIL;C:\NFS
  36.     SET CONFIGTEL=C:\NCSA\CONFIG.TEL
  37.  
  38.     REM Load packet drivers
  39.  
  40.     C:\PKTSTUFF\WD8003E 96 5 0x280 0xD400
  41.     C:\PKTSTUFF\PKTMUX 2
  42.     C:\PKTSTUFF\PKTDRV
  43.     C:\PKTSTUFF\PKTDRV
  44.  
  45.     REM Load PC-NFS
  46.  
  47.     SET NFSDRIVE=C
  48.     SET TZ=NZT-12NDT
  49.     PRT *
  50.     NFSRUN
  51.  
  52. The stuff in C:\PKTSTUFF\....
  53.  
  54. PKTD.SYS allows PC-NFS to run using packet drivers with cards that aren't
  55. directly supported.  In this case, the WD8003E card is supported, but we
  56. need a packet driver for PKTMUX to work.
  57.  
  58. PKTMUX & PKTDRV are TSRs that allow multiple access to a packet driver. 
  59. Basically, PKTMUX hooks to the packet driver and provides common code for
  60. multiple PKTDRVs.  PKTDRV is a virtual packet driver; you load as many of
  61. them as you need (I had to work hard to cram more than two packet-driver
  62. users into memory at once!); they talk to PKTMUX that in turn talk to 
  63. a packet driver.  PKTMUX has smarts that let it snoop into incoming packets
  64. and figure out from the protocol type, IP, TCP & UDP headers where to 
  65. send them.  For many things it just works; for some applications it needs
  66. to be given more information.
  67.  
  68. WD8003E is the packet driver, which actually talks to the ethernet card.
  69. There are packet drivers (known as the Crynwr packet driver collection) for
  70. pretty much every type of card on the planet.
  71.  
  72.  
  73. FTP sites for this stuff are:
  74.  
  75. POPMAIL:
  76. Host wuarchive.wustl.edu   (128.252.135.4)
  77. Last updated 06:27 23 Nov 1992
  78.  
  79.     Location: /systems/novell/email
  80.       FILE      rwxrwxr-x    112164  Jan 22  1991   popmail.zip
  81.  
  82. Host boombox.micro.umn.edu   (134.84.132.2)
  83. Last updated 06:40 23 Nov 1992
  84.  
  85.     Location: /pub/pc/popmail-3.0/program
  86.       FILE      rw-r--r--    337542  Oct 27 20:18   popmail.exe
  87.  
  88.  
  89. PKTD.SYS:
  90. Host wuarchive.wustl.edu   (128.252.135.4)
  91. Last updated 06:27 23 Nov 1992
  92.  
  93.     Location: /mirrors2/cutcp
  94.       FILE      rw-rw-r--      4928  Feb 19  1990   pktd.sys
  95.  
  96. Host sun.soe.clarkson.edu   (128.153.12.3)
  97. Last updated 06:17 16 Nov 1992
  98.  
  99.     Location: /pub/ka9q
  100.       FILE      rw-r--r--      4949  May 16  1991   pnfspktd.35
  101.  
  102.  
  103. PKTMUX/PKTDRV:
  104.  
  105. Host ftp.uu.net   (137.39.1.9)
  106. Last updated 06:27 30 Nov 1992
  107.  
  108.     Location: /systems/ibmpc/msdos/simtel20/pktdrvr
  109.       FILE      rw-r--r--     50991  Aug 12 16:00   pktmux11.zip
  110.  
  111. Host wuarchive.wustl.edu   (128.252.135.4)
  112. Last updated 06:27 23 Nov 1992
  113.  
  114.     Location: /mirrors/msdos/pktdrvr
  115.       FILE      rw-r--r--     50991  Aug 12 19:00   pktmux11.zip
  116.  
  117.  
  118. Packet drivers can be obtained from damn near anywhere; they should be
  119. in the sorts of places listed above.
  120.  
  121.  
  122. --
  123. Don Stokes, ZL2TNM (DS555)                      don@zl2tnm.gen.nz (home)
  124. Network Manager, Computing Services Centre          don@vuw.ac.nz (work)
  125. Victoria University of Wellington, New Zealand.           +64-4-495-5052
  126.