Gideon Romm kirjoitti:

> # Restrict access to the server...
> <Location />
>   Order allow,deny
>   Allow localhost
>   Allow 192.168.0.*
>   Allow @LOCAL
> </Location>
> 
> Change the "192.168.0.*" to the appropriate subnet for the thin clients.
> Then, restart cups on the server.

Printing with local applications on Jaunty works just like Gideon says.

This is Jaunty with two nics, so these howtos are needed in first place.

https://help.ubuntu.com/community/UbuntuLTSP/ThinClientHowtoNAT/
https://help.ubuntu.com/community/UbuntuLTSP/LocalAppsResolvConf

Here is FF as a local applications printed a page.

admin-lt...@ubuntu-ltsp5:~$ ssh [email protected]
[email protected]'s password:
Last login: Mon Sep 28 12:57:58 2009 from server

r...@ltsp20:~# ps ax | grep firefox
  5344 tty7     S      0:00 su - guest001 -c LANG=fi_FI.UTF-8 DISPLAY=:7 
XAUTHORITY=/var/run/ldm-xauth-fboZQxjbj  firefox
  5348 tty7     Sl     0:07 /usr/lib/firefox-3.0.14/firefox
  5431 pts/1    S+     0:00 grep firefox
r...@ltsp20:~#

Some screenshots:

http://www.arkki.info/howto/Wiki/LTSP5-Testausta/Jaunty_Local-apps_Cups_00.png
http://www.arkki.info/howto/Wiki/LTSP5-Testausta/Jaunty_Local-apps_Cups_01.png
http://www.arkki.info/howto/Wiki/LTSP5-Testausta/Jaunty_Local-apps_Cups_02.png

Here is my cups.conf

admin-lt...@ubuntu-ltsp5:~$ cat /etc/cups/cupsd.conf

# Show troubleshooting information in error_log.
LogLevel debug
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
   # Allow shared printing and remote administration...
   Order allow,deny
   Allow all
</Location>
<Location /admin>
   Encryption Required
   # Allow remote administration...
   Order allow,deny
   Allow all
</Location>
<Location /admin/conf>
   AuthType Default
   Require user @SYSTEM
   # Allow remote access to the configuration files...
   Order allow,deny
   Allow all
</Location>

admin-lt...@ubuntu-ltsp5:~$

I'll do later tonight yet another howto for this - UbuntuLTSP's does not 
have one.

Best Regards Asmo Koskinen.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_____________________________________________________________________
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