[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [CUPS] Printing Sharing Problem



> On Fri, Oct 22, 2004 at 09:35:11AM +0000, Matthieu Oppliger wrote:
> [...]
> } After edition of my cupsd.conf on G3 - (Allow 192.168.1.11 as told in the
> } Cups doc) - and installation and configuration of Gimp-Print and ESP
> } Ghostscript on the G4, I can browse to 192.168.1.10:631 to access my
> } Epson from the G4, and print a test page.
> } 
> } But if I try to print directly from the G4, the Printing Center does the
> } job to print, and then try to access 192.168.1.10, without success.
> [...]
> 
> In the cupsd.conf file on the G3 you must make sure that the G4's IP
> address is allowed to access /printers.
That's ok
>  There is a section of the files
> that starts looking a lot like an Apache config, with Location tags and
> Allow and Deny directives and such. Make sure that the G4's IP address is
> allowed for at least /printers. That should be sufficient. Don't forget to
> restart cups on the G3. 
OK too...
> (Note that I have a MacOS X box happily printing to
> a printer connected to a Debian sarge box, so it is both possible and
> moderately easy.)
Here is an extract of my cupsd.conf :
<Location />
AuthType None
Order Deny,Allow
Deny From None
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.11
</Location>

<Location /admin>
AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From None
Allow From 127.0.0.1
Allow From 192.168.1.10
Allow From 192.168.1.11
#Encryption Required
</Location>

Perhaps I miss something ?

I can't access my print server...

Would it be possible for you to send me your cupsd.conf file on your
Linux box, and the client.conf file of your Mac box ?

Thanks for your help !

Matthieu

> 
> } Thanks in advance
> } Matthieu
> --Greg
> 



Reply to: