On Sun, 2004-08-01 at 12:39, Logu wrote:
> 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;
>         }
> ----------------------------------------------------------
> 
Not having the complete dhcpd.conf listing I assume that the path to the
file has been specified somewhere else. Or try giving full path from "/"
There is some option about defining root path which needs to be set for
path.
HTH
-- 
Sudev Barar
Learning Linux



-------------------------------------------------------
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