[KLUG Members] Config CUPS on the local lan

Jason Edward Durrett jed at shackman.com
Fri Jul 22 11:49:45 EDT 2005


Michael Lueck wrote:

>Does anyone have the concise list of changes to make to the CUPS config files
>so that it will allow web admin on the local lan? I have never gotten CUPS to
>allow this functionality.
>  
>
In cupsd.conf there is there are two access controls:

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

and

<Location /admin>
AuthType Basic
AuthClass System

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

If you add "Allow From (yourlocalnet)" you can access cups on the lan -

You can also have it just for one ip address too.

You will have to restart cups to get this to work.

Of course, the url is server:631

To setup a user and  password, use lppasswd -a username.





More information about the Members mailing list