1.\" $OpenBSD: dhclient.conf.5,v 1.5 2004/11/01 23:10:18 henning Exp $ 2.\" 3.\" Copyright (c) 1997 The Internet Software Consortium. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 10.\" 1. Redistributions of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" notice, this list of conditions and the following disclaimer in the 14.\" documentation and/or other materials provided with the distribution. 15.\" 3. Neither the name of The Internet Software Consortium nor the names 16.\" of its contributors may be used to endorse or promote products derived 17.\" from this software without specific prior written permission. 18.\" 19.\" THIS SOFTWARE IS PROVIDED BY THE INTERNET SOFTWARE CONSORTIUM AND 20.\" CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 21.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 22.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23.\" DISCLAIMED. IN NO EVENT SHALL THE INTERNET SOFTWARE CONSORTIUM OR 24.\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 25.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 26.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 27.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 28.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 29.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 30.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" SUCH DAMAGE. 32.\" 33.\" This software has been written for the Internet Software Consortium 34.\" by Ted Lemon <mellon@fugue.com> in cooperation with Vixie 35.\" Enterprises. To learn more about the Internet Software Consortium, 36.\" see ``http://www.isc.org/isc''. To learn more about Vixie 37.\" Enterprises, see ``http://www.vix.com''. 38.\" 39.Dd January 1, 1997 40.Dt DHCLIENT.CONF 5 41.Os 42.Sh NAME 43.Nm dhclient.conf 44.Nd DHCP client configuration file 45.Sh DESCRIPTION 46The 47.Nm 48file contains configuration information for 49.Xr dhclient 8 , 50the Internet Software Consortium DHCP Client. 51.Pp 52The 53.Nm 54file is a free-form ASCII text file. 55It is parsed by the recursive-descent parser built into 56.Xr dhclient 8 . 57The file may contain extra tabs and newlines for formatting purposes. 58Keywords in the file are case-insensitive. 59Comments may be placed anywhere within the file (except within quotes). 60Comments begin with the 61.Sq # 62character and end at the end of the line. 63.Pp 64The 65.Nm 66file can be used to configure the behaviour of the client in a wide variety 67of ways: protocol timing, information requested from the server, information 68required of the server, defaults to use if the server does not provide 69certain information, values with which to override information provided by 70the server, or values to prepend or append to information provided by the 71server. 72The configuration file can also be preinitialized with addresses to 73use on networks that don't have DHCP servers. 74.Sh PROTOCOL TIMING 75The timing behaviour of the client need not be configured by the user. 76If no timing configuration is provided by the user, a fairly 77reasonable timing behaviour will be used by default \- one which 78results in fairly timely updates without placing an inordinate load on 79the server. 80.Pp 81The following statements can be used to adjust the timing behaviour of 82the DHCP client if required, however: 83.Bl -tag -width Ds 84.It Ic timeout Ar time ; 85The 86.Ic timeout 87statement determines the amount of time that must pass between the 88time that the client begins to try to determine its address and the 89time that it decides that it's not going to be able to contact a server. 90By default, this timeout is sixty seconds. 91After the timeout has passed, if there are any static leases defined in the 92configuration file, or any leases remaining in the lease database that 93have not yet expired, the client will loop through these leases 94attempting to validate them, and if it finds one that appears to be 95valid, it will use that lease's address. 96If there are no valid static leases or unexpired leases in the lease database, 97the client will restart the protocol after the defined retry interval. 98.It Ic retry Ar time ; 99The 100.Ic retry 101statement determines the time that must pass after the client has 102determined that there is no DHCP server present before it tries again 103to contact a DHCP server. 104By default, this is five minutes. 105.It Ic select-timeout Ar time ; 106It is possible (some might say desirable) for there to be more than 107one DHCP server serving any given network. 108In this case, it is possible that a client may be sent more than one offer 109in response to its initial lease discovery message. 110It may be that one of these offers is preferable to the other 111(e.g., one offer may have the address the client previously used, 112and the other may not). 113.Pp 114The 115.Ic select-timeout 116is the time after the client sends its first lease discovery request 117at which it stops waiting for offers from servers, assuming that it 118has received at least one such offer. 119If no offers have been received by the time the 120.Ic select-timeout 121has expired, the client will accept the first offer that arrives. 122.Pp 123By default, the 124.Ic select-timeout 125is zero seconds \- that is, the client will take the first offer it sees. 126.It Ic reboot Ar time ; 127When the client is restarted, it first tries to reacquire the last 128address it had. 129This is called the INIT-REBOOT state. 130If it is still attached to the same network it was attached to when it last 131ran, this is the quickest way to get started. 132The 133.Ic reboot 134statement sets the time that must elapse after the client first tries 135to reacquire its old address before it gives up and tries to discover 136a new address. 137By default, the reboot timeout is ten seconds. 138.It Ic backoff-cutoff Ar time ; 139The client uses an exponential backoff algorithm with some randomness, 140so that if many clients try to configure themselves at the same time, 141they will not make their requests in lockstep. 142The 143.Ic backoff-cutoff 144statement determines the maximum amount of time that the client is 145allowed to back off. 146It defaults to two minutes. 147.It Ic initial-interval Ar time ; 148The 149.Ic initial-interval 150statement sets the amount of time between the first attempt to reach a 151server and the second attempt to reach a server. 152Each time a message is sent, the interval between messages is incremented by 153twice the current interval multiplied by a random number between zero and one. 154If it is greater than the backoff-cutoff amount, it is set to that 155amount. 156It defaults to ten seconds. 157.El 158.Sh LEASE REQUIREMENTS AND REQUESTS 159The DHCP protocol allows the client to request that the server send it 160specific information, and not send it other information that it is not 161prepared to accept. 162The protocol also allows the client to reject offers from servers if they 163don't contain information the client needs, or if the information provided 164is not satisfactory. 165.Pp 166There is a variety of data contained in offers that DHCP servers send 167to DHCP clients. 168The data that can be specifically requested is what are called 169.Em DHCP Options . 170DHCP Options are defined in 171.Xr dhcp-options 5 . 172.Bl -tag -width Ds 173.It Xo 174.Ic request Op Ar option 175.Oo , Ar ... option Oc ; 176.Xc 177The 178.Ic request 179statement causes the client to request that any server responding to the 180client send the client its values for the specified options. 181Only the option names should be specified in the request statement \- not 182option parameters. 183.It Xo 184.Ic require Op Ar option 185.Oo , Ar ... option Oc ; 186.Xc 187The 188.Ic require 189statement lists options that must be sent in order for an offer to be accepted. 190Offers that do not contain all the listed options will be ignored. 191.It Xo 192.Ic send No { Op Ar option declaration 193.Oo , Ar ... option declaration Oc } 194.Xc 195The 196.Ic send 197statement causes the client to send the specified options to the server with 198the specified values. 199These are full option declarations as described in 200.Xr dhcp-options 5 . 201Options that are always sent in the DHCP protocol should not be specified 202here, except that the client can specify a 203.Ar dhcp-lease-time 204option other than the default requested lease time, which is two hours. 205The other obvious use for this statement is to send information to the server 206that will allow it to differentiate between this client and other 207clients or kinds of clients. 208.El 209.Sh OPTION MODIFIERS 210In some cases, a client may receive option data from the server which 211is not really appropriate for that client, or may not receive 212information that it needs, and for which a useful default value exists. 213It may also receive information which is useful, but which needs to be 214supplemented with local information. 215To handle these needs, several option modifiers are available. 216.Bl -tag -width Ds 217.It Xo 218.Ic default No { Op Ar option declaration 219.Oo , Ar ... option declaration Oc } 220.Xc 221If for some set of options the client should use the value supplied by 222the server, but needs to use some default value if no value was supplied 223by the server, these values can be defined in the 224.Ic default 225statement. 226.It Xo 227.Ic supersede No { Op Ar option declaration 228.Oo , Ar ... option declaration Oc } 229.Xc 230If for some set of options the client should always use its own value 231rather than any value supplied by the server, these values can be defined 232in the 233.Ic supersede 234statement. 235.It Xo 236.Ic prepend No { Op Ar option declaration 237.Oo , Ar ... option declaration Oc } 238.Xc 239If for some set of options the client should use a value you supply, 240and then use the values supplied by the server, if any, 241these values can be defined in the 242.Ic prepend 243statement. 244The 245.Ic prepend 246statement can only be used for options which allow more than one value to 247be given. 248This restriction is not enforced \- if violated, the results are unpredictable. 249.It Xo 250.Ic append No { Op Ar option declaration 251.Oo , Ar ... option declaration Oc } 252.Xc 253If for some set of options the client should first use the values 254supplied by the server, if any, and then use values you supply, these 255values can be defined in the 256.Ic append 257statement. 258The 259.Ic append 260statement can only be used for options which allow more than one value to 261be given. 262This restriction is not enforced \- if you ignore it, 263the behaviour will be unpredictable. 264.El 265.Sh LEASE DECLARATIONS 266The lease declaration: 267.Pp 268.Xo 269.Ic \ \& lease No { Ar lease-declaration 270.Oo Ar ... lease-declaration Oc } 271.Xc 272.Pp 273The DHCP client may decide after some period of time (see 274.Sx PROTOCOL TIMING ) 275that it is not going to succeed in contacting a server. 276At that time, it consults its own database of old leases and tests each one 277that has not yet timed out by pinging the listed router for that lease to 278see if that lease could work. 279It is possible to define one or more 280.Em fixed 281leases in the client configuration file for networks where there is no DHCP 282or BOOTP service, so that the client can still automatically configure its 283address. 284This is done with the 285.Ic lease 286statement. 287.Pp 288NOTE: the lease statement is also used in the 289.Pa dhclient.leases 290file in order to record leases that have been received from DHCP servers. 291Some of the syntax for leases as described below is only needed in the 292.Pa dhclient.leases 293file. 294Such syntax is documented here for completeness. 295.Pp 296A lease statement consists of the lease keyword, followed by a left 297curly brace, followed by one or more lease declaration statements, 298followed by a right curly brace. 299The following lease declarations are possible: 300.Bl -tag -width Ds 301.It Ic bootp ; 302The 303.Ic bootp 304statement is used to indicate that the lease was acquired using the 305BOOTP protocol rather than the DHCP protocol. 306It is never necessary to specify this in the client configuration file. 307The client uses this syntax in its lease database file. 308.It Ic interface Ar \&"string\&" ; 309The 310.Ic interface 311lease statement is used to indicate the interface on which the lease is valid. 312If set, this lease will only be tried on a particular interface. 313When the client receives a lease from a server, it always records the 314interface number on which it received that lease. 315If predefined leases are specified in the 316.Nm 317file, the interface should also be specified, although this is not required. 318.It Ic fixed-address Ar ip-address ; 319The 320.Ic fixed-address 321statement is used to set the IP address of a particular lease. 322This is required for all lease statements. 323The IP address must be specified as a dotted quad (e.g., 12.34.56.78). 324.It Ic filename Ar \&"string\&" ; 325The 326.Ic filename 327statement specifies the name of the boot filename to use. 328This is not used by the standard client configuration script, but is 329included for completeness. 330.It Ic server-name Ar \&"string\&" ; 331The 332.Ic server-name 333statement specifies the name of the boot server name to use. 334This is also not used by the standard client configuration script. 335.It Ic option Ar option-declaration ; 336The 337.Ic option 338statement is used to specify the value of an option supplied by the server, 339or, in the case of predefined leases declared in 340.Nm dhclient.conf , 341the value that the user wishes the client configuration script to use if the 342predefined lease is used. 343.It Ic script Ar \&"script-name\&" ; 344The 345.Ic script 346statement is used to specify the pathname of the DHCP client configuration 347script. 348This script is used by the DHCP client to set each interface's initial 349configuration prior to requesting an address, to test the address once it 350has been offered, and to set the interface's final configuration once a 351lease has been acquired. 352If no lease is acquired, the script is used to test predefined leases, if 353any, and also called once if no valid lease can be identified. 354For more information, see 355.Xr dhclient.leases 5 . 356.It Ic medium Ar \&"media setup\&" ; 357The 358.Ic medium 359statement can be used on systems where network interfaces cannot 360automatically determine the type of network to which they are connected. 361The media setup string is a system-dependent parameter which is passed 362to the DHCP client configuration script when initializing the interface. 363On 364.Ux 365and UNIX-like systems, the argument is passed on the ifconfig command line 366when configuring the interface. 367.Pp 368The DHCP client automatically declares this parameter if it used a 369media type (see the 370.Ic media 371statement) when configuring the interface in order to obtain a lease. 372This statement should be used in predefined leases only if the network 373interface requires media type configuration. 374.It Ic renew Ar date ; 375.It Ic rebind Ar date ; 376.It Ic expire Ar date ; 377The 378.Ic renew 379statement defines the time at which the DHCP client should begin trying to 380contact its server to renew a lease that it is using. 381The 382.Ic rebind 383statement defines the time at which the DHCP client should begin to try to 384contact 385.Em any 386DHCP server in order to renew its lease. 387The 388.Ic expire 389statement defines the time at which the DHCP client must stop using a lease 390if it has not been able to contact a server in order to renew it. 391.El 392.Pp 393These declarations are automatically set in leases acquired by the 394DHCP client, but must also be configured in predefined leases \- a 395predefined lease whose expiry time has passed will not be used by the 396DHCP client. 397.Pp 398Dates are specified as follows: 399.Pp 400.Ar \ \&<weekday> 401.Sm off 402.Ar <year> No / Ar <month> No / Ar <day> 403.Ar <hour> : <minute> : <second> 404.Sm on 405.Pp 406The weekday is present to make it easy for a human to tell when a 407lease expires \- it's specified as a number from zero to six, with zero 408being Sunday. 409When declaring a predefined lease, it can always be specified as zero. 410The year is specified with the century, so it should generally be four 411digits except for really long leases. 412The month is specified as a number starting with 1 for January. 413The day of the month is likewise specified starting with 1. 414The hour is a number between 0 and 23, 415the minute a number between 0 and 59, 416and the second also a number between 0 and 59. 417.Sh ALIAS DECLARATIONS 418.Ic alias No { Ar declarations ... No } 419.Pp 420Some DHCP clients running TCP/IP roaming protocols may require that in 421addition to the lease they may acquire via DHCP, their interface also 422be configured with a predefined IP alias so that they can have a 423permanent IP address even while roaming. 424The Internet Software Consortium DHCP client doesn't support roaming with 425fixed addresses directly, but in order to facilitate such experimentation, 426the DHCP client can be set up to configure an IP alias using the 427.Ic alias 428declaration. 429.Pp 430The 431.Ic alias 432declaration resembles a lease declaration, except that options other than 433the subnet-mask option are ignored by the standard client configuration 434script, and expiry times are ignored. 435A typical alias declaration includes an interface declaration, a fixed-address 436declaration for the IP alias address, and a subnet-mask option declaration. 437A medium statement should never be included in an alias declaration. 438.Sh OTHER DECLARATIONS 439.Bl -tag -width Ds 440.It Ic reject Ar ip-address ; 441The 442.Ic reject 443statement causes the DHCP client to reject offers from servers who use 444the specified address as a server identifier. 445This can be used to avoid being configured by rogue or misconfigured DHCP 446servers, although it should be a last resort \- better to track down 447the bad DHCP server and fix it. 448.It Xo 449.Ic interface Ar \&"name\&" No { Ar declarations 450.Ar ... No } 451.Xc 452A client with more than one network interface may require different 453behaviour depending on which interface is being configured. 454All timing parameters and declarations other than lease and alias 455declarations can be enclosed in an interface declaration, and those 456parameters will then be used only for the interface that matches the 457specified name. 458Interfaces for which there is no interface declaration will use the 459parameters declared outside of any interface declaration, 460or the default settings. 461.It Xo 462.Ic media Ar \&"media setup\&" 463.Oo , Ar \&"media setup\&" , ... Oc ; 464.Xc 465The 466.Ic media 467statement defines one or more media configuration parameters which may 468be tried while attempting to acquire an IP address. 469The DHCP client will cycle through each media setup string on the list, 470configuring the interface using that setup and attempting to boot, 471and then trying the next one. 472This can be used for network interfaces which aren't capable of sensing 473the media type unaided \- whichever media type succeeds in getting a request 474to the server and hearing the reply is probably right (no guarantees). 475.Pp 476The media setup is only used for the initial phase of address 477acquisition (the DHCPDISCOVER and DHCPOFFER packets). 478Once an address has been acquired, the DHCP client will record it in its 479lease database and will record the media type used to acquire the address. 480Whenever the client tries to renew the lease, it will use that same media type. 481The lease must expire before the client will go back to cycling through media 482types. 483.El 484.Sh EXAMPLES 485The following configuration file is used on a laptop 486which has an IP alias of 192.5.5.213, and has one interface, 487ep0 (a 3Com 3C589C). 488Booting intervals have been shortened somewhat from the default, because 489the client is known to spend most of its time on networks with little DHCP 490activity. 491The laptop does roam to multiple networks. 492.Bd -literal -offset indent 493timeout 60; 494retry 60; 495reboot 10; 496select-timeout 5; 497initial-interval 2; 498reject 192.33.137.209; 499 500interface "ep0" { 501 send host-name "andare.fugue.com"; 502 send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; 503 send dhcp-lease-time 3600; 504 supersede domain-name "fugue.com rc.vix.com home.vix.com"; 505 prepend domain-name-servers 127.0.0.1; 506 request subnet-mask, broadcast-address, time-offset, routers, 507 domain-name, domain-name-servers, host-name; 508 require subnet-mask, domain-name-servers; 509 script "/etc/dhclient-script"; 510 media "media 10baseT/UTP", "media 10base2/BNC"; 511} 512 513alias { 514 interface "ep0"; 515 fixed-address 192.5.5.213; 516 option subnet-mask 255.255.255.255; 517} 518.Ed 519.Pp 520This is a very complicated 521.Nm 522file \- in general, yours should be much simpler. 523In many cases, it's sufficient to just create an empty 524.Nm 525file \- the defaults are usually fine. 526.Sh SEE ALSO 527.Xr dhclient.leases 5 , 528.Xr dhcp-options 5 , 529.Xr dhcpd.conf 5 , 530.Xr dhclient 8 , 531.Xr dhcpd 8 532.Pp 533RFC 2132, RFC 2131. 534.Sh AUTHORS 535.Xr dhclient 8 536was written by 537.An Ted Lemon Aq mellon@vix.com 538under a contract with Vixie Labs. 539.Pp 540The current implementation was reworked by 541.An Henning Brauer Aq henning@openbsd.org . 542