Hi All,<br><br>The server seems to be working great, booting 18 thin clients easily.  The thin clients run Firefox 3.5 and CmapTools as local apps.  iTALC and Sabayon working well.  Lots of joy here :)<br><br>The issue I&#39;m encountering is I can&#39;t get the printers to print on the LAN.  I&#39;ve googled, explored, googled and explored more.<br>

<br>The cupsd.conf setting are shown below.  In the printing control panel I&#39;ve set the Device URI to socket://localhost:631 (and tried typing in 192.168.0.1 in place of localhost, and lpd in place of socket).  It appears that the printer is working with the message: &quot;processing - printer is now on-line&quot; nonetheless, nothing prints.  Any thoughts?<br>
<br>Thanks,<br>David<br><br>CUPSD.CONF SETTINGS:<br>LogLevel info<br>SystemGroup lpadmin<br># Allow remote access<br>Port 631<br>Listen /var/run/cups/cups.sock<br># Enable printer sharing and shared printers.<br>Browsing On<br>
BrowseOrder allow,deny<br>BrowseAllow all<br>BrowseAddress @LOCAL<br>DefaultAuthType Basic<br>&lt;Location /&gt;<br>  # Allow shared printing...<br>  Order allow,deny<br>  Allow @LOCAL<br>&lt;/Location&gt;<br>&lt;Location /admin&gt;<br>
  Encryption Required<br>  # Restrict access to the admin pages...<br>  Order allow,deny<br>&lt;/Location&gt;<br>&lt;Location /admin/conf&gt;<br>  AuthType Default<br>  Require user @SYSTEM<br>  # Restrict access to the configuration files...<br>
  Order allow,deny<br>&lt;/Location&gt;<br>&lt;Policy default&gt;<br>  &lt;Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job&gt;<br>
    Require user @OWNER @SYSTEM<br>    Order deny,allow<br>  &lt;/Limit&gt;<br>  &lt;Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default&gt;<br>    AuthType Default<br>
    Require user @SYSTEM<br>    Order deny,allow<br>  &lt;/Limit&gt;<br>  &lt;Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs&gt;<br>
    AuthType Default<br>    Require user @SYSTEM<br>    Order deny,allow<br>  &lt;/Limit&gt;<br>  &lt;Limit Cancel-Job CUPS-Authenticate-Job&gt;<br>    Require user @OWNER @SYSTEM<br>    Order deny,allow<br>  &lt;/Limit&gt;<br>
  &lt;Limit All&gt;<br>    Order deny,allow<br>  &lt;/Limit&gt;<br>&lt;/Policy&gt;<br>MaxLogSize 2000000<br>