You are not logged in.

#1 2005-10-27 21:29:46

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Limit CUPS to localhost?

Oy, anyone know how to limit CUPS to 127.0.0.1?

Offline

#2 2005-10-27 22:42:16

kyle.tk
Member
Registered: 2005-05-17
Posts: 13

Re: Limit CUPS to localhost?

In your cups.conf have something like this:

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

Offline

#3 2005-10-28 00:24:22

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Limit CUPS to localhost?

That's in there, enabled, but port 631 is wide open.

Offline

#4 2005-10-28 00:49:29

johnisevil
Member
From: Hamilton, ON Canada
Registered: 2003-08-07
Posts: 221
Website

Re: Limit CUPS to localhost?

I use this and it works fine.

<Location />
Order Deny,Allow
Deny From All
Allow From @LOCAL
BrowseAddress @LOCAL
</Location>

Offline

Board footer

Powered by FluxBB