Logu wrote:
Hi,

Is it possible to use "filename" directive in dhcpd configuration file for
the whole subnet of dynamic IPs . I tried this and the clients did not get
the boot file.

The objective is, when people in my network try netboot they all should get
the same boot file without explicitly mentioning the hardware address and
get an IP from a pool.

I tried with the following configuration which did not work.
---------------------------------------------------------
subnet 172.16.1.0 netmask 255.255.255.0 {
        filename "pxelinux.0";
        range 172.16.1.71 172.16.1.90;
        }
----------------------------------------------------------

Is there any way to do this.

This works for me. Please post:

-> Entire dhcpd.conf file when you use dynamic IPs.
-> Boot a single client and post logs for dhcpd and tftpd from /var/log/messages


--
Regards,
Varun Varma
---------------------------------------
Mindframe Software & Services Pvt. Ltd.
http://www.mindsw.com
---------------------------------------


------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to