home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / novell / 11071 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: Netware AUTOEXEC.NCF
  5. Message-ID: <1993Jan4.183520.14417@dcatlas.dot.gov>
  6. Keywords: NW3.11
  7. Organization: U.S Dept. of Transportation
  8. References: <1993Jan1.214529.21886@netcom.com>
  9. Date: Mon, 4 Jan 1993 18:35:20 GMT
  10. Lines: 26
  11.  
  12. jmbrown@netcom.com (John M. Brown) writes:
  13.  
  14. >Hi, I know this is a STUPID question!!
  15.  
  16. >I am trying to load two instances of the SMCPLUSS.LAN lan card driver
  17. >One instance is for the NORmal IPX frame and the other is E_II for TCP
  18.  
  19. >Here are the lines
  20.  
  21. >load tcpip
  22. >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_802.3 name=SMCIPX
  23. >bind IPX to SMCIPX net=990
  24. >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_II name=SMCTCP
  25. >bind IP to SMCTCP addr=129.1.0.3
  26.  
  27. >This all loads fine except that when the SECOND instance is loaded
  28. >the server prompts me, asking if I want to load another frame type??
  29.  
  30. I believe you're getting this because your second instance is replacing the
  31. first rather than being in addition to it.  Change the memory and port
  32. numbers for the second card so they are different from the first.  Make 
  33. sure the  int=a  parameters evaluate to something different too (I assume
  34. the 'a' means Autodetect or some such).
  35.  
  36. -JTT
  37.  
  38.