Jim McQuillan wrote:
> Better than that, why not read the LTSP wiki page that describes how to 
> get hostnames to be sent to the clients?
>  
> http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP#Automatically_assigning_hostname
>
> Jim McQuillan
> [EMAIL PROTECTED]
>   
I've readed and used it.

This is my complete and exact /etc/dhcp3/dhcpd.conf file:

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.4.255;
option routers                192.168.4.254;
option domain-name-servers    192.168.4.254;
option domain-name            "ltsp";

get-lease-hostnames           true;

next-server                   192.168.4.101;
option root-path              "192.168.4.101:/opt/ltsp-4.2/i386";

subnet 192.168.4.0 netmask 255.255.255.0 {
    range   192.168.4.150   192.168.4.199;
    filename "lts/2.6.17.8-ltsp-1/pxelinux.0";
}

The workstation is assigned 192.168.4.199, and this is the result of 
check-hostname:

# ./check_hostname.pl 192.168.4.199
hostname: ws199.ltsp
#


But the workstation does not get hostname:

bash-2.05# hostname
(none)
bash-2.05#


Any more idea?

Thanks everybody who is trying

Noel
er Envite

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_____________________________________________________________________
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