Printing to a remote CUPS queue

anthony hologounis ahologounis at cox.net
Sat Feb 12 04:51:52 UTC 2005


Got it to work. I found the solution on a suse site.

I had to edit the client.conf file on the ubuntu box
and change this to reflect the address of the remote printer server.

#ServerName myhost.domain.com

Works fine now.

Thanks for the help : )

Anthony


On Wednesday 09 February 2005 6:16 pm, Michael R Head wrote:
> 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"




More information about the ubuntu-users mailing list