#!/usr/bin/perl5 print <

Configuring DHCP Clients

Clients contact the DHCP server at boot time to request an Internet address and configuration information. The information that the client receives is specified in files in the /var/dhcp/config directory. This directory contains a separate configuration file for each network or subnet in an organization. When you configure the DHCP clients on a network, you specify the configuration information that is contained in the DHCP file for a particular network.

(Default value: none)

This page contains a long list of parameters that a DHCP Server can send to a client system. By default, most parameters are hidden. Click the Go to Advanced Optionsbutton to display all available DHCP parameters.

(Default value: none)

If you leave a parameter blank or as it was, DHCP uses the default values. After you make changes, click the Ok button to put the changes into effect.

Enable DHCP service for this network: This selection controls whether this DHCP server answers requests for this network. Select Yes if this server is to answer DHCP requests for this network; select No if this server is to ignore DHCP requests from this network.

(Default value: none)

Allow clients to choose their own hostname: This selection controls an SGI extension to the DHCP protocol, which allows SGI clients to request an alternative hostname from the name that is offered. Select Yes to allow clients to request an alternative hostname; select No to prevent clients from requesting an alternative hostname. When yes is set, a warning is issued if a client requests a name that is already in use.

(Default value: yes)

Prefix for automatic hostname assignments: DHCP generates host names by appending a number to this word. Enter a single word for this prefix. Do not use punctuation in your entry.

(Default value: irix)

Generate new IP addresses from this range: This parameter allows you to limit client addresses to a subset of the addresses in the entire network. This partitioning is particularly useful if the network is shared by multiple administrative bodies. Enter two numbers between 1 and 254 and separate your entries with a dash (for example, 50-100 is a valid entry).

(Default value: none)

Subnet mask for this network: The Internet address for a system contains a network number in the most significant bits and a host number in the least significant bits. A subnet mask overlays the Internet address to designate the host portion of the address. The mask contains all ones in the bits associated with the network number and all zeros in the bits associated with the host number. Enter a network mask in dotted decimal notation (such as 255.255.0.0) or hexadecimal notation (such as 0xffff0000).

(Default value: none)

NIS domain name for this network: If this network is served by an NIS name server, this is the domain name that clients specify when looking up a name. This is typically key words concatenated with a period (such as engr.sgi.com), and is frequently the same as the DNS domain name. Enter a one-word domain name; do not use spaces in your entry.

(Default value: none)

Advanced options are are described in the dhcp_bootp(1M) reference page.

EndOfFile