How to find in linux(fedora12) if dhcp is running on network?

link|improve this question

77% accept rate
feedback

3 Answers

Run a DHCP client. I'm not familiar with Fedora, but one of dhclient, pump or dhcpcd should be installed.

Assuming you only have one network interface and it is wired (eth0) then one of the following should work:

dhclient -d eth0
pump -i eth0
dhcpcd -d -f eth0
link|improve this answer
feedback

Look at this post. Hope this helps you.

link|improve this answer
feedback

Run a sniffer and look for DHCP traffic.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.