<br><br><div><span class="gmail_quote">2007/7/2, Jim Kronebusch <<a href="mailto:jim@winonacotter.org">jim@winonacotter.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just wondering if anyone here has set LTSP 5 (I am using the Edubuntu 7.04 version) to<br>allow login via VNC without a password and still use the proper login windows? Just<br>another one of those things I have been spoiled with using K12LTSP and don't really know
<br>how to set it up :-)</blockquote><div><br>Hi!<br>Via the daemon inetd<br>In k12 xinetd  is the responsible<br>In Debian is inetd.<br>I will tell a few steps to follow:<br>1) Install  Thigth Vnc Server, that moves his in function of the  traffic of the net
<br>2) set up inetd and services:<br><br>modify /etc/services and at the bottom of file add this:<br> <br># Local services<br>#VNC On-Demand<br>vnc-800x600x16   5901/tcp<br><br>(here you have a log screen of 800*600 px and 16bits of colors via port 5901)
<br></div><br>Modify /etc/inetd.conf and at the bottom of file add this:<br><br># VNC On-Demand<br>vnc-800x600x16  stream  tcp     nowait  nobody.tty      /usr/bin/Xvnc Xvnc -inetd -query localhost <br>-once -geometry 800x600 -depth 16
<br><br>(copy and paste)<br><br>Now:<br><br>3) restart inetd daemon:<br><br>/etc/init.d/inetd restart<br><br>4) in the client:<br>Use any vnc client (I use Svnc Viewer)<br>like:<br>vncviewer [host]:1<br><br>If your server have the IP 
<a href="http://192.168.0.254">192.168.0.254</a>:<br><br>vncviewer <a href="http://192.168.0.254:1">192.168.0.254:1</a><br><br>Greetings<br>Alberto<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jim Kronebusch<br>Cotter Tech Department<br>453-5188<br><br><br>--<br>This message has been scanned for viruses and<br>dangerous content by the Cotter Technology<br>Department, and is believed to be clean.<br><br>_______________________________________________
<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br></blockquote></div><br>