LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   location of dhcpd.conf in fedora 7 (https://www.linuxquestions.org/questions/linux-server-73/location-of-dhcpd-conf-in-fedora-7-a-601321/)

vchawla 11-21-2007 12:19 AM

location of dhcpd.conf in fedora 7
 
Hi!
I have just migrated to Fedora 7.
In the earlier versions of Redhat Linux there always used to be
a file under /usr/share/doc as dhcpd.conf.sample which was copied to
/etc/ directory as dhcpd.conf

In Fedora 7, I am not able to locate either dhcpd.conf or dhcpd.conf.sample.

Eniac 11-21-2007 02:03 AM

dhcpd.conf
 
Mr u really install DHCP rpm package to your system
or not becouse this file don't upper without u install
rpm package
detect this step

billymayday 11-21-2007 03:12 AM

It lives in /etc/dhcpd.conf if you have it installed

yum dhcpd

will do that for you

(chkconfig --list | grep dhcpd will tell you if it was installed initially, or yum list installed | grep dhcpd)

archtoad6 11-21-2007 10:37 AM

In MEPIS 6.0 is at /etc/dhcp3/dhcpd.conf.orig.

I found it w/:
Code:

locate dhcpd.conf  | less -S
My point is you can find it on your system the same way.


All times are GMT -5. The time now is 06:11 PM.