This chapter describes how to install the JOIN DHCP server:
Platform | Command |
---|---|
SUN OS 4.x | tar xvf /dev/fd0 |
Solaris 2.x | volcheck -v tar xvf /vol/dev/diskette0/unlabeled |
Digital UNIX | tar xvf /dev/rfd0a |
HP-UX | tar xvf /dev/rfloppy/c20Ad1s0 |
JOIN component | default directory | symbol to alternate |
---|---|---|
configuration files | /etc/join | JOINCONFIG |
executables | /opt/join | n/a |
database files | /var/join | JOINSPOOL |
If you install the configuration and database files without using the default values, you must define the corresponding symbols (JOINCONFIG and JOINSPOOL) to tell the DHCP server where to look for these files.
netmasks
file. The default JOIN netmasks
file resides in /etc/join/netmasks
.The following table describes the standard netmask for each network class:
Network Class | Netmask |
---|---|
Class A | 255.0.0.0 |
Class B | 255.255.0.0 |
Class C | 255.255.255.0 |
If your netmask is not standard you must correct it in the netmask file or JOIN cannot operate successfully.
/var/yp/<domainname>
.
/var/yp
.
updtjoin
in a suitable directory, and modify the updaters
file with the pathname of updtjoin
.
NIS+ servers will automatically update NIS+ files, no extra steps are necessary.
IP Ranges
, then choose [New IP Range]
.
[New Record]
.
Hardware Type
from Key Parameters. Enter the type of network to which the node is connected, such as Token Ring or Ethernet. You can specify the hardware type using the symbol or the type number:
Symbol | Number |
---|---|
ethernet or ether | 1 |
ethernet3 or ether3 | 2 |
ax.25 | 3 |
protnet | 4 |
chaos | 5 |
token-ring,tr,ieee802 | 6 |
arcnet | 7 |
Host IP Address
, then enter the Host IP address of the host computer for this node.
To configure a specific, permanent address of a DHCP client:
Active IP Snapshot
, then choose [New Record]
.
True
the server will use the MAC address to uniquely identify the clients. For more information refer to the descriptions that follow.
Clients known to modify the structure of the MAC address before sending it to the server:
Windows `95
MAC Address is prefixed with the hardware type. The MAC type is 0 and the length is 7 (instead of 6). For example, if your Ethernet address is 11:22:33:44:55:66 then you need to specify the following for the static IP mapping:
Windows NT
Windows for Workgroups 3.11 with Microsoft TCP/IP
Subnet
panel.
New Record
.
BOOTP parameters are specified in the Node panel when you configure static IP addressing.
joind
process first. To start the server, execute the following shell script:
The
dhcp_startup
shell script does the following:
lmgrd
, is running. If not, lmgrd
will be started.
joind
. By default, the server is started with the -l2
option which will log all warning and error messages to syslog
. If you want the server to run with other options, modify the startup script accordingly. For more information, refer to the joind man page.