Joey,
I have ltsp going at home. I have dhcpd going on my LEAF box and
included the info to point it at another box for the tftp service. My
configuration (dhcpd.conf) is below. I think the key line is:
Option root-path
But also, I put a next-server in the individual configurations. I can't
recall which was the key, or if in fact both were!
Here's dhcpd.conf... Note that some of this stuff is for WINS etc.
#ltsp
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.254;
option domain-name "private.network";
option netbios-name-servers 192.168.0.253;
option netbios-dd-server 192.168.0.253;
option netbios-node-type 8;
option netbios-scope "";
option root-path "192.168.1.253:/opt/ltsp/i386";
shared-network nanson {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
# This is NOT an LTSP terminal!
host enterprise {
hardware ethernet 00:00:e8:7e:3a:1b;
fixed-address 192.168.1.1;
}
# This is an LTSP terminal!
host DEC-P166 {
hardware ethernet 00:00:f8:04:4e:f2;
fixed-address 192.168.1.21;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
next-server 192.168.1.253;
}
# This is either a windows box or an LTSP terminal
host family {
hardware ethernet 00:80:c6:fb:b3:d7;
fixed-address 192.168.1.22;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
next-server 192.168.1.253;
}
}
Does this solve the problem?
Brock
> Message: 11
> Reply-To: <[EMAIL PROTECTED]>
> From: "Joey Officer" <[EMAIL PROTECTED]>
> To: "LRP Support" <[EMAIL PROTECTED]>
> Subject: FW: [leaf-user] tftp & dhcpd
> Date: Tue, 28 May 2002 08:38:56 -0500
>
> Perhaps I didn't explain the problem very well...
>
> My setup is as follows. I have plans to run a Linux term
> server here at work. Currently, we are using a Dachstein-CD
> (dom install) as a router/firewall/dhcp server. There are a
> couple of items that I need to overcome. The first is to
> determine whether or not there is a LRP package available for
> tftpd. If not, then the next thing to figure out, is how to
> tell the thin-client to tftp to a machine other than the
> router. I read over the documentation of ISC-DHCPd from
> their website, but to no avail. I did notice an item or two
> mentioned with udhcpd, but it was not documented enough to be
> of real help.
>
> Does anyone else have a similar setup that could point me in
> the right direction?
>
> Joey
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Joey Officer
> Sent: Saturday, May 25, 2002 3:45 PM
> To: LRP Support
> Subject: [leaf-user] tftp & dhcpd
>
> How can I redirect a tftp request from a client to goto
> another machine?
>
> As an example, I want the machine to look at my LRP box for
> an IP and then have the LRP box tell the client to look at
> another machine for the boot image that it requires. I'm
> trying to run a terminal server on the protected side of the
> LRP box, but without running DHCP or any other non-essential
> server software (only want term. server). Anyone else work
> w/ something like this?
>
> I think that it is in the dhcpd.conf, but I'm not sure
> exactly how I would do this?
>
> Joey
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html