Re: cups shares

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

 



earthworm@xxxxxxxxxxxxxxxxxxx wrote:
To clarify, here is my own cupsd.conf file ...

can anyone see what is wrong with it?

<Location /printers/printer>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/100

Huh? A /100 netmask? No such thing. Maximum is /32 Format is "Allow from address/netmask", e.g. Allow from 192.168.1.0/255.255.255.0 -or- Allow from 192.168.1.0/24

AuthType None
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.0/100

Same thing here, but not really necessary to have.

</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631

---------------------------------------------------------------------- - Rick Stevens, Senior Systems Engineer rstevens@xxxxxxxxxxxxxxx - - VitalStream, Inc. http://www.vitalstream.com - - - - Better to understand a little than to misunderstand a lot. - ----------------------------------------------------------------------




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux