LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   dhcp config (https://www.linuxquestions.org/questions/linux-software-2/dhcp-config-415266/)

pingvina 02-14-2006 07:28 AM

dhcp config
 
when i run "ps x" i see:
dhcpcd -t 10 -h my.host.net -d eth0

is this update interval?? can i change it??

augurseer 02-14-2006 07:59 AM

the config file should be in /etc/dhcpd.conf or something there abouts

pingvina 02-14-2006 08:23 AM

there is no dhcpd.conf file ....
when i run "ps x" i see:
dhcpcd -t 10 -h local.host.net -d eth0

and i find this in /etc/rc.d/functions-network:
dhcpcd -t $DELAY -h ${NETNAME} -d $DEVICE

what is that delay? variable?? is it ping or one time only??

tnx

johnMG 02-14-2006 12:13 PM

You may want to ask this in the Networking are of the site.

Darin 02-16-2006 02:03 PM

man dhcpd
or
man dhcpd.conf
should have info on the options you see in the process list. If you are still having problems pulling up man pages, I just discovered through my wonderful friend google that we actually have man pages online here http://man.linuxquestions.org/?query=dhcpd I feel like such a :newbie: now.


All times are GMT -5. The time now is 10:51 PM.