I seem to recall syntax in STARTNET.BAT to point to a specific NET.CFG
file. Obviously I need to be able to do this so that the batch files
will bind IP to the appropriate LAN driver.
What is the syntax?
Thanks!
NET.CFG
-------
Link Driver 3C90X
FRAME Ethernet_II
Link Driver E100B
FRAME Ethernet_II
Link Driver <driver_name>
FRAME Ethernet_II
.
.
.
Protcol TCPIP
IF_CONFIGURATION DHCP
PATH TCP_CFG=<drive>:\<path>\TCP.CFG
--
-Barry. [Novell Support Forum SysOp]
True, but this is the format for specifying FrameType with 16-bit ODI
drivers (*.COM). With 32-bit ODI drivers (*.LAN) you specify FrameType on
the "LOAD *.LAN"- line in your StartNet.bat like (repeat per FrameType):
LOAD mynic.LAN FRAME=ETHERNET_II
BTW, both 16- and 32-bit ODI drivers can be used with the 32-bit (NLM)
NetWare client.
See: http://support.novell.com/cgi-bin/search/searchtid.cgi?/2910293.htm
For your IP-boot disk collection you might fancy a plug 'n play
solution on Novell CoolTools with many NIC drivers included already:
http://www.novell.com/coolsolutions/tools/1666.html
And/or check my site http://www.veder.com/nwdsk/ for updates, NIC driver
sources, or as a reference for your own IP boot disk.
HTH,
Erwin
You are probably right. Point taken ;-)