Kent West wrote:
Albert Dengg wrote:On Tue, 02 Dec 2003 10:38:34 -0600 Kent West <westk@acu.edu> wrote:How do I get my client to get my tftp offering instead of the RIS offering? BTW, the RIS server is on a different network segment.you can simply add "next-server yourserver;" to your dhcpd.conf, either for the one host or gerneral for all hosts...Thanks! I'll give it a try.
Made no difference:
host bi-19x {
next-server 150.252.217.92;
hardware ethernet 00:03:47:16:e2:58;
fixed-address 150.252.217.183;
filename "/lts/2.4.22-ltsp-1/pxelinux.0";
}
--
Kent