Re: does cups work in rawhide?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2004-03-24 at 15:52, Tony Grant wrote:
> Le mer 24/03/2004 Ã 15:23, Tim Waugh a Ãcrit :
> > What's in /etc/cups/cupsd.conf after this line?:
> > 
> > # Lines below are automatically generated - DO NOT EDIT
> 
> <Location /printers/hush>
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> AuthType None
> Allow from All
> </Location>
> <Location />
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
> </Location>
> Browsing On
> BrowseProtocols cups
> BrowseOrder Deny,Allow
> BrowseAllow from @LOCAL
> BrowseAddress 255.255.255.255
> Listen *:631
> 
> This is wrong but that is what is written by the GUI when I select All
> hosts. 
> 
> Below is from cupsd.conf.rpmsave I think it is the working conf from
> before my yum remove cups, yum install cups I did a couple of days ago
> in frustration
> 
> <Location /printers/hush>
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> AuthType None
> Allow from 192.168.0.0/255.255.255.0
> Allow from @IF(eth0)
> Allow from 127.0.0.1/255.255.255.0
> </Location>
> <Location />
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> </Location>
> Browsing On
> BrowseProtocols cups
> BrowseOrder Deny,Allow
> BrowseAllow @LOCAL
> BrowseAddress @LOCAL
> Listen 192.168.0.111:631
> Listen 127.0.0.1:

See the marked lines, you're not allowing outcoming connections.

Try:

Order Allow,Deny
Allow from 192.168.0.0/255.255.255.0
Allow from 127.0.0.1/255.255.255.0
Deny From All
-- 
Iago Rubio                http://www.iagorubio.com          
GPGkey pgp.rediris.es id 0x909BD4DD  fingerprint =
D18A B950 5F03 BB9A DD89  AA75 FEDF 1978 909B D4DD
********** iago.rubio(AT)hispalinux.es  **********     
--------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux