* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
If you do not have this version let me know and I'll see if I can dig it
up for you.
-Barry. [Novell Support Connection SysOp]
I did not leave out TRANNTA.NLM and I have the correct version (version
1.12 dated May 11, 1999). If I don't load IPX, then I get the familiar
error message (client32: server cannot be found----). On the other
hand, If I load IPX then I'll be able to connect to a cluster (thru its
IP address) with no problem. Please note that using the CHOICE command
prior to loading client32 did not help either
Here's my autoexec.bat
@echo on
path=A:\;%PATH%
SET NWLANGUAGE=ENGLISH
PROMPT $P$G
MADGECS.EXE
NIOS.EXE
LOAD NBIC32.NLM
LOAD LSLC32.NLM
LOAD CMSM.NLM
LOAD TOKENTSM.NLM
LOAD CMDGODI.LAN FRAME=TOKEN-RING MSB
LOAD CMDGODI.LAN FRAME=TOKEN-RING_SNAP MSB
LOAD TCPIP.NLM
LOAD TRANNTA.NLM
LOAD SRVLOC.NLM
LOAD IPX.NLM
LOAD SPX_SKTS.NLM
LOAD CLIENT32.NLM
f:
login /ns
-----
My net.cfg
NetWare DOS Requester
FILE CACHE LEVEL = 0
FIRST NETWORK DRIVE F
NETWARE PROTOCOL NDS BIND
;PREFERRED SERVER = servername
PREFERRED SERVER = 172.1.2.3
PREFERRED TREE = city
NAME CONTEXT = "ts.abc.city"
MAX CACHE SIZE = 5000
Protocol TCPIP
; for DHCP
IF_CONFIGURATION DHCP LAN_NET
PATH TCP_CFG A:\
BIND CMDGODI
; for STATIC addressing
;IF_CONFIGURATION STATIC LAN_NET
;IP_ADDRESS XX.XX.XX.XX
;IP_ROUTER XX.XX.XX.XX
;IP_NETMASK 255.255.255.0
;PATH TCP_CFG A:\
Link Driver CMDGODI
FRAME TOKEN-RING MSB
FRAME TOKEN-RING_SNAP MSB
---------
My config.sys
device=a:\himem.sys /testmem:off
files=40
buffers=40
lastdrive=z
STACKS=9,256
In article <VA.00000d8...@gf5q0.firstfedbankkc.com>, Barry
* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *
Also, if you're using source routing, you will need to issue the command:
LOAD SROUTE BOARD=1 DEF
before LOAD TCPIP. The DEF parameter configures the source routing driver
to send packets that have destinations that are not in the driver's
routing table as an all-routes broadcast.
It doesn't look like that is what you're doing, but just in case, there it
is.
> Protocol TCPIP
> ; for DHCP
> IF_CONFIGURATION DHCP LAN_NET
> PATH TCP_CFG A:\
> BIND CMDGODI
Also, you don't need/want the PATH TCP_CFG or BIND statements if you are
using DHCP. All you need is:
Protocol TCPIP
If_Configuration DHCP [interface_name]
I don't see anywhere in NET.CFG where you define an interface called
LAN_NET. Unless you have more than one interface, you should leave this
off.
* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *