cups shares

Rick Stevens rstevens at vitalstream.com
Tue Jan 6 23:03:07 UTC 2004


earthworm at earthworm.no-ip.com 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 at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-     Better to understand a little than to misunderstand a lot.     -
----------------------------------------------------------------------





More information about the fedora-list mailing list