Computing.Net > Forums > Novell Netware > TCP/IP on Netware 4.11

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

TCP/IP on Netware 4.11

Reply to Message Icon

Name: Clay
Date: September 17, 2002 at 12:58:06 Pacific
OS: Netware 4.11
CPU/Ram: lots
Comment:

How do I enable TCP/IP on a Netware 4.11 server? I assume:

load tcpip
then some bind statement...

Here's what I have in there now:

ipx internal net 3670036D

LOAD IPXRTR routing=NLSP
LOAD RSPX

LOAD 3C90X SLOT=1 FRAME=Ethernet_802.2 NAME=3C90X_1_E82

BIND IPX 3C90X_1_E82 NET=A7B5AFF1



Sponsored Link
Ads by Google

Response Number 1
Name: Underdog
Date: September 17, 2002 at 14:56:05 Pacific
Reply:

Here is an excerpt from one of our NW Servers Autoexec.ncf. Notice the two BIND statements. One done for the IPX protocol and one for the IP protocol to Bind protocols to NIC. I might get this next statement wrong, but if I do someone will correct it. By entering this information into the Autoexec.ncf it will be imported into Inetcfg file. It should then rem out your Load and Bind statements in the Autoexec.ncf file. Here is that excerpt.

Load IPXRTR
Load 3C980.lan Slot=3 Frame=Ethernet_802.2 -->
Name=3C980_1_E82
Bind IPX 3C980_1_E82 Net=AA203598
Load IPXRTRNM
Load TCP/IP
Load 3C980.lan Slot=3 Frame=Eternet_II ---->
Name=3C980_1_EII
Bind IP 3C980_1_EII addr=xxx.xxx.xxx.xxx --->
mask=255.255.254.0 ----->
gateway=xxx.xxx.xxx.xxx


0

Response Number 2
Name: Clay
Date: September 18, 2002 at 08:30:10 Pacific
Reply:

Thank you! That did the trick, I have TCPIP loaded now.

The whole reason I was doing this was so that I could load the RDATE.NLM module, which checks a NTP time server for time synchronization. I have an HP-UX server getting time from a master clock, and now my Novell server gets time from it.

This got IP working:

LOAD TCPIP
LOAD 3C90X SLOT=1 FRAME=Ethernet_II -> NAME=3C90X_1_EII
BIND IP 3C90X_1_EII ->
ADDR=xx.xx.xx.xx MASK=255.255.248.0 ->
GATEWAY=xx.xx.xx.xx

Then, this sets the time to our server:

LOAD RDATE /P 60 /V 1 xx.xx.xx.xx

..where xx.xx.xx.xx is the address of the HP-UX server running master time.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Novell Netware Forum Home


Sponsored links

Ads by Google


Results for: TCP/IP on Netware 4.11

installation of modem on netware 4.11 server www.computing.net/answers/netware/installation-of-modem-on-netware-411-server/735.html

Tips required on Netware 4.11 www.computing.net/answers/netware/tips-required-on-netware-411/5599.html

long name on netware 4.11 www.computing.net/answers/netware/long-name-on-netware-411/3031.html