Hello All,

I am using Kubuntu 6.10 as my local printing machine and its cupsd.conf is as below. However, my laptop Kubuntu 6.06 connected through wired lan is not able to 'see' this printer. I uninstalled the firestarter firewall but still no result. Lpstat -a on server shows this....."HP610C accepting requests since Sat 21 Apr 2007 12:03:19 PM IST"

Where could the problem be? What commands could I try in the client machines to 'see' the printer? In the client's browser, 'server_ip_address:631' shows the printer. Any packages I could be missing?

In Sarge I followed online instructions from some site and was able to print from the laptop. But no other distro after that could duplicate the same. I manually added the shared printer in the client machine but it does not pass on print jobs to the server.

This is my cupsd.conf

Any help will be appreciated.


"# Show general information in error_log.
ServerName 192.168.1.n1
LogLevel info
SystemGroup lpadmin
# Allow remote access
Port 631
Listen localhost
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress 192.168.1.n2
DefaultAuthType Basic
<Location />
  # Allow shared printing...
  Order deny,allow
  Deny From All
  Allow From 127.0.0.1
  Allow From 192.168.1.n2
</Location>
<Location /admin>
  # Restrict access to the admin pages...
  Order allow,deny
  Allow localhost
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  # Restrict access to the configuration files...
  Order deny,allow
  Deny From all
  Allow From 127.0.0.1
</Location>
<Policy default>
<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>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes 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-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>"

--
Regards,

Rony.

Knock Knock
Who's There?
Linux
Who Linux?
GNU/Linux

--
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to