Wow - Thanks!<br>
Does that mean that LTSP does not work with VNC/RDP type thin
clients?&nbsp; I may have misunderstood the point of ltsp. Is it just
and X server?<br>
<br>
I did&nbsp; edit the dhcp for my router, which I presume would also be my name-server?<br>
<br>
I appreciate your help! This might be a good topic sometime too, as
more schools, and homes may be interested in this, especially if there
is a linux program for monitoring usage (Dan's Guardian?).<br><br><div><span class="gmail_quote">On 12/24/05, <b class="gmail_sendername">Godwin</b> &lt;<a href="mailto:geektoyz@gmail.com">geektoyz@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Bill,<br><br>We use it at work.&nbsp;&nbsp;I married RedHat 9 with LTSP a long time ago.&nbsp;&nbsp;You
<br>can get ROMs (to use from a floppy or serve from your DHCP/LTSP<br>server) from <a href="http://www.rom-o-matic.net">www.rom-o-matic.net</a><br><br>I would imagine most of it is already setup for you.&nbsp;&nbsp;You just need to
<br>tweak a few files.&nbsp;&nbsp;Here's a typical entry on the dhcpd.conf file:<br>--------------------------------------------------------------<br>ddns-update-style none;<br>option domain-name-servers <a href="http://192.168.37.2">
192.168.37.2</a>, <a href="http://192.168.37.3">192.168.37.3</a>;<br>option routers <a href="http://192.168.37.1">192.168.37.1</a>;<br>deny duplicates;<br>subnet <a href="http://192.168.37.0">192.168.37.0</a> netmask <a href="http://255.255.255.0">
255.255.255.0</a> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option root-path &quot;192.168.37.113:/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option broadcast-address <a href="http://192.168.37.255">192.168.37.255</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option subnet-mask <a href="http://255.255.255.0">
255.255.255.0</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option domain-name-servers <a href="http://192.168.37.2">192.168.37.2</a>, <a href="http://192.168.37.3">192.168.37.3</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option domain-name &quot;<a href="http://idcomp.net">idcomp.net
</a>&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option routers <a href="http://192.168.37.1">192.168.37.1</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;range <a href="http://192.168.37.11">192.168.37.11</a> <a href="http://192.168.37.99">192.168.37.99</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br>
# Boot from floppy.<br>host <a href="http://thinclient4.idcomp.net">thinclient4.idcomp.net</a> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;next-server <a href="http://192.168.37.113">192.168.37.113</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filename &quot;/lts/vmlinuz-2.4.21-ltsp-1
&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option root-path &quot;192.168.37.113:/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hardware ethernet A0:50:1F:75:6B:C0;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br># Walmart PC - boot with PXE (sis900 nic)<br>host <a href="http://thinclient6.idcomp.net">
thinclient6.idcomp.net</a> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hardware ethernet 00:0B:6A:3E:EA:84;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;next-server <a href="http://192.168.37.113">192.168.37.113</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if substring (option vendor-class-identifier, 0, 9) = &quot;PXEClient&quot; {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filename
&quot;/lts/pxe/eb-5.2.4-sis900.zpxe&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} else if substring (option vendor-class-identifier, 0, 9) = &quot;Etherboot&quot;<br> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filename
&quot;/lts/vmlinuz-2.4.21-ltsp-1&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option
vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f<br>:74:ff;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option root-path &quot;192.168.37.113:/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>--------------------------------------------------------------
<br><br>Then look at the &quot;lts.conf&quot; file for specific workstation tweaks (ie.<br>sound, video, COM ports, etc.).&nbsp;&nbsp;You need to export the home dirs and<br>fonts (via NFS): [/etc/exports]<br><br>----------------------------------------------------------------
<br># The lines between the 'LTS-begin' and the 'LTS-end' were added<br># on: Wed Nov 28 11:19:42 PST 2001 by the ltsp installation script.<br># For more information, visit the ltsp homepage<br># at <a href="http://www.ltsp.org">
http://www.ltsp.org</a><br>#<br><br># Root / folder<br>/opt/ltsp/i386<br><a href="http://192.168.37.0/255.255.255.0(ro,sync,no_root_squash)">192.168.37.0/255.255.255.0(ro,sync,no_root_squash)</a><br><br># Swap File<br>/var/opt/ltsp/swapfiles
<br><a href="http://192.168.37.0/255.255.255.0(rw,sync,no_root_squash)">192.168.37.0/255.255.255.0(rw,sync,no_root_squash)</a><br><br># Fonts<br>/usr/X11R6/lib/X11/fonts<br><a href="http://192.168.37.0/255.255.255.0(ro,sync,no_root_squash)">
192.168.37.0/255.255.255.0(ro,sync,no_root_squash)</a><br>/usr/share/AbiSuite/fonts<br><a href="http://192.168.37.0/255.255.255.0(ro,sync,no_root_squash)">192.168.37.0/255.255.255.0(ro,sync,no_root_squash)</a><br>/usr/share/fonts
<br><a href="http://192.168.37.0/255.255.255.0(ro,sync,no_root_squash)">192.168.37.0/255.255.255.0(ro,sync,no_root_squash)</a><br>/usr/lib/openoffice/share/fonts<br><a href="http://192.168.37.0/255.255.255.0(ro,sync,no_root_squash)">
192.168.37.0/255.255.255.0(ro,sync,no_root_squash)</a><br><br># Export /home for local Apps support in LTSP<br>/home<br><a href="http://192.168.37.0/255.255.255.0(rw,sync,no_root_squash)">192.168.37.0/255.255.255.0(rw,sync,no_root_squash)
</a><br>----------------------------------------------------------------<br><br>I believe that's it.&nbsp;&nbsp;Download a rom for your specific NIC, write it<br>to a floppy then boot the workstation from it.&nbsp;&nbsp;Not all PC's support<br>
PXE booting, but I read somewhere that the newer versions of LTSP<br>support RPL booting as well.&nbsp;&nbsp;Hasn't worked for me though.<br><br>cheers,<br>Godwin<br><br><br><br>On 12/24/05, Bill Creswell &lt;<a href="mailto:billcreswell@gmail.com">
billcreswell@gmail.com</a>&gt; wrote:<br>&gt; If anyone has any knowledge of ltsp, I would like to know how to use it.<br>&gt;<br>&gt;&nbsp;&nbsp;I downloaded and intstalled edubuntu, which supposedly has ltsp enabled by<br>&gt; default.
<br>&gt;<br>&gt;&nbsp;&nbsp;I see no services, and I can't vnc or rd into it. I can't find any<br>&gt; instructions on getting started with it.<br>&gt;<br>&gt;&nbsp;&nbsp;This seems like a great way to give my kids access to a faster computer,
<br>&gt; but from their own locations.<br>&gt;<br>&gt; --<br>&gt; <a href="http://www.billcreswell.com">www.billcreswell.com</a> - family news, notes and writings<br>&gt; <a href="http://grComputerWorks.blogspot.com">http://grComputerWorks.blogspot.com
</a> - web and computer<br>&gt; related topics<br>&gt; <a href="http://www.grcomputerworks.com">http://www.grcomputerworks.com</a><br>&gt; _______________________________________________<br>&gt; grlug mailing list<br>&gt; 
<a href="mailto:grlug@grandrapids-lug.org">grlug@grandrapids-lug.org</a><br>&gt; <a href="http://grlug.org/mailman/listinfo/grlug">http://grlug.org/mailman/listinfo/grlug</a><br>&gt;<br>&gt;<br>&gt;<br><br><br>--<br><br>Ubber::Geek
<br><a href="http://grlug.org/">http://grlug.org/</a><br>_______________________________________________<br>grlug mailing list<br><a href="mailto:grlug@grandrapids-lug.org">grlug@grandrapids-lug.org</a><br><a href="http://grlug.org/mailman/listinfo/grlug">
http://grlug.org/mailman/listinfo/grlug</a><br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.billcreswell.com">www.billcreswell.com</a> - family news, notes and writings<br><a href="http://grComputerWorks.blogspot.com">
http://grComputerWorks.blogspot.com</a> - web and computer related topics<br><a href="http://www.grcomputerworks.com">http://www.grcomputerworks.com</a>