home *** CD-ROM | disk | FTP | other *** search
- 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
- From: garrett@lib.washington.edu (Adam Garrett)
- Newsgroups: comp.protocols.nfs
- Subject: Re: How to make PC-NFS, NCSA Telnet and packet drivers live together?
- Message-ID: <1992Jul22.225341.5243@u.washington.edu>
- Date: 22 Jul 92 22:53:41 GMT
- Article-I.D.: u.1992Jul22.225341.5243
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington Libraries
- Lines: 64
-
- Now it is my turn to see if I can make PC-NFS, NCSA Telnet and packet drivers
- live together. My attempts only get NCSA Telnet working, but not with PC-NFS.
- Below is my autoexec.bat and config.sys. Help.
-
- I am using:
- IBM PS/2 70 with 3COM 3c523 enet card
- PC-NFS 4.0a
- Packet driver for 3c523, version 10.1.2
- PKTD.SYS from bcm.tmc.edu
-
- Autoexec.bat:
- @ECHO OFF
- REM ************************************************************************
- REM Load the NCSA packet driver before PC-NFS
- C:\NCSA\3C523 0x66 3 0x300 0
- C:\windows\winqvt\pktint.com
- REM ************************************************************************
- REM PC-NFS starts here
- PATH C:\;C:\DOS;C:\NFS;
- SET TZ=PST8PDT
- SET PRINTER=LPT1:
- SET NFSSPOOL=C:\NFS\SPOOL
- SET NFSDRIVE=C
- SET NFSPATH=C:\NFS
- C:\NFS\PRT -T30 *
- C:\NFS\NET INIT
- C:\NFS\RTM
- REM C:\NFS\LISTENER
- REM Start up a PC-NFS Print Server
- PCNFSLPD -P LPT1: hpthink -l -x
- REM PC-NFS ends here
- REM ************************************************************************
- PATH C:\;C:\DOS;C:\NFS;C:\WORD5;C:\WINDOWS;C:\WINWORD;C:\NORTON;C:\RBFILES;
- C:\WINDOWS\SMARTDRV.EXE /L
- PROMPT $e[1;33;44m$p$g
- rem SET PCPLUS=C:\PCPLUS
- FR /SAVE
- SET TEMP=C:\DOS
- C:\DOS\SHARE.EXE
-
- Config.sys:
- DEVICE=C:\WINDOWS\HIMEM.SYS
- DEVICE=C:\DOS\SETVER.EXE
- DEVICE=C:\DOS\ANSI.SYS
- DOS=HIGH
- FILES=20
- BUFFERS=20
- SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p /e:512
- DEVICE=C:\WINDOWS\SMARTDRV.EXE /DOUBLE_BUFFER
- device=C:\WINDOWS\MOUSE.SYS /Y
- STACKS=9,256
- REM **********************************************
- REM PC-NFS starts here
- DEVICE=C:\NFS\PCNFS.SYS
- DEVICE=C:\NFS\SOCKDRV.SYS
- DEVICE=C:\NFS\PKTD.SYS
- LASTDRIVE=V
- REM PC-NFS ends here
- REM **********************************************
-
- Adam R. Garrett
- University of Washington Libraries INTERNET: garrett@lib.washington.edu
- 352 Suzzallo Library, FM-25 PHONE: (206) 543-8843
- Seattle, WA 98195 FAX: (206) 685-8049
-