home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.novell
- Path: sparky!uunet!usc!cs.utexas.edu!torn!blaze.trentu.ca!ccksb
- From: ccksb@trentu.ca (Ken Brown)
- Subject: Re: Netware AUTOEXEC.NCF
- Message-ID: <1993Jan2.084928.9147@trentu.ca>
- Keywords: NW3.11
- Organization: Trent University, Ontario
- References: <1993Jan1.214529.21886@netcom.com>
- Date: Sat, 2 Jan 1993 08:49:28 GMT
- Lines: 40
-
- In article <1993Jan1.214529.21886@netcom.com> jmbrown@netcom.com (John M. Brown) writes:
- >Hi, I know this is a STUPID question!!
- >
- >I am trying to load two instances of the SMCPLUSS.LAN lan card driver
- >One instance is for the NORmal IPX frame and the other is E_II for TCP
- >
- >Here are the lines
- >
- >load tcpip
- >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_802.3 name=SMCIPX
- >bind IPX to SMCIPX net=990
- >load smcpluss port=300 memory=d0000 int=a frame=ETHERNET_II name=SMCTCP
- >bind IP to SMCTCP addr=129.1.0.3
- >
- >This all loads fine except that when the SECOND instance is loaded
- >the server prompts me, asking if I want to load another frame type??
- >
-
- I had this problem at first. I'm not at work right now but if memory
- serves me well (not always the case ;-)) the undocumented _feature_ of
- this driver is that you should only specify port, frame and name when
- binding two protocols to the same board.
-
- This works for me and no prompts are given (ie: turn on the server and
- away she goes);
-
- load tcpip
- load SMCPLUSS.LAN port=280 frame=ethernet_802.3 name=ipxnet
- load SMCPLUSS.LAN port=280 frame=ethernet_ii name=tcpnet
- bind IPX to ipxnet net=1
- bind IP to tcpnet addr=192.75.12.139
-
- I found their tech folks to be helpful as well.
-
- Hope this assists;
-
- --
- Ken Brown internet: kbrown@trentu.ca
- Trent University Computing & Telecommunications tel: (705)748-1540
- Peterborough, Ontario, Canada, K9J 7B8 fax: (705)748-1246
-