Article ID: 107632
Article Last Modified on 2/26/2002
C:\WINDOWS\NET INIT
<==This loads protman and NDIS protocols>
C:\<PATH>\LSL.COM
C:\<PATH>\<your network card's ODI MAC driver>.COM
C:\<PATH>\ODINSUP.COM
C:\WINDOWS\NET START NETBIND (This binds the protocols to ODINSUP.)
C:\<PATH>\IPXODI.COM
C:\<PATH>\NETX.EXE
(The rest of these files are for MS TCP/IP.)
C:\WINDOWS\UMB
C:\WINDOWS\TCPTSR
C:\WINDOWS\TINYRFC
C:\WINDOWS\NMTSR.EXE
C:\WINDOWS\EMSBFR.EXE
PB BUFFERS 7
PROTOCOL ODINSUP
BIND <3c509> (where <3C509> is the filename of your network
card's ODI driver.)
BUFFERED
LINK DRIVER <3c509> (where <3C509> is the filename of your network
card's ODI driver.)
INT <n> (where <n> is the one-digit interrupt number.)
MEM <nnnnn> (where <nnnnn> is the five-digit memory address.)
PORT <nnn> (where <nnn> is the three-digit I/O port address.)
FRAME ETHERNET_802.2
FRAME ETHERNET_802.3
FRAME ETHERNET_II
FRAME ETHERNET_SNAP
PROTOCOL IPX 0 ETHERNET_802.3
NOTE: If you have been using ODI to attach to a Novell server at DOS and
you haven't specified the parameters INT, MEM, PORT, DMA, SLOT, and so
forth in the NET.CFG file, you probably don't need to add them now.
However, depending on the ODI MAC driver you are using (Novell refers to
this as the "MLID"), you may need to place these parameters after the
FRAME lines. Additionally, list your network's frame type FIRST in the
list of "FRAME ETHERNET_<xxxx>" entries (where <xxxx> will probably be
<802.3> or <II>).
[NWLINK]
;BINDINGS=<MS$ELNK3> (where <MS$ELNK3> corresponds to your NDIS MAC
driver; in this case, ELINK3.DOS. The semicolon
comments out this line.)
BINDINGS=<x3c509> (where <x3c509> corresponds to your ODI MLID;
in this case, 3c509.COM. The "x" must be added if the
ODI MLID filename begins with a numeral.)
[NETBEUI]
;BINDINGS=<MS$ELNK3> (where <MS$ELNK3> corresponds to your NDIS MAC
driver; in this case, ELINK3.DOS. The semicolon
comments out this line.)
BINDINGS=<x3c509> (where <x3c509> corresponds to your ODI MLID;
in this case, 3c509.COM. The "x" must be added if the
ODI MLID filename begins with a numeral.)
LANABASE=0
SESSIONS=10
NCBS=12
DriverName=netbeui$
[MS$NDISHLP]
DriverName=ndishlp$
;BINDINGS=<MS$ELNK3> (where <MS$ELNK3> corresponds to your NDIS MAC
driver; in this case, ELINK3.DOS. The semicolon
comments out this line.)
BINDINGS=<x3c509> (where <x3c509> corresponds to your ODI MLID;
in this case, 3c509.COM. The "x" must be added if the
ODI MLID filename begins with a numeral.)
[TCPIP]
IPAddress0=<130 25 40 20> (where <130 25 40 20> corresponds to your own
IP Addresses.)
DefaultGateway0=130 25 0 1
SubNetMask0=255 255 0 0
NBSessions=6
NetFiles=C:\WINDOWS
DriverName=TCPIP$
;BINDINGS=<MS$ELNK3> (where <MS$ELNK3> corresponds to your NDIS MAC
driver; in this case, ELINK3.DOS. The semicolon
comments out this line.)
BINDINGS=<x3c509> (where <x3c509> corresponds to your ODI MLID;
in this case, 3c509.COM. The "x" must be added if the
ODI MLID filename begins with a numeral.)
LANABASE=2
NOTE: If you are using the Microsoft 32-bit TCP/IP dated 11/21/94, you
must change the "bindings=" setting in the network card section of the
SYSTEM.INI file to match the ODI MLID name.
BINDINGS=x3C509
DEVICE=C:\WINDOWS\HIMEM.SYS DOS=HIGH BUFFERS=30 FILES=50 DEVICE=C:\DOS\SETVER.EXE SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p /e:2048 STACKS=9,256 LASTDRIVE=P DOS=UMB DEVICE=C:\WINDOWS\IFSHLP.SYS
C:\WINDOWS\NET INIT C:\NOVELL\LSL C:\NOVELL\3C509 C:\NOVELL\ODINSUP C:\WINDOWS\NET START NETBIND C:\NOVELL\IPXODI C:\NOVELL\NETX C:\WINDOWS\UMB C:\WINDOWS\TCPTSR C:\WINDOWS\TINYRFC C:\WINDOWS\NMTSR.EXE C:\WINDOWS\EMSBFR.EXE PATH=C:\WINDOWS;C:\DOS;C:\ SET TEMP=C:\TEMP C:\WINDOWS\SMARTDRV.EXE /X
SHOWDOTS=ON PB BUFFERS 7 PROTOCOL ODINSUP BIND 3c509 BUFFERED LINK DRIVER 3c509 port 300 int 5 frame ethernet_802.3 frame ethernet_802.2 frame ethernet_II frame ethernet_SNAP PROTOCOL IPX 0 ETHERNET_802.3
[network.setup] version=0x3110 netcard=ms$elnk3,1,MS$ELNK3,1 transport=ms$nwlinknb,NWLINK transport=ms$netbeui,NETBEUI transport=ms$ndishlp,MS$NDISHLP transport=tcpip,TCPIP lana0=ms$elnk3,1,ms$netbeui lana1=ms$elnk3,1,ms$nwlinknb lana2=ms$elnk3,1,ms$ndishlp lana3=ms$elnk3,1,tcpip [MS$ELNK3] DriverName=ELNK3$ MAXTRANSMITS=6 [NWLINK] BINDINGS=x3C509 [NETBEUI] BINDINGS=x3C509 LANABASE=0 SESSIONS=10 NCBS=12 DriverName=netbeui$ [protman] DriverName=PROTMAN$ PRIORITY=MS$NDISHLP <BR/><BR/> [MS$NDISHLP] DriverName=ndishlp$ BINDINGS=x3C509 <BR/><BR/> [TCPIP] DefaultGateway0=130 25 0 1 SubNetMask0=255 255 0 0 IPAddress0=130 25 40 20 NBSessions=6 NetFiles=C:\WINDOWS DriverName=TCPIP$ BINDINGS=x3C509 LANABASE=2For additional information concerning the Novell ODINSUP.COM driver, contact Novell Technical Support or on the Novell CompuServe forums.
Additional query words: 3.11
Keywords: KB107632