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

Re: Cups no longer accepting remote connections for printing.



Hi,

James Allsopp wrote:
[...]
> 
> # Restrict access to the server...
> <Location />
>   Order allow,deny
>   Allow localhost
>   Allow 192.168.1.*
> </Location>
> ServerAlias *
> # Restrict access to the admin pages...
> <Location /admin>
>   Order allow,deny
>   Allow localhost
>   Allow  192.168.1.*
> </Location>
> 

Don't mix DNS wildcard '*' with network netmask '/xx'
Both are different things and not compatible.

Correct is in your case: Allow 192.168.1.0/24

Regards,
	Klaus.
-- 
Klaus Singvogel
GnuPG-Key-ID: 1024R/5068792D  1994-06-27


Reply to: