home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.tcp-ip.ibmpc
- Path: sparky!uunet!caen!sdd.hp.com!elroy.jpl.nasa.gov!dank
- From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
- Subject: Re: Problems with Novell LWP
- Message-ID: <dank.716066321@blacks>
- Sender: news@elroy.jpl.nasa.gov (Usenet)
- Nntp-Posting-Host: blacks.jpl.nasa.gov
- Organization: Image Analysis Systems Group, JPL
- References: <dank.715995477@blacks>
- Date: Wed, 9 Sep 1992 19:18:41 GMT
- Lines: 43
-
- I wrote:
- >I just got my NE2000 card and a copy of Novell Lan Workplace for DOS (their
- >name for TCP/IP software).
- >Unfortunately, I can't seem to get it working.
- >I've gotten it to ping itself, but it can't see anyone else, and vice versa.
- >Worse yet, I can't seem to get ne2000.com to unload; it complains
- > FATAL : Failed to locate MLID section heading in NET.CFG File.
- >One final question: where should NET.CFG be located? In the directory where
- >the utilities live? In the current directory? I get no guidance from the
- >manuals.
-
- The problem went away when I:
- 1. switched to IRQ4, base 340h,
- and 2. moved ne2000.com, lsl.com, and net.cfg to \xln\bin40.
-
- I tested it with a batch file that loaded all TSR's, pinged a few
- addresses, unloaded all TSR's, and looped.
-
- Thanks & sorry for the bother!
- - Dan K.
- p.s. Here's the torture-test; it shows how to unload all the TSR's:
-
- :top
- lsl
- ne2000
- tcpip
- telapi
- SET NAME=dank
- SET EXCELAN=C:\XLN
-
- netstat -e
- netstat -t arp
- netstat -t route
- netstat -t pcmib
- ping sangfroid
- ping ftp.uu.net
-
- telapi -u
- tcpip /u
- ne2000 u
- lsl u
-
- goto top
-