Previous | Contents | Index |
Time parameters allow you to change information about network time services available to clients on the network.
Network Time Protocol (NTP) Servers
Specifies a list of RFC 1305 time servers available to the client. List the server addresses in the order of preference.Use this format: ddd.ddd.ddd.ddd.
X parameters configure X11-related parameters on a per-host basis.
X Window Display Manager
Specifies a list of IP addresses of systems that are running the X Window System display manager and that are available to the client.Enter IP addresses in the order of preference.
Use this format: ddd.ddd.ddd.ddd.
X Window Font Server
Specifies a list of X Window System font servers available to the client. Enter the server addresses in the order of preference.Use this format: ddd.ddd.ddd.ddd.
After you convert your existing BOOTP file to the new DHCPCAP. file as described in Section 8.4.1, you are ready to begin serving your existing BOOTP clients without any further changes.
This section explains how to use the GUI to configure static IP addressing for any DHCP/BOOTP clients you add in the future, as appropriate.
Configuring static IP addressing for DHCP and BOOTP client requires
different steps described in the following sections.
8.6.1 Static IP Addressing for BOOTP Clients
To define static IP addressing, specify a specific IP address for a specific MAC address as follows:
$ DHCPGUI |
Select static addressing if you want to assign a specific IP address with a permanent lease time to a DHCP client, and you do not want the client to be able to release this IP address. Also, select static addressing if you need to select an IP address that is not part of any IP address pool.
Selecting an IP address from outside an IP address pool allows the server to specify a permanent mapping between a DHCP client's MAC address and the desired IP address. A client can reuse and release any address within an IP pool.
To configure a specific, permanent address for a DHCP client, do the following:
$ DHCPGUI |
If you set the Use MAC addr as Client ID parameter to True, the server uses the MAC address to uniquely identify the clients. The MAC address field might not be the actual MAC address of the client's network adapter. Clients that modify the structure of the MAC address before sending it to the server include:
After you run the TCPIP$CONFIG.COM procedure and enable the DHCP server on your system, you can manually define the following client information on a case-by-case basis:
Defining client addressing and additional parameters manually involves the following steps:
The DHCPCAP. file describes the various configuration parameters for
the clients. This file is similar to the standard
bootptab
file used by most BOOTP servers. Each entry in the file can describe a
single machine (per-node basis) or all the machines within a subnet
(per-subnet basis) or a group of machines (per-group basis).
8.7.2.1 DHCPCAP Configuration Syntax
The DHCPCAP. configuration file uses two-character, case-sensitive symbols that represent host parameters. Colons (:) follow and separate parameters from one another. For example, gw specifies gateway. For a list of the available symbols, see Section 8.7.2.5.
The following is the format of a configuration file entry:
entryname:symbol=value:symbol=value:symbol=value: |
In this format:
Example 8-8 shows a sample DHCPCAP file entry.
Example 8-8 Sample Single-Host DHCPCAP File Entry |
---|
mypc:\ :ht=ether:\ :ha=112233445566:\ :ip=143.32.3.10:\ :gw=143.32.3.1:\ :dn=acme.com: |
When you create the DHCPCAP file, entries must conform to the following rules:
You can delete symbol values associated with a particular client by entering an at sign (@) immediately following the symbol. For example, gw@.
Both BOOTP and DHCP interpret lines that begin with any of the following as comments:
Example 8-9 shows a sample single-host DHCPCAP. file entry. This entry, mypc , describes the configuration for a BOOTP client. It describes the client itself, its IP address, the default gateway, and the domain name.
Example 8-9 Sample Single Host DHCPCAP Entry |
---|
mypc:\ :ht=ether:\ :ha=112233445566:\ :ip=143.32.3.10:\ :gw=143.32.3.1:\ :dn=acme.com: |
Example 8-10 shows a subnet DHCPCAP. file entry. This entry, subnet5, describes the parameters for all the clients on a particular subnet, 143.32.5.0. It describes the default gateway, subnet mask, domain name, DNS server address, and lease time of the address.
Example 8-10 Sample Subnet DHCPCAP Entry |
---|
subnet5:\ :nw=143.32.5.0:\ :gw=143.32.5.1:\ :sm=255.255.255.0:\ :dn=engr.acme.com:\ :ds=143.32.5.10:\ :lt=3600: |
The symbol values require specific formats. Use only the following formats:
tg=128.119.91.2 128.119.95.42 128.119.95.8 |
ha=7F-FF-81-00-0A-47 ha=0X7F0XFF0X81000A47 ha=0X7F-FF0XF8-1000A47 |
:hn:\ #This is an example of a boolean type field :ms=1:\ #This is an example of a switch type field |
Table 8-8 describes each DHCP configuration file symbol and indicates whether you use the symbol in DHCP configuration only or in BOOTP and DHCP configuration.
Symbol | Function | Value Format | Description |
---|---|---|---|
as | Maximum datagram reassembly size | ASCII integer | Specifies the maximum size datagram that the client should be prepared to reassemble. The minimum value is 576. |
at | ARP cache timeout | ASCII integer | Specifies the timeout (in seconds) for ARP cache entries. |
ba | Broadcast address | IP address | Specifies the broadcast address in use on the client's subnet. |
bf | Boot file | ASCII string | Specifies the fully qualified path name of the client's default boot image. |
br | IP forwarding | Boolean | Specifies whether the client should configure its IP layer for packet forwarding. A value of 0 means disable IP forwarding, and a value of 1 means enable IP forwarding. |
bs | Boot file size | ASCII integer or auto | Specifies the length in 512-octet blocks of the default boot image for the client. |
bw | NetBIOS name servers | IP address list | Specifies a list of RFC 1001/1002 NBNS name servers listed in order of preference. |
bx | NetBIOS over TCP/IP datagram distribution server | IP address list | Specifies a list of RFC 1001/1002 NBDD servers listed in order of preference. |
by | NetBIOS over TCP/IP node type | ASCII integer | Specifies whether clients can be configured as described in RFC 1001 and 1002. The NetBIOS node type option allows NetBIOS over TCP/IP configurable clients to be configured as described in RFC 1001 and 1002. Specify the value as a single octet (from 0 to 255) that identifies the client type. |
bz | NetBIOS over TCP/IP scope | ASCII string | Specifies the NetBIOS over TCP/IP scope text parameter for the client as specified in RFC 1001/1002. There can be character-set restrictions. |
ck | Client identifier | Opaque | |
cs | Cookie server address list | IP address list | Specifies a list of RFC 865 cookie servers available to the client. Enter servers in order of preference. |
ct | Vendor class | String | Specifies the vendor type and configuration of a DHCP client. The information is a string of n octets, interpreted by servers. Vendors may choose to define specific vendor class identifiers to convey particular configuration or other identification information about a client. For example, the identifier may encode the client's hardware configuration. Servers not equipped to interpret the class-specific information sent by a client must ignore it (although it may be reported). |
da | STDA servers | IP address list | Specifies a list of StreetTalk Directory Assistance (STDA) servers available to the client. Servers should be listed in order of preference. |
df | Merit dump file | ASCII string | Specifies the path name of a file to which the client's core image should be dumped in the event the client fails. The path is formatted as a character string consisting of characters from the NVT ASCII character set. |
dn | DNS domain name | ASCII String | Specifies the domain name that the client should use when resolving host names via the Domain Name System. |
ds | DNS servers | IP address list | Specifies a list of Domain Name System (RFC 1035) name servers available to the client. Enter servers in order of preference. |
ec | Ethernet encapsulation | 0 or 1 |
Specifies whether the client should use Ethernet Version 2 (RFC 894) or
IEEE 802.3 (RFC 1042) encapsulation if the interface is an Ethernet.
The switch values are:
|
ef | Extensions path | ASCII string | Specifies a file, retrievable through TFTP, that contains information that can be interpreted in the same way as the 64-octet vendor-extension field in the BOOTP response. The length of the file is unconstrained. |
fi | Finger servers | IP address list | Specifies a list of finger servers available to the client. Servers should be listed in order of preference. |
fn | Forward nonlocal datagarams | 0 or 1 | Specifies whether the client should configure its IP layer to allow forwarding of datagrams with nonlocal source routes. |
gw | Gateway address list | IP address list | Specifies a list of the IP addresses of gateways for the specified subnet. This list consists of the default routes. |
ha | Client's hardware address | ASCII string | Specifies whether host names can be assigned by the hardware address. If so specified, the client host, provided it remains in the same domain, retains the same name, even if its IP address changes. |
hn | Host name | Boolean | Specifies that the DHCP server should write the client's host name to the vend field of the DHCP reply packet and send the packet to the client. Can appear only in the format hn: or hn@:. |
ho | Host name | ASCII string | Specifies the name of the client. The name may or may not be qualified with the local domain name. |
ht | Client's hardware type | ASCII string or ASCII integer | Specifies the hardware type code as assigned in the ARP section of RFC 1340, Assigned Numbers. |
hr | Forwarding enable/disable | 0 or 1 |
Specifies whether the client should configure its IP layer for packet
forwarding. The values are:
|
im | Impress server address list | IP address list | Specifies a list of Imagen Impress servers available to the client. Enter servers in order of preference. |
ip | Client IP address | IP address | Specifies the IP address of the BOOTP client or a single IP address to assign the DHCP client. |
it | IP time to live | ASCII string | Specifies the default time to live that the client should use on outgoing datagrams. |
ki | TCP keepalive interval | ASCII integer | Specifies the interval (in seconds) that the client TCP should wait before sending a keepalive message on a TCP. |
ko | TCP keepalive garbage | 0 or 1 | Specifies whether the client should send TCP keepalive messages with an octet of garbage for compatibility with older implementations. |
lg | Log server | IP address list | Specifies a list of MIT-LCS UDP log servers available to the client. Enter servers in order of preference. |
lp | LPR server address list | IP address list | Specifies a list of RFC 1179 line printer servers available to the client. Enter servers in order of preference. |
lt | Lease time | ASCII integer | Specifies in a client request, that a client is allowed to request a lease time for the IP address. In a server reply, specifies the lease time the server is willing to offer. Enter the time in seconds. |
md | Perform mask discovery | 0 or 1 | Specifies whether the client should perform subnet mask discovery using ICMP. |
mm | Maximum DHCP message size | Integer | Specifies the maximum length DHCP message that it is willing to accept. The length is specified as an unsigned 16-bit integer. A client may use the maximum DHCP message size option in DHCPDISCOVER or DHCPREQUEST messages, but should not use the option in DHCPDECLINE messages. |
ms | Mask supplier | 0 or 1 | Specifies whether the client should respond to subnet mask requests using ICMP. |
nn | NNTP | IP address list | Specifies the NNTP server. |
no | NetWare options | Opaque | |
ns | IEN-116 name server address list | IP address list | Specifies a list of IEN 116 name servers available to the client. Enter servers in order of preference. |
nt | NTP servers | IP address list | Specifies a list of NNTP (Network Time Protocol) servers. |
ov | Overload file/sname | Integer | Specifies that the DHCP sname or file fields are being overloaded by using them to carry DHCP options. A DHCP server inserts this option if the returned parameters will exceed the usual space allotted for options. |
pf | Policy filter | IP address list | Specifies policy filters for nonlocal source routing. The filters consist of a list of IP addresses and masks that specify destination/mask pairs with which to filter incoming source routes. |
pl | Path MTU plateau table | ASCII integer list | Specifies a table of MTU sizes to use when performing Path MTU Discovery as defined in RFC 1191. The minimum value is 68. |
pt | Path MTU aging timeout | Integer | Specifies the timeout (in seconds) to use when aging Path MTU values are discovered by the mechanism defined in RFC 1191 [12]. The timeout is specified as a 32-bit unsigned integer. |
rd | Perform router discovery | 0 or 1 | Specifies whether the client should solicit routers using the Router Discovery mechanism defined in RFC 1256. |
rl | Resource location protocol server address list | IP address list | Specifies a list of RFC 887 Resource Location servers available to the client. Servers should be listed in order of preference. |
rp | Root path | ASCII string | Specifies the path name that contains the client's root directory or partition. The path is formatted as a character string consisting of characters from the NVT ASCII character set. |
rs | Router solicitation address | IP address | Specifies the address to which the client should transmit router solicitation requests. |
sa | Boot server address | IP address | Specifies the IP address of the TFTP server the client uses. |
sl | All subnets are local | 0 or 1 | Specifies whether the client can assume that all subnets of the IP network to which the client is connected use the same MTU as the subnet of that network to which the client is directly connected. |
sn | Boot file server name | ASCII string | Specifies the host name of the bootfile server. |
sm | Subnet mask | IP address | Specifies the client's subnet mask as per RFC 950. A subnet mask allows the addition of subnetwork numbers to an address and provides more complex address assignments. If both the subnet mask and the router option are specified in a DHCP reply, the subnet mask option must be first. |
sp | SMTP servers | IP address list | Specifies a list of SMTP (Simple Mail Transport Protocol) servers available to the client. Servers should be listed in order of preference. |
sr | Static route | IP address list | Specifies a list of static routes that the client should install in its routing cache. If multiple routes to the same destination are specified, they are listed in descending order of priority. The routes consist of a list of IP address pairs. The first address is the destination address, and the second address is the router for the destination. |
st | StreetTalk servers | IP address list | Specifies a list of StreetTalk servers available to the client. Servers should be listed in order of preference. |
sw | Swap server | IP address | Specifies the IP address of the client's swap server. |
sv | Server IP | IP address | Specifies the server ID in a DHCOFFER and DHCPREQUEST message and optionally in a DHCPACK and DHCPNAK messages. DHCP servers include this option in the DHCPOFFER in order to allow the client to distinguish between lease offers. DHCP clients use the contents of the "server identifier" field as the destination address for any DHCP messages unicast to the DHCP server. DHCP clients also indicate which of several lease offers is being accepted by including this option in a DHCPREQUEST message. |
t1 | DHCP renewal time | Integer | Specifies the time interval (in seconds) from address assignment until the client transitions to the RENEWING state. The value is specified as a 32-bit unsigned integer. |
t2 | DHCP rebinding time | Integer | Specifies the time interval (in seconds) from address assignment until the client transitions to the REBINDING state. The value is specified as a 32-bit unsigned integer. |
to | Time offset | ASCII integer or auto | Specifies (in seconds) the offset of the client's subnet in seconds from Coordinated Universal Time (UTC). The offset is expressed as a twos complement 32-bit integer. A positive offset indicates a location east of the zero meridian and a negative offset indicates a location west of the zero meridian. |
tr | Trailer encapsulation | 0 or 1 | Specifies whether the client should negotiate the use of trailers (RFC 893) when using the ARP protocol. |
tu | Interface MTU | ASCII integer | Specifies the MTU to use on this interface. |
ts | Time server address list | IP address list | Specifies a list of RFC 868 time servers available to the client. Servers should be listed in order of preference. |
tt | TCP default TTL | ASCII integer | Specifies the default time to live that the client should use when sending TCP segments. |
uc | User class | ASCII string |
Specifies the type or category of user or application the client
represents. This option is used by a DHCP client to optionally identify
the type or category of user or application it represents. The format
of this option is an NVT ASCII text object of varying length which
represents a user class of which the client host is a member.
DHCP administrators may define specific user class identifiers to convey information about a host's software configuration or about its user's preferences. For example, an identifier may specify that a particular DHCP client is a member of the class "accounting auditors", which have special service needs such as a particular database server. |
vm | Vendor's magic cookie selector | ASCII string | Specifies a vendor magic cookie for the client. |
xd | X Window System display manager | IP address list | Specifies a list of IP addresses of systems that are running the X Window System display manager that are available to the client. Enter addresses in order of preference. |
xf | X Window System font server | IP address list | Specifies a list of X Window System font servers available to the client. Enter addresses in order of preference. |
yd | NIS domain name | ASCII string | Specifies the name of the client's NIS domain. The domain is formatted as a character string consisting of characters from the NVT ASCII character set. |
ys | NIS servers | IP address list | Specifies a list of IP addresses indicating NIS servers available to the client. Servers should be listed in order of preference. |
zd | NIS+ domain name | ASCII string | Specifies the name of the client's NIS+ domain. The domain is formatted as a character string consisting of characters from the NVT ASCII character set. |
zs | NIS+ server | IP address list | Specifies a list of IP addresses indicating NIS+ servers available to the client. Servers should be listed in order of preference. |
Symbol | Function | Value Format |
---|---|---|
For Join DHCP clients: | ||
cb | Client binary | ASCII string |
mf | NFS mounted file systems | ASCII string list |
pr | Printers | ASCII string list |
ps | SVR4 printer setup | ASCII string list |
ss | Name service switch | ASCII string |
For OpenVMS DHCP clients: | ||
sd | SMTP substitute domain | ASCII string |
sg | SMTP gateway | ASCII string |
sn | SMTP substitute domain not local | Boolean |
sz | SMTP zone | ASCII string |
For SUN DHCP clients: | ||
aa | Sun Vendor Option #2 | IP address list |
Previous | Next | Contents | Index |