home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / novell / 11012 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!blaze.trentu.ca!ccksb
  3. From: ccksb@trentu.ca (Ken Brown)
  4. Subject: Re: Netware AUTOEXEC.NCF
  5. Message-ID: <1993Jan2.084928.9147@trentu.ca>
  6. Keywords: NW3.11
  7. Organization: Trent University, Ontario
  8. References: <1993Jan1.214529.21886@netcom.com>
  9. Date: Sat, 2 Jan 1993 08:49:28 GMT
  10. Lines: 40
  11.  
  12. In article <1993Jan1.214529.21886@netcom.com> jmbrown@netcom.com (John M. Brown) writes:
  13. >Hi, I know this is a STUPID question!!
  14. >
  15. >I am trying to load two instances of the SMCPLUSS.LAN lan card driver
  16. >One instance is for the NORmal IPX frame and the other is E_II for TCP
  17. >
  18. >Here are the lines
  19. >
  20. >load tcpip
  21. >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_802.3 name=SMCIPX
  22. >bind IPX to SMCIPX net=990
  23. >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_II name=SMCTCP
  24. >bind IP to SMCTCP addr=129.1.0.3
  25. >
  26. >This all loads fine except that when the SECOND instance is loaded
  27. >the server prompts me, asking if I want to load another frame type??
  28. >
  29.  
  30. I had this problem at first.  I'm not at work right now but if memory
  31. serves me well (not always the case ;-)) the undocumented _feature_ of
  32. this driver is that you should only specify port, frame and name when
  33. binding two protocols to the same board.
  34.  
  35. This works for me and no prompts are given (ie: turn on the server and 
  36. away she goes);
  37.  
  38. load tcpip
  39. load SMCPLUSS.LAN port=280 frame=ethernet_802.3 name=ipxnet
  40. load SMCPLUSS.LAN port=280 frame=ethernet_ii name=tcpnet
  41. bind IPX to ipxnet net=1
  42. bind IP to tcpnet addr=192.75.12.139
  43.  
  44. I found their tech folks to be helpful as well.
  45.  
  46. Hope this assists;
  47.  
  48. -- 
  49. Ken Brown                                   internet: kbrown@trentu.ca
  50. Trent University Computing & Telecommunications  tel: (705)748-1540
  51. Peterborough, Ontario, Canada, K9J 7B8           fax: (705)748-1246 
  52.