Oops, forgot to forward this to the list itself.


-------- Original Message --------
Subject: Re: [Ltsp-discuss] Re: X screen of death..........
Date: Fri, 15 Nov 2002 18:41:08 -0800
From: Charles N. Burns <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>

[EMAIL PROTECTED] wrote:
> Hi
>
>
>>>I tried the command netstat -anp | grep xdmcp and I got nothing back, it
>>>just goes to a root prompt#. You are right, my workstation is not listed
>>>in the etc/host file. I do not understand what to put on the etc/host
>>>file, let me explain. In my dhcpd.conf file I do not have my workstation
>>>listed, it is getting an IP address automatically from DHCP, my
>>>workstation is not named in the dhcpd.conf file. What would I put in the
>>>etc/host under this situation. As far as DNS goes, I gave eth1 a default
>>>gateway and DNS setting.thank you.
>>
>
> For me when the workstation is NOT listed in the /etc/hosts then it does
> NOT work even if the forward and reverse names are listed in bind.
>
> dig ws001.local
> ...
> ws001.local. 86400 IN A 192.168.1.100
>
> dig -x 192.168.1.100
> ...
> 100.1.168.192.in-addr.arpa. 86400 IN PTR ws001.1.168.192.in-addr.arpa.

The following is the server's current hosts file (IP addresses masked):

x.x.x.27 sheridan.sbcc.cc.ca.us # Sheridan, the LTSP server
127.0.0.1 localhost
x.x.x.110 ws001 # This is the workstation being tested
x.x.x.8 xsruid # A server the workstation "crashes"
x.x.x.14 spock # Another server that dies at LTSP login
#209.129.49.10 csns # The dedicated DNS, also TFTPd for other terminals


Regarding keeping the terminals in the hosts file: The DNS server doesn't
seem to want to let me do that. This is another odd problem. When I use the
"fixed-address" option, the DHCP server DOES NOT tell the LTSP terminal
about its root directory or what filename to download for its kernel.
(huh!?). The following is the current, working dhcpd.conf for the DNS:

#------------BEGIN--------------
option domain-name "sbcc.cc.ca.us";
option domain-name-servers x.x.x.10;
option routers x.x.x.69;
max-lease-time 86400;
default-lease-time 61200;
shared-network CSLAB-NET {
subnet x.x.x.0 netmask 255.255.255.128 {
range x.x.x.21 x.x.x.60;
range x.x.x.96 x.x.x.126;
}
}

# Added by Charles Burns 13NOV2002 for LTSP terminals
group {
use-host-decl-names on;
host ws001 {
hardware ethernet XX:XX:XX:XX:XX:XX;
next-server x.x.x.27;
filename "/lts/kernel.ltsp";
option root-path "x.x.x.27:/opt/ltsp/i386";
#fixed-address x.x.x.110; ## See below ##
}
}
#---------------END------------

The line: "fixed-address x.x.x.110;", enabled, ultimately makes
the LTSP system think that it is looking for "/tftpboot/kernel" and that
the LTSP server is the DNS server (which it wrong). Very confusing to me.
In any case, the terminal has always recieved the .110 IP, so I am not
worried about that at the moment, and the line in /etc/hosts on Sheridan
(.27) should work AFAIK.





-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_____________________________________________________________________
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