This is a discussion on dhclient.conf "retry" param units. within the Linux Networking forums, part of the Linux Forums category; In "dhclient.conf", what are the time units for "retry" (seconds, minutes, furlongs per fortnight, etc) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In "dhclient.conf", what are the time units for "retry" (seconds,
minutes, furlongs per fortnight, etc) From the man pages: ----- cut here ----- retry time; The retry statement determines the ...blah blah blah... ..... By default, this is five minutes. ----- cut here ----- so is the default: retry 5 ; or retry 300 ; FYI : "dhclient -v" => V3.0pl1. TIA. |
|
|||
|
mnemotronic@yahoo.com (pt) writes:
> In "dhclient.conf", what are the time units for "retry" (seconds, > minutes, furlongs per fortnight, etc) > > From the man pages: > ----- cut here ----- > retry time; > > The retry statement determines the ...blah blah blah... > ..... By default, this is five minutes. > ----- cut here ----- Seconds. [per RFC 2131] |