Brian,

thanks again for your help. I used your corrected settings (the ones you
sent me) and they worked immediatley. Once my system could find the PCE
boot file - all was OK.

A major thanks for your help - also thanks to all the others who offered
positive comment. LTSP is very impressive and there are immediate plans to
implement a system or two using it.

Keep well,

Jonathan Hughes
Tech Support / Jnr Programmer
Goodyear South Africa



                                                                                       
                                           
                      Jonathan Hughes                                                  
                                           
                                               To:      Brian Payst <[EMAIL 
PROTECTED]>@GOODYEARNET                             
                      08/07/2004 07:41         cc:                                     
                                           
                      AM                       Subject: Re: [Ltsp-discuss] HP/Compaq 
t5500 Thin Clients - Bigger thank you        
                                               (Document link: Jonathan Hughes)        
                                           
                                                                                       
                                           



Brian,

I will test this in a few minutes. Many, many thank yous for your time and
effort to help.

I appreciate the feedback.

Will let you know how this goes..

JH



                                                                                       
                                           
                      Brian Payst                                                      
                                           
                      <[EMAIL PROTECTED]         To:      [EMAIL PROTECTED]            
                                
                      .edu>                    cc:                                     
                                           
                                               Subject: Re: [Ltsp-discuss] HP/Compaq 
t5500 Thin Clients - Thank you               
                      08/07/2004 07:26                                                 
                                           
                      AM                                                               
                                           
                                                                                       
                                           




You should install the LTSP kernel if you haven't already. It can be
found at http://www.ltsp.org/ltsp-4.html at Step3 under installation.

I rewrote your files based on installing the PXE image from there. It's
much simpler than using rom-o-matic. Of course, I'm assuming your
network cards support PXE since you seem to be trying to use it.

I put comments in the files in all caps to show what I changed.

See if this helps.

Brian

[EMAIL PROTECTED] wrote:

>
>
>
>
>
> Brian - thanks for your help.
>
> Any chance of sending me your other config files? I am really in a bind.
>
> Thanks for the help
>
> Jonathan Hughes
> Tech Support
> Goodyear South Africa
>

--
Brian Payst, MS
Director of Technology & Systems Support
Division of Student Affairs
The University of North Carolina at Chapel Hill
voice: (919) 962-1469 fax: (919) 962-5241

# See the exports(5) manpage for a description of the syntax of this file.
# This file contains a list of all directories that are to be exported to
# other computers via NFS (Network File System).
# This file used by rpc.nfsd and rpc.mountd. See their manpages for details
# on how make changes in this file effective.

## LTSP-begin ##
#
# The lines between 'LTSP-begin' and 'LTSP-end' were added
# on: Wed Jul  7 00:53:36 2004, by the ltspcfg configuration tool.
# For more information, visit the LTSP homepage
# at http://www.LTSP.org
#


# NO NEED TO NFS EXPORT THE TFTP DIRECTORIES

/opt/ltsp/i386                168.10.10.0/255.255.255.0
(ro,no_root_squash,async)
#/tftpboot/lts                168.10.10.0/255.255.255.0
(ro,no_root_squash,async)
#/tftpboot/lts/2.4.24-ltsp-4  168.10.10.0/255.255.255.0
(ro,no_root_squash,async)
/var/opt/ltsp/swapfiles       168.10.10.0/255.255.255.0
(rw,no_root_squash,async)

## LTSP-end ##

#
# Sample configuration file for ISC dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.255.0;
option broadcast-address     168.10.10.255;
option routers               168.10.10.2;
option domain-name-servers   160.122.231.16;
option domain-name           "goodyear.co.za";          # <--Fix this
domain name

# ROOT PATH IS FOR THE NFS MOUNT AND SHOULD
# POINT TO THE LTSP INSTALL

 option root-path             "168.10.10.2:/opt/ltsp/i386";
#option root-path              "168.10.10.2:/tftpboot/lts";

# YOU SHOULDN'T NEED THESE FOR PXE BOOTING

#option option-128 code 128 = string;
#option option-129 code 129 = text;

subnet 168.10.10.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       168.10.10.2;
    next-server              168.10.10.2

# YOU NEED A NEXT-SERVER DECLARATION FOR THE TFTP PROCESS TO WORK

##
## If you want to use static IP address for your workstations, then
un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.
##
    host ws001 {
        hardware ethernet    00:0E:7F:AA:64:4C;
        fixed-address        168.10.10.54;
#        filename             "eb-5.2.4-via-rhine2.zpxe";
 filename             "/lts/2.4.24-ltsp-4/pxelinux.0";
    }
}






-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_____________________________________________________________________
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