home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!news.service.uci.edu!unogate!mvb.saic.com!cpva!turnerj
- From: turnerj@cpva.saic.com
- Newsgroups: comp.protocols.nfs
- Subject: Re: Problem: PC-MFS + Kermit
- Message-ID: <12932.2b0b32c9@cpva.saic.com>
- Date: 19 Nov 92 06:23:04 PST
- References: <Bxu9J3.u0@access.digex.com>
- Organization: Science Applications Int'l Corp./San Diego
- Lines: 83
-
- In article <Bxu9J3.u0@access.digex.com>, tstark@access.digex.com (Timothy M. Stark) writes:
- .
- .
- .
- > Okay. I hold it for sending this message to this newsgroup. I decided to
- > add DIS_PKT9 packet driver to this NDIS system under C:\LANMAN directory.
- > I edited PROTOCOL.INI by inserting instructions with starting [PKTDRV]
- > statement. I set intvec to 0x60 and bindings to wd8003e (MACID). I rebooted
- > it and it worked fine but there still is the problem with initializing NFS
- > drives. I saw the DIS_PKT9 welcome message normally.
- >
- > Okay, I put Kermit 3.12 software into my other directory. I set up
- > tcp commands in mskermit.ini. I tried to connect any host but it complaint
- > that a gateway is needed or a host is down. I checked with PC MFS's
- > telnet but it worked fine. Kermit does not. See more information in
- > info-kermit mailing list that I sent complete details to info-kermit.
- .
- .
- .
-
- I have a very similar problem. I feel like I must be missing something really
- basic, but when I load a shim like Doupnick's DIS_PKT9.DOS or PKTD40a.SYS and
- use an NDIS driver (ELNK16.DOS), I can never get a packet driver application up
- and running concurrently with PCNFS. I have been able to load just the shim
- (sans the PCNFS drivers) and successfully launch packet driver applications.
-
- Below are my AUTOEXEC.BAT, CONFIG.SYS, and PROTOCOL.INI files. Any help in
- solving this puzzle (which has caused me many hours of frustration) would be
- greatly appreciated.
-
- - James Turner
-
- ***** AUTOEXEC.BAT *****
- @ECHO OFF
- C:\WINDOWS\SMARTDRV.EXE
- PROMPT $p$g
- c:\dos\mode com1 96,n,8,1,p
- c:\dos\mode lpt1=com1
- c:\mouse\mouse
- c:\dos\doskey
- PATH C:\WINDOWS;c:\;c:\dos;c:\utils;C:\NFS
- SET TEMP=C:\WINDOWS\TEMP
- VERIFY=OFF
- C:\LANMAN\NETBIND
- set TZ=EST5EDT
- SET NFSDRIVE=C
- SET NFSPATH=C:\NFS
- rem C:\NFS\PRT *
- rem C:\NFS\NET INIT
- call c:\nfs\network.bat
- call c:\nfs\drives.bat
-
- ***** CONFIG.SYS *****
- DEVICE=C:\DOS\HIMEM.SYS
- FILES=50
- BUFFERS=30
- STACKS=9,256
- FCBS=1
- DEVICE=C:\LANMAN\PROTMAN.SYS
- DEVICE=C:\LANMAN\ELNK16.DOS
- DEVICE=C:\LANMAN\DIS_PKT9D.DOS
- DEVICE=C:\LANMAN\NFS-NDIS.SYS
- DEVICE=C:\NFS\PCNFS.SYS /v /c$
- DEVICE=C:\NFS\SOCKDRV.SYS
- LASTDRIVE=H
- DOS=HIGH
-
- ***** PROTOCOL.INI *****
- [protocol manager]
- drivername = PROTMAN$
-
- [ELNK16]
- drivername = ELNK16$
-
- [NFS-NDIS]
- drivername = NFSLINK$
- bindings = ELNK16
-
- [PKTDRV]
- drivername = PKTDRV$
- bindings = ELNK16
- intvec = 0x7E
-
-