Jeff Vian wrote:
On Thu, 2006-04-20 at 08:17 -0500, Jeff Vian wrote:
On Thu, 2006-04-20 at 08:03 +0100, Paul Howarth wrote:
On Wed, 2006-04-19 at 20:52 -0500, Jeff Vian wrote:
I see this at the end of my cupsd.conf file
<Location /printers/stylus-photo-r300--1>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
In each of the location stanzas of the type above I added another
"Allow From x.x.x.x" line with the IP of the remote workstation.
Now when I restarted cupsd I can print from the remote workstation.
In my cupsd.conf file, I added "Allow From 192.168.1.0/24" and my
printers were available on all the computers on my home network.
Andrew Robinson