> > 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;
> > }
> > ----------------------------------------------------------
>
> This seems to be fine. What is the problem?
>
> You also need a "default" file in the pxelinux.cfg subdirectory of your
> TFTP root specifying your kernel and initrd.img.
>
And I have the default as well as host specific boot up configurations below
pxelinux.cfg directory. The below given configuration and it works for the
fixed address.
But the dynamic IP configuration did not work if I add its configuration.
host lor-co {
hardware ethernet 00:02:3F:24:01:32;
fixed-address 172.16.1.20;
filename "pxelinux.0";
}
group{
filename "pxelinux.0";
host mid-co {
hardware ethernet 00:0B:CD:2A:ED:1E;
fixed-address 172.16.1.41;
}
host sev-co {
hardware ethernet 00:0B:CD:2A:CA:E4;
fixed-address 172.16.1.39;
}
}
-------------------------------------------------------
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