Install TCP/IP Services on Novell NetWare ServersReviewed: September 3, 1997
|
| Purpose
NetWare 3.12 Installation Steps Example for Ethernet Adapter Card Example for Token Ring Adaptor Card |
Created for TECHNIC Network Builder
To provide a step by step installation guide for installing the TCP/IP communication protocol stacks (programs) on a Novell NetWare server. TCP/IP is needed for various Internet services running on a Novell Netware server such as a www, ftp, gopher, email, etc., and for routing IP on Netware. If your server is not also running one of these services, you do not need TCP/IP on your server. TCP/IP on NetWare is supported through a suite of programs called NetWare TCP/IP, which includes the following NetWare NLM (Netware Loadable Modules) program files:
Before installing the TCP/IP components for NetWare, your computer systems must meet the following requirements:
NetWare 3.12 Installation Steps Installing the TCP/IP modules on a NetWare 3.12 server involves three basic steps:
At the file server console prompt, type load TCPIP. Loading the TCPIP.NLM program also supports several command-line options (for more information read the Netware TCP/IP Transport Supervisor's Guide). One of the most frequently used options is: load TCPIP forward=yes If the option forward=yes is used, the NetWare server will act as a routing device on your network (see Routing IP on Novell Server). Loading the LAN drivers to support TCP/IP The next step is to load a network driver that handles Ethernet_II frames (for Ethernet network) or Token-Ring_SNAP frames (for Token Ring network) for the TCPIP protocol. NetWare usually uses the Ethernet_802.3 frame (Ethernet network) or Token-Ring frame (Token Ring network) as the first frame to support IPX protocol (Netware's default protocol). Therefore, the same driver has to be loaded a second time to support a different frame (i.e. Ethernet_II or Token-Ring_SNAP). Assuming you have a Novell NE2000 network adapter card installed on your file server on port 300, using IRQ 10 you would issue the command: ;modify the following line to reflect your
network card's port and interupt.
Or an IBM Token Ring card (IBMENIO) with port 280, using IRQ 11: LOAD IBMENIO port=280 int=11 frame=Token-Ring_SNAP
name=IPnet
Note: Because Ethernet_II or Token-Ring_SNAP is usually the second frame to be loaded after the Ethernet_802.3 or Token-Ring frame, NetWare will report that the "previously loaded driver was used re-entrantly". This is a normal message. Binding IP to LAN Drivers To bind the IP protocol stacks to your LAN drivers, you need to know three sets of IP addresses for your network:
Bind IP to IPnet addr=204.184.10.1 mask=255.255.255.0 gate=204.184.10.254 After the command has been entered, TCP/IP should be running on your NetWare server. Automating the Processing of Loading Drivers To automate the process of loading TCP/IP drivers on your NetWare server, you should put the commands listed above in the AUTOEXEC.NCF file located in SYS:SYSTEM directory. You must be logged into the server as a user who has write privileges to make changes to this file. Example: SYS:\SYSTEM\AUTOEXEC.NCF for Ethernet Adapter Card ;
Example: SYS:\SYSTEM\AUTOEXEC.NCF for Token Ring Adapter Card ;
NetWare 4.1 Installation Steps Installing the TCP/IP modules on a NetWare 4.1 server involves two basic steps:
Next load a network driver that handles Ethernet_II frames (for Ethernet network) or Token-Ring_SNAP frames (for Token Ring network) for the TCPIP protocol. NetWare usually uses the Ethernet_802.3 frame (Ethernet network) or Token-Ring frame (Token Ring network) as the first frame to support IPX protocol (Netware's default protocol). Therefore, the same driver has to be loaded a second time to support a different frame (ie. Ethernet_II or Token-Ring_SNAP).
Hunt, Craig. Networking Personal Computers with TCP/IP. O'Reilly and Associates. Hunt, Craig. TCP/IP Network Administration. O'Reilly and Associates. TCP/IP Transport Supervisor's Guide. Part 100-001866-001.Novell Publishing. |
© 1997 Missouri Research and Education Network