home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / ibmpc / 5132 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.5 KB  |  56 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!caen!sdd.hp.com!elroy.jpl.nasa.gov!dank
  3. From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
  4. Subject: Re: Problems with Novell LWP
  5. Message-ID: <dank.716066321@blacks>
  6. Sender: news@elroy.jpl.nasa.gov (Usenet)
  7. Nntp-Posting-Host: blacks.jpl.nasa.gov
  8. Organization: Image Analysis Systems Group, JPL
  9. References: <dank.715995477@blacks>
  10. Date: Wed, 9 Sep 1992 19:18:41 GMT
  11. Lines: 43
  12.  
  13. I wrote:
  14. >I just got my NE2000 card and a copy of Novell Lan Workplace for DOS (their
  15. >name for TCP/IP software).  
  16. >Unfortunately, I can't seem to get it working.
  17. >I've gotten it to ping itself, but it can't see anyone else, and vice versa.
  18. >Worse yet, I can't seem to get ne2000.com to unload; it complains
  19. >    FATAL : Failed to locate MLID section heading in NET.CFG File.
  20. >One final question: where should NET.CFG be located?  In the directory where
  21. >the utilities live?  In the current directory?  I get no guidance from the
  22. >manuals.
  23.  
  24. The problem went away when I:
  25. 1. switched to IRQ4, base 340h,
  26. and 2. moved ne2000.com, lsl.com, and net.cfg to \xln\bin40.
  27.  
  28. I tested it with a batch file that loaded all TSR's, pinged a few
  29. addresses, unloaded all TSR's, and looped.
  30.  
  31. Thanks & sorry for the bother!
  32. - Dan K.
  33. p.s. Here's the torture-test; it shows how to unload all the TSR's:
  34.  
  35. :top
  36. lsl
  37. ne2000
  38. tcpip
  39. telapi
  40. SET NAME=dank
  41. SET EXCELAN=C:\XLN
  42.  
  43. netstat -e
  44. netstat -t arp
  45. netstat -t route
  46. netstat -t pcmib
  47. ping sangfroid
  48. ping ftp.uu.net
  49.  
  50. telapi -u
  51. tcpip /u
  52. ne2000 u
  53. lsl u
  54.  
  55. goto top
  56.