<html>
<body>
<br>
Excuse me, Friends ...<br><br>
1. Yesterday I was too HASTY !<br><br>
2. Please see your replies to my the problem in the message # 1873<br>
>>>>><br>
<font size=2>It sounds like you are not using the dual NIC setup for
k12ltsp.<br>
eth0 should be connected to a hub/switch for the clients and eth1
should<br>
connect to the Internet. This way you can have as many servers as
you<br>
want. Each will boot only clients connected via the hub on eth0.<br>
(Paul)<br>
---<br>
You should add another ethernet card to each machine, and plug eth1
into<br>
your internet connection.  Do this on both machines and these
problems<br>
will go away.  This card does not need to be an expensive one. 
Any old<br>
junk 10 mbit card will work well.<br>
When you add the ethernet cards, plug them into the internet socket<br>
first, *then* reboot your K12LTSP Terminal Server everything *should*
be<br>
completely automatic.<br>
FYI, it is very important that K12LTSP eth0 connection is kept 
clear<br>
from other networks, *unless* special attention is paid to
reconfiguring<br>
K12LTSP.  Connect eth0 only to your Terminals on their own switch.
<br>
NEVER connect eth0 to unknown networks since you will almost
certainly<br>
take that network down.<br>
(Steve)<br>
---<br>
Pauls solution is a good one, but requires two switches/hubs (switches
please :-).<br>
I like to have one DHCP, TFTP, LDAP server, and multiple application
servers.<br>
The -query option to X I change to -indirect, in the LTSP startup
scripts.<br>
Then you can choose the host machine - put the load on the users 
:-)<br>
It also adds a little redundancy to the system - especially if you<br>
mount home directories via NFS.<br>
Or you could customise lts.conf with the MAC address of all the clients
to<br>
indicate their XSERVER.<br>
(Andy)<br>
</font>>>>>><br><br>
3. This is the report of what I have done.<br><br>
STEP 1<br>
I inserted a second NIC into the Server of Lab A.<br>
So I have two NICs:<br>
- eth0: 3C905C-TX<br>
- eth1: 3C905B-TX<br>
I connected eth0 to the Hub that connects the Clients and eth1 to the
Internet.<br><br>
STEP 2<br>
When I boot the Server:<br>
- The NICs are regularly recognized;<br>
- Apps, like OpenOffice.org, work correctly;<br>
- I can navigate the Internet.<br><br>
STEP 3<br>
When I boot Terminal 1 it doesn't connect to the Server.<br><br>
A. On booting, the terminal screen reads:<br>
------------------------------------------------------------<br>
MAC Address = 00:50:DA:63:F7<br>
Connectors present: 10 Base-T / 100Base-TX<br>
Searching for server (DHCP) ...<br>
...Me: 192.168.1.87, Server: 192.168.1.88, Gateway: 192.168.1.88<br>
Loading 192.168.1.88:/lts/vmlinuz.ltsp
........................................<br><br>
B. After a long lapse of time the screen reads:<br>
Unable to load file.<br>
( Of course, the file ' vmlinuz.ltsp ' is present in
/tftpboot/lts/vmlinuz.ltsp ! )<br><br>
The Terminal doesn't connect to the Server even if I unplug the Server
from the Internet.<br><br>
STEP 4<br>
Here are the technical info that may interest you.<br><br>
A. Server settings<br><br>
[root@www root]# ifconfig<br>
eth0 Link encap:Ethernet HWaddr 00:B0:D0:15:A2:5C<br>
inet addr:192.168.1.88 Bcast:192.168.1.255 Mask:255.255.255.0<br>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br>
RX packets:5 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0<br>
collisions:0 txqueuelen:1000<br>
RX bytes:1911 (1.8 Kb) TX bytes:1326 (1.2 Kb)<br>
Interrupt:5 Base address:0xe880<br><br>
eth1 Link encap:Ethernet HWaddr 00:10:5A:C4:31:9B<br>
inet addr:192.168.1.89 Bcast:192.168.1.255 Mask:255.255.255.0<br>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br>
RX packets:199 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:14 errors:0 dropped:0 overruns:0 carrier:2<br>
collisions:0 txqueuelen:1000<br>
RX bytes:18808 (18.3 Kb) TX bytes:840 (840.0 b)<br>
Interrupt:5 Base address:0xec00<br><br>
lo Link encap:Local Loopback<br>
inet addr:127.0.0.1 Mask:255.0.0.0<br>
UP LOOPBACK RUNNING MTU:16436 Metric:1<br>
RX packets:2241 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:2241 errors:0 dropped:0 overruns:0 carrier:0<br>
collisions:0 txqueuelen:0<br>
RX bytes:1964328 (1.8 Mb) TX bytes:1964328 (1.8 Mb)<br><br>
B. Content of the DHCPD.CONF file:<br><br>
default-lease-time 21600;<br>
max-lease-time 21600;<br>
ddns-update-style none;<br>
allow booting;<br>
allow bootp;<br>
option subnet-mask 255.255.255.0;<br>
option broadcast-address 192.168.1.255;<br>
option routers 192.168.1.88;<br>
option domain-name-servers 192.168.1.88;<br>
option domain-name "ltsp";<br>
option root-path "192.168.1.88:/opt/ltsp/i386";<br>
option option-128 code 128 = string;<br>
option option-129 code 129 = text;<br>
shared-network WORKSTATIONS {<br>
subnet 192.168.1.0 netmask 255.255.255.0 {<br>
range dynamic-bootp 192.168.1.86 192.168.1.87;<br>
use-host-decl-names on;<br>
option log-servers 192.168.1.88;<br><br>
# trick from Peter Rundle <peter.rundle@au.interpath.net><br>
if substring (option vendor-class-identifier, 0, 9) =
"PXEClient"<br>
{<br>
filename "/lts/pxe/pxelinux.bin";<br>
# NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/<br>
}<br>
else<br>
{<br>
filename "/lts/vmlinuz.ltsp";<br>
}<br>
}<br><br>
Dear Friends,<br>
will you help me, please, to solve this problem ?<br>
Thanks !<br><br>
<br>
Angelo Nera<br><br>
---------------------------------------------------------------------------<br>
DIDASCA <br>
The First Italian Cyber Schools for Lifelong Learning<br>
Via Ragazzi del 99 n. 19<br>
I-23100 Sondrio So (Italy)<br>
T: +39 0342 513351<br>
F: +39 0342 514953<br>
U:
<a href="http://www.didasca.it/" eudora="autourl">http://www.didasca.it</a>
</body>
</html>