Lines Matching +full:timeout +full:- +full:minutes

54 file is a free-form ASCII text file.
55 It is parsed by the recursive-descent parser built into
58 Keywords in the file are case-insensitive.
77 reasonable timing behaviour will be used by default - one which
83 .Bl -tag -width indent
84 .It Ic timeout Ar time ;
86 .Ic timeout
90 By default, this timeout is sixty seconds.
91 After the timeout has passed, if there are any static leases defined in the
104 By default, this is five minutes.
105 .It Ic select-timeout Ar time ;
115 .Ic select-timeout
120 .Ic select-timeout
124 .Ic select-timeout
125 is zero seconds - that is, the client will take the first offer it sees.
129 This is called the INIT-REBOOT state.
137 By default, the reboot timeout is ten seconds.
138 .It Ic backoff-cutoff Ar time ;
143 .Ic backoff-cutoff
146 It defaults to two minutes.
147 .It Ic initial-interval Ar time ;
149 .Ic initial-interval
155 .Ic backoff-cutoff
173 .Xr dhcp-options 5 .
174 .Bl -tag -width indent
180 Only the option names should be specified in the request statement - not
193 .Xr dhcp-options 5 .
196 .Ar dhcp-lease-time
214 .Bl -tag -width indent
235 .Bl -tag -width indent
236 .It Ar interface-mtu
237 Any server-supplied interface MTU is ignored by the client if a
254 This restriction is not enforced - if violated, the results are unpredictable.
268 This restriction is not enforced - if you ignore it,
274 .D1 Ic lease No { Ar lease-declaration Oo Ar ... lease-declaration Oc }
305 .Bl -tag -width indent
323 .It Ic fixed-address Ar ip-address ;
325 .Ic fixed-address
336 .It Ic server-name Qq Ar string ;
338 .Ic server-name
341 .It Ic option Ar option-declaration ;
349 .It Ic script Qq Ar script-name ;
369 string is a system-dependent parameter which is passed
374 .Ux Ns -like
406 DHCP client, but must also be configured in predefined leases - a
411 .Bd -ragged -offset indent
420 lease expires - it is specified as a number from zero to six, with zero
446 the subnet-mask option are ignored by the standard client configuration
448 A typical alias declaration includes an interface declaration, a fixed-address
449 declaration for the IP alias address, and a subnet-mask option declaration.
452 .Bl -tag -width indent
453 .It Ic reject Ar ip-address ;
459 servers, although it should be a last resort - better to track down
480 the media type unaided - whichever media type succeeds in getting a request
490 .It Ic vlan-pcp Ar code ;
492 .Ic vlan-pcp
509 .Bd -literal -offset indent
510 timeout 60;
513 select-timeout 5;
514 initial-interval 2;
518 send host-name "andare.fugue.com";
519 send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
520 send dhcp-lease-time 3600;
521 supersede domain-name "fugue.com rc.vix.com home.vix.com";
522 prepend domain-name-servers 127.0.0.1;
523 request subnet-mask, broadcast-address, time-offset, routers,
524 domain-name, domain-name-servers, host-name;
525 require subnet-mask, domain-name-servers;
526 script "/etc/dhclient-script";
532 fixed-address 192.5.5.213;
533 option subnet-mask 255.255.255.255;
539 file - in general, yours should be much simpler.
542 file - the defaults are usually fine.
545 .Xr dhcp-options 5 ,
553 .An -nosplit