Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IP connectivity

1 view
Skip to first unread message

James Smith

unread,
Nov 28, 2000, 3:00:00 AM11/28/00
to
I am trying to connect to a NW5.1 server that have both IP & IPX
loaded. I am using an IP boot disk. I noticed that the IP boot disk is
unable to connect to the server using pure IP unless IPX is loaded as
well on the boot disk. TCP/IP is loaded with no problem and I am able
to ping other machines. Is this normal? That is, does IPX have to be
loaded as well on the boot disk if the server I want to connect to has
both IP & IPX loaded? Thanks


* 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!


Barry St.John [SysOp]

unread,
Nov 28, 2000, 3:00:00 AM11/28/00
to
IPX should not have to be loaded. I would guess that you have either left
off TRANNTA.NLM or you have the wrong version. The one you want is
actually from the Win95 version of Client32 -- specifically the version
that ships with NetWare 5.0. The TRANNTA.NLM version is v1.12.

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]


James Smith

unread,
Nov 30, 2000, 3:00:00 AM11/30/00
to
Hi Barry

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 *

Barry St.John [SysOp]

unread,
Dec 1, 2000, 3:00:00 AM12/1/00
to
The client part looks OK to me, except in NET.CFG you specify both
Preferred Server and Preferred Tree. Preferred Server will be ignored in
the NET.CFG you have. That could make the difference if you have more
than one server in your tree.

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.

James Smith

unread,
Dec 5, 2000, 3:00:00 AM12/5/00
to
Thanks Barry - It worked.

In article <VA.00000d8...@gf5q0.firstfedbankkc.com>, Barry
St.John [SysOp] <Chicago...@compuserve.com> wrote:

* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *

Barry St.John [SysOp]

unread,
Dec 6, 2000, 3:00:00 AM12/6/00
to
Great! Thanks for the feedback.
0 new messages