Cannot access cups from client system

Eric anonymous at easysw.com
Tue May 2 17:35:49 PDT 2006


I'm new to CUPS and have smashed into a probably simple wall.  On SUSE Linux Enterprise Desktop 10 b10, I am trying to access the local printer from a WinXP workstation.  I get a consistant "the connection has timed out" from Firefox.  Following is my cupsd.conf

ServerName sled10.rothweilerhousehold.org
LogLevel info
Printcap /etc/printcap
User lp
Group lp
RunAsUser Yes
BrowseAllow @LOCAL
BrowseAllow 192.168.1.*
BrowseDeny All
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 127.0.0.2
Allow From @LOCAL
Allow From 192.168.1.*
</Location>
<Location /admin>
AuthType BasicDigest
AuthClass Group
AuthGroupName sys
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

TIA!

Eric




More information about the cups mailing list