Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
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 RSPXLOAD 3C90X SLOT=1 FRAME=Ethernet_802.2 NAME=3C90X_1_E82
BIND IPX 3C90X_1_E82 NET=A7B5AFF1

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

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.xxThen, 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.

![]() |
![]() |
![]() |

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