Nw4install DHCP
Nw4install DHCP
Nw4install DHCP
11 DHCP
Reviewed: February 9, 1998 Revised: September 15, 2002
Introduction
This guide offers a hands on approach to installing and configuring DHCP services on a Novell NetWare 4.11 server. After you finish this guide you should be able to: Install DHCP on a NetWare 4.11 server. Apply two software patches. Configure server and workstation components for DHCP services. Test, monitor and troubleshoot DHCP services. Configure multiple address assignments on one physical network. Configure DHCP to work across a wide area network. Configure static address assignments. Configure addresses to exclude for DHCP requests. Hardware Requirements Server running Novell 4.1x No additional hardware upgrades are needed to run DHCP. Note: Novell technical document (TID) # 2944438 lists recommended server hardware components. This is may be useful for future references. Software Requirements 1. Novell 4.1x Server Operating System, base install. 2. Novell NetWare system installation disk. 3. Download two patches: NetWare Support Pack 6.0 and DHCP Server 2.10P Update.
Iwsp6a.exe - http://www.snw.info.hu/INTERNET/DOWNLOAD/iwsp6a.exe Dhcp21p.exe - http://www.lss.ksu.edu/download/novell/dhcp21p.exe
Requirements for Novell 4.11 DHCP 1. Novell 4.1x Server must be attached to the network. 2. Server must be running TCPIP. See:
http://www.more.net/technical/netserv/servers/novell/nw3x4x/nw312-41install-tcpip.html
3. Use these MOREnet DNS server(s): DNS - Domain Names Servers 1 150.199.1.10 2 128.206.2.252 3 131.151.254.243
e.g . 1
4. Fill in how long you want a workstation to hold or lease an IP address. (Short on addresses? Try 3 hours or adjust accordingly). Network Subnet 204.184.5.0 Lease Time 1 day
e.g . 1 2
5.
Fill in the devices you want to always get the same addresses. The Media Access Control (MAC) address is the unique hardware address of your Ethernet card. The following commands can help you find a machine's MAC Address: Operating System NetWare 4 NetWare 3.12 windows 95/98 Windows NT workstation/server Unix Command nlist user /a userlist /a winipcfg ipconfig /all ifconf -a
11. Before configuring DHCP, install the latest support pack and the DHCP 2.01P patch.
Installing and Configuring Novell 4.11 DHCP
Use a workstation and the server console to complete the following: 1. From a Windows workstation, map a drive to SYS:. 2. Open My Computer and use the map drive path to locate the SYS: volume. 3. Copy iwsp6.exe to the root of your SYS volume. Note: Do not create a directory for this file, it will create its own when you extract it. 4. Double click iwsp6.exe from the mapped drive you just created to extract it. 5. At Continue Extraction? enter Y to continue. Note: It will take time to extract. Watch for a valid security envelope near the end of extraction. 6. You must see confirmation of a valid security envelope or you cannot continue. Make sure you have extracted the file using the mapped drive you created through My Computer, not explorer. 7. Switch to the Servers console prompt. 8. At the server prompt, type LOAD INSTALL. 9. Select Product Options. 10. Select Install a product not listed. 11. Select F3 to specify path, then enter sys:iwsp6. 12. Accept defaults and select F10 to continue. 13. When finished, exit install. 14. Down and restart the server.
Configure DHCP
Use the LOAD DHCPCFG utility to configure DHCP. During the initial install of DHCP, if IP was configured on an interface card, DHCP should have added a Subnetwork entry for each interface card. These entries will be incomplete, so you must edit them to complete the configuration. From the server console prompt use your Network Configuration to complete the following: 1. At the server prompt, enter LOAD DHCPCFG. 2. Select Subnetwork Profile. 3. Select the Subnetwork Name you wish to edit. 4. Select Subnetwork Mask; enter your subnet mask (e.g. 255.255.255.0). 5. Select Frame Type; and press <Insert> and select Ethernet_II as a frame type. 6. Press <Esc> to escape back to the Subnetwork Profile Menu. 7. Select Default Router; enter the default gateway for this network (e.g. 204.184.5.126). 8. Select Doma in Name System Used; enter Yes, and <Enter> to accept. At the Domain Name System Configuration Menu, complete the following: At Domain Name, enter your domain name; (e.g. my school.k12.mo.us) At Primary Name Server, Enter your 1st DNS server: 150.199.1.10 At Secondary Name Server, Enter your 2nd DNS server 128.206.2.252 At Tertiary Name Server, Enter your 3rd DNS server 131.151.254.243 Return to the previous screen by pressing the <Esc> key.
9. Select Lease Time, enter 3 Hours. Note: You can make this time longer if you choose. 10. Select Automatic IP Address Assignment; Select Yes.
11. Select Assign All Subnet IP Addresses, Enter No. 12. At Start Address, enter your starting range IP address e.g. 204.184.1.1 13. At End Address, enter your ending range IP address e.g. 204.184.1.250
14. Exit this utility saving your changes when asked. 15. At the server prompt, enter UNLOAD DHCPSRVR. 16. Now restart the service by entering LOAD DHCPSRVR.
DHCPSRVR Syntax
LOAD DHCPSRVR [OPTIONS]
Options to use the LOAD DHCPSRVR command. This command is usually executed from the AUTOEXEC.NCF file, but it can be run from a server prompt.
LOAD DHCPSRVR [-t x] [-a y] [-h] -t x -a y -h Default, 60 seconds. Time between checks to see if the DHCPTAB file has changed. Default, 10 minutes. Time between checks to see if a lease time for an address has expired. Display help information.
5. Enter IPCONFIG /renew to renew the DHCP lease information. 6. Enter IPCONFIG /all to view extended DHCP information. 8. Verify you have all the information you need like gateway address, network mask, and DNS servers.
10