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. -
----------------------------------------------------------------------