The DHCP setup is listed below;

#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.140;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
#    next-server 192.168.0.254;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
        
    }
}

/var/lib/tftpboot/ directory includes all the files contained within
DHCPD.conf file

DHCPD is working and syslog didn't show any error messages when the
client boots. 

Where to next?



On Tue, 2007-11-20 at 21:47 -0600, Anthony M Simonelli wrote:
> On Sun, 2007-11-18 at 19:06 +0000, Joseph Gregory wrote:
> > Using Ubuntu (7.10) not Edubuntu but not sure of configuration
> > differences. 
> > 
> > Server has two NICs (eth0 Wired static IP as LTSP server, eth1 wireless
> > to router)
> > 
> > eth0 connected to switch
> > 
> > Currently not using ltsp.conf at all
> > 
> > I having installed the client with the --arch i386 switch so I assume
> > that a 32 bit client has been installed, server is AMD64.
> > 
> > 
> > Don't quite know where to continue the debugging. It would be really
> > good to have a step by step list of what happens after DHCP request has
> > been accepted and IP address assigned to client. 
> 
> My guess is the problem is with the DHCP setup.  What is the "filename"
> set to in your dhcp.conf file?  I believe it should be: 
> "filename "/ltsp/i386/pxelinux.0"; if you built an i386 chroot.
> 
> and you should have /ltsp/i386/pxelinux.0 in your TFTPBoot directory
> (/var/lib/tftpboot).  If not, use the ltsp-update-kernels command.  Hope
> this helps...
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _____________________________________________________________________
> 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.freenode.net


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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.freenode.net

Reply via email to