You are not logged in.

#1 2005-12-18 00:12:52

nadman10
Member
From: Erie, PA
Registered: 2005-10-15
Posts: 200

Access CUPS configuration interface from another PC

I just installed CUPS which, from what I've been reading, has a configuration interface on port 631. I want to access this interface from another PC so I dont have to configure X on my server. When I try to access it, it tells me that I'm not authorizedto view that page. However, I can access pages on port 80. My hosts.allow has "cups:all" and I have commented everything out on my hosts.deny. What am I missing?

Offline

#2 2005-12-18 09:47:14

cs25x
Member
Registered: 2004-05-04
Posts: 150

Re: Access CUPS configuration interface from another PC

default cups config restricts you to localhost. Try webmin?


--(*(cs25x--));

Offline

#3 2005-12-18 09:58:03

Pierluigi
Member
Registered: 2004-04-10
Posts: 90
Website

Re: Access CUPS configuration interface from another PC

/etc/cups/cupsd.conf

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.2.*
</Location>

Offline

#4 2005-12-21 22:32:37

nadman10
Member
From: Erie, PA
Registered: 2005-10-15
Posts: 200

Re: Access CUPS configuration interface from another PC

Ahh ha. Thanks, I knew it would be something stupid.

Offline

Board footer

Powered by FluxBB