home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.novell
- Path: sparky!uunet!dcatlas!joet
- From: joet@dcatlas.dot.gov (Joe Trott)
- Subject: Re: Netware AUTOEXEC.NCF
- Message-ID: <1993Jan4.183520.14417@dcatlas.dot.gov>
- Keywords: NW3.11
- Organization: U.S Dept. of Transportation
- References: <1993Jan1.214529.21886@netcom.com>
- Date: Mon, 4 Jan 1993 18:35:20 GMT
- Lines: 26
-
- 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 believe you're getting this because your second instance is replacing the
- first rather than being in addition to it. Change the memory and port
- numbers for the second card so they are different from the first. Make
- sure the int=a parameters evaluate to something different too (I assume
- the 'a' means Autodetect or some such).
-
- -JTT
-
-