[cups] Restrict specific printer queues to IP.

Michael Sweet msweet at apple.com
Wed Oct 28 05:16:35 PDT 2015


Dean,

Yes, using Location directives in cupsd.conf:

<Location /printers/queuename>
Order allow,deny
Allow from 192.168.1.0/24
</Location>

Sent from my iPad

> On Oct 27, 2015, at 6:42 PM, Dean Montgomery <dmonty at sd73.bc.ca> wrote:
> 
> Is it possible to restrict printer queues to allow/deny access from specific IPs/Subnets.
> 
> e.g.
> cups-queue: "office-admin" - allow printing from 192.168.0.0/24 and deny from 192.168.1.0/24
> cups-queue: "student-shared" - allow printing from 192.168.0.0/24 and from 192.168.1.0/24
> 
> Easiest would be:
> Default deny 192.168.1.0/24
> Then allow 192.168.1.0/24 for specific queues.
> 
> Thanks
> 
> -- 
> 
> 
> Dean Montgomery 
> Network Support Tech./Programmer 
> School District #73 
> _______________________________________________
> cups mailing list
> cups at cups.org
> https://www.cups.org/mailman/listinfo/cups



More information about the cups mailing list