Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing TCP/IP on a Netware 4.11 server

Status
Not open for further replies.

stonedog

IS-IT--Management
Apr 4, 2001
27
GB
Hi guys,

I'm a Netware newbie having spent all my life (it seems) babysitting NT4.0 boxes. I now have a Netware 4.11 box to look after and my first task is to install TCP/IP onto it. Any help would be greatly appreciated.

Chris.
 
Do you want the easy way, or the Real Novell Man's way? LOL!!!

First off, are you using INETCFG to deal with your LAN Adapter and Protocol related configurations? You will know this by looking at your AUTOEXEC.NCF file. If you have a # symbol in front of the LOAD and BIND statements of your NIC drivers, then you are using INETCFG. If you don't have a # sympbol in front of the LOAD and BIND statements, thats even better!

1. From the Server Prompt, type "LOAD TCPIP"
2. Next, type &quot;LOAD <NIC Driver> SLOT=<SLOT#> FRAME=ETHERNET_II NAME=NAME_1_EII&quot; (This will load the NIC driver with the proper protocol support for TCPIP)
3. Next, type &quot;BIND IP NAME_1_EII ADDR=<IP ADDRESS> MASK=<Subnet Mask> GATE=<IP Address of Next Hop>

That will do it.

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top