home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / nfs / 1930 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.4 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!mips!sdd.hp.com!hp-cv!ogicse!cs.uoregon.edu!nntp.uoregon.edu!news.u.washington.edu!garrett
  2. From: garrett@lib.washington.edu (Adam Garrett)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: How to make PC-NFS, NCSA Telnet and packet drivers live together?
  5. Message-ID: <1992Jul22.225341.5243@u.washington.edu>
  6. Date: 22 Jul 92 22:53:41 GMT
  7. Article-I.D.: u.1992Jul22.225341.5243
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington Libraries
  10. Lines: 64
  11.  
  12. Now it is my turn to see if I can make PC-NFS, NCSA Telnet and packet drivers
  13. live together.  My attempts only get NCSA Telnet working, but not with PC-NFS.
  14. Below is my autoexec.bat and config.sys.  Help.
  15.  
  16. I am using:
  17. IBM PS/2 70 with 3COM 3c523 enet card
  18. PC-NFS 4.0a
  19. Packet driver for 3c523, version 10.1.2
  20. PKTD.SYS from bcm.tmc.edu
  21.  
  22. Autoexec.bat:
  23. @ECHO OFF
  24. REM ************************************************************************
  25. REM Load the NCSA packet driver before PC-NFS
  26. C:\NCSA\3C523 0x66 3 0x300 0
  27. C:\windows\winqvt\pktint.com
  28. REM ************************************************************************
  29. REM PC-NFS starts here
  30. PATH C:\;C:\DOS;C:\NFS;
  31. SET TZ=PST8PDT
  32. SET PRINTER=LPT1:
  33. SET NFSSPOOL=C:\NFS\SPOOL
  34. SET NFSDRIVE=C
  35. SET NFSPATH=C:\NFS
  36. C:\NFS\PRT -T30 *
  37. C:\NFS\NET INIT
  38. C:\NFS\RTM
  39. REM C:\NFS\LISTENER
  40. REM Start up a PC-NFS Print Server
  41. PCNFSLPD -P LPT1: hpthink -l -x
  42. REM PC-NFS ends here
  43. REM ************************************************************************
  44. PATH C:\;C:\DOS;C:\NFS;C:\WORD5;C:\WINDOWS;C:\WINWORD;C:\NORTON;C:\RBFILES;
  45. C:\WINDOWS\SMARTDRV.EXE /L
  46. PROMPT $e[1;33;44m$p$g
  47. rem SET PCPLUS=C:\PCPLUS
  48. FR /SAVE
  49. SET TEMP=C:\DOS
  50. C:\DOS\SHARE.EXE
  51.  
  52. Config.sys:
  53. DEVICE=C:\WINDOWS\HIMEM.SYS
  54. DEVICE=C:\DOS\SETVER.EXE
  55. DEVICE=C:\DOS\ANSI.SYS
  56. DOS=HIGH
  57. FILES=20
  58. BUFFERS=20
  59. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p /e:512
  60. DEVICE=C:\WINDOWS\SMARTDRV.EXE /DOUBLE_BUFFER
  61. device=C:\WINDOWS\MOUSE.SYS /Y
  62. STACKS=9,256
  63. REM **********************************************
  64. REM PC-NFS starts here
  65. DEVICE=C:\NFS\PCNFS.SYS 
  66. DEVICE=C:\NFS\SOCKDRV.SYS
  67. DEVICE=C:\NFS\PKTD.SYS
  68. LASTDRIVE=V
  69. REM PC-NFS ends here
  70. REM **********************************************
  71.  
  72. Adam R. Garrett
  73. University of Washington Libraries     INTERNET: garrett@lib.washington.edu
  74. 352 Suzzallo Library, FM-25            PHONE:    (206) 543-8843
  75. Seattle, WA  98195                     FAX:      (206) 685-8049
  76.