Yes, you have to specify a boot server and boot file. Mine looks like 
this:

host WS008 {
        next-server 172.16.0.48;
        filename "/lts/vmlinuz.3c509";
        hardware ethernet 00:A0:24:DA:3D:D5;
        fixed-address 172.16.0.148;
        }
Where next-server is a separate box from my dhcp box.
Hope it helps
Rob
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 12/12/01, 3:01:50 PM, Joe MacDonald <[EMAIL PROTECTED]> wrote regarding 
[Ltsp-discuss] Alternative DHCP server:


> Is it possible to setup the ltsp project and have a DHCP server running
> on a different box on the network?

> Currently I have an existing network with a DHCP. I  would like use that
> DHCP server but still have the clients boot off of seperate dedicated
> server.

> Has anybody tried this?
> Is there a specific version of DHCP I need?


> I tried adding the required config lines to my /etc/dhcpd.conf file so
> now it looks like the following.

> 192.168.0.3 is my DHCP server
> 192.168.0.4 is my Boot server

> #####

> subnet 192.168.0.0 netmask 255.255.255.0 {
>     range 192.168.0.20 192.168.0.50;
>     option domain-name "hwy97.com";
>     option domain-name-servers 192.168.0.3;
>     option routers 192.168.0.1;
>     option time-offset 134744768;
>     option ip-forwarding on;
>     option netbios-name-servers 192.168.0.3;
>     option netbios-node-type 8;
>     option root-path    "192.168.0.4:/opt/ltsp/i386";
> }

> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.4;

>     host ws001 {
>         fixed-address         192.168.0.101;
>         filename              "/lts/vmlinuz.ltsp";
>     }

> }

> #####

> When the client boots, it is trying to connect to the tftp server at
> 192.168.0.3 instead of 192.168.0.4.


> Thanks


> --
> Joe MacDonald
> [EMAIL PROTECTED]
> Focus Computer Consulting
> 250-861-3798



> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.openprojects.net

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to