Cannot print from KDE applications

Till Kamppeter kde-print@mail.kde.org
Tue, 21 Jan 2003 12:30:47 +0100


Michael Goffioul wrote:
> 
> 1) specify "localhost" as "ServerName" (then it's better to also
> disable broadcasting)
> 
> 2) relax access restrictions on the "/" resource, using something
> like
> 
> <Location />
> Deny From All
> Allow From 127.0.0.1
> Allow From 243.67.*
> </Location>
> 

As Mandrake default I use

BrowseAddress @LOCAL
<Location />
Deny From All
Allow From 127.0.0.1
Allow From @LOCAL
</Location>

This shares the printers correctly in the local network regardless what 
the IPs are, so one can even have a printer on a DHCP client or one can 
reconfigure the network to use another address range without taking care 
of CUPS.

    Till