View previous topic :: View next topic |
Author |
Message |
NicZak n00b
Joined: 21 Apr 2002 Posts: 29
|
Posted: Sat May 25, 2002 7:09 am Post subject: Sudden DHCPCD issue - Infinte IP ... |
|
|
Im sure that this isn't the first time someone has asked this, but it seems strange that it just started happening out of the blue. Upon boot when initializing my network I get the message: "dhcpcd[4227]: infinte IP address lease time. Exiting." I have yet to notice any functionality problems, but I still want to know why I am getting that message. Any thoughts?
- NicZak |
|
Back to top |
|
|
magoo n00b
Joined: 06 May 2002 Posts: 36 Location: Halifax, Canada
|
Posted: Sat May 25, 2002 6:36 pm Post subject: Re: Sudden DHCPCD issue - Infinte IP ... |
|
|
NicZak wrote: | Im sure that this isn't the first time someone has asked this, but it seems strange that it just started happening out of the blue. Upon boot when initializing my network I get the message: "dhcpcd[4227]: infinte IP address lease time. Exiting." I have yet to notice any functionality problems, but I still want to know why I am getting that message. Any thoughts?
- NicZak |
it would appear that your dhcpd.conf (mine is in /etc/dhcp3/ but that is a *gasp* debian box, so im not sure as to where gentoo puts it) is not setting an expiration on the lease. there appear to be two lines in the config which control the lease time and mine look like this:
Code: |
/etc/dhcp3/dhcpd.conf::
default-lease-time 86400;
max-lease-time 86400;
|
which sets the lease time to 1 day (or 86400 seconds).
hope this points you in the right direction. _________________ magoo |
|
Back to top |
|
|
TheWart Guru
Joined: 10 May 2002 Posts: 432 Location: Nashville,TN - USA
|
Posted: Sun May 26, 2002 4:07 am Post subject: |
|
|
hmm, magoo. Thanks for the tip. I got that error, but usually just dismissed it. _________________ Face it, we are all noobs.
On the box it said it was designed for Win XP or better, so why won't it work with Linux? |
|
Back to top |
|
|
|