Le 04 mai à 16:01:18 "Patrick Marquetecken"
<[EMAIL PROTECTED]> a écrit notamment:

>> On 5/4/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote:
>>
>>> I'm trying to connect to our cups printserver with http://xxxx:631 but
> i
>>> always get: cups connection is refused.
>>> On the machine itself i have no problem with localhost:631
>>> In cupsd.conf i've got allow from 10.32.0.0/22 our ip range and i have
> restarted cups.
>>> what have i missed?
>>
>> 'localhost' is mapped to 127.0.0.1, so probably the cups admin port is
> bound to 127.0.0.1 only. You can verify that with "netstat -ta". There's
> likely a configuration option somewhere to ask it to bind to another
> address.
>>
> Indeed its running only on 127.0.0.1
>
> i have read the cups documentaion again, and for remote administration i
> just have to put: 'allow myIP' in the /admin section and it schould work,
> but it doesnt.
>
make sure you have not something like
Order Allow,Deny
 and then :

Deny From All

after all the Allow
That would of course be contrary to the default which puts the deny lines before
the allow lines
cheers,
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list

Reply via email to