Printing to a remote CUPS queue

Michael R Head burner at suppressingfire.org
Thu Feb 10 02:16:54 UTC 2005


On Wed, 2005-02-09 at 19:06 -0700, ahologounis at cox.net wrote:
> 
> # Browsing: whether or not to broadcast and/or listen for CUPS printer
> # information on the network.  Enabled by default.
> #
> 
> Browsing On
> 
> BrowseProtocols cups
> 
> BrowseAddress @LOCAL
> 
> Still not working
> 
> The SUSE box has broadcasting enabled

Is it listening on the network? you may also need to allow addresses on
your network to access it (usually by default, only local printing is
allowed)


I have this in cupsd.conf:
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.2.*
</Location>

and no "Listen" directive, only "Port 631"

> 
-- 
Michael R Head <burner at suppressingfire.org>
GPG: http://www.suppressingfire.org/~burner/gpg.key.txt (ID 23A02B1F)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050209/97ce955d/attachment.sig>


More information about the ubuntu-users mailing list