Marvin,

Your /etc/dhcpd.conf file should look like this

    <Global Section >

            option subnet-mask                    255.255.255.0;
            option broadcast-address          192.168.0.255;
            option routers                            192.168.0.2;
            option domain-name-servers      192.168.0.2;
            option domain-name                  "pascual.homelinux.org";
            option root-path
"192.168.0.2:/opt/ltsp/i386";

</Global Section>

<Hosts Section>
                    host ws001 {
                        hardware ethernet     00:01:02:83:CC:00;
                        fixed-address            192.168.0.1;
                        filename
"/lts/vmlinuz-2.4.9-ltsp-5";
                   }

</Hosts Section>


But it would be helpful if you can post your dhcpd.conf and lts.conf file
here

Hope This Help
Jon



>
> - Gateway box, 192.168.0.1 pascual.homelinux.org (DynDNS & Hostname)
> - LTSP Server, 192.168.0.2
> - LTSP Clients, 192.168.0.3 to 5
> - They're all connected to a hub.
>
> Since I don't have DNS already, what will be my configs to my LTSP Server
> and Clients' /etc/hosts, /etc/dhcpd.conf and /etc/sysconfig/network
> especially for the DOMAIN/NAME SERVER and HOSTNAMES.
>
> Can still connect (especially the Internet) the LTSP server and clients to
> the gateway box if I'll give them the HOSTNAMES of:
>
> LTSP Server: [ /etc/hosts ]
>
> 127.0.0.1     localhost.localdomain     localhost
> 192.168.0.2   server
> 192.168.0.3   ws001
> 192.168.0.4   ws002
> 192.168.0.5   ws003
>
> Or, I'll just put a complete domain or whatever.
>
> Please guide me.  I'm confused especially on the /etc/dhcpd.conf file.  I
> can't boot my clients.  I'm stuck on the DHCPD and/or TFTPD
initialization.
> But my LTSP server can connect to the gateway box.
>
> Any help will be much appreciated.
>
> ---
> MARVIN T. PASCUAL
> E-Mail: [EMAIL PROTECTED]
> Tel. #: (+63-2) 925-2052/981-7022
> Linux User No. 247147
>

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to