[FoLUG]Server CUPS

Andrea Chiumenti folug@lists.linux.it
Wed, 22 May 2002 11:24:39 +0200


Ciao a tutti ,
ho un problema:

Ho un server cups in una dmz (ip: 192.168.1.1) e vorrei accedervi 
attraverso la LAN (192.168.100.*).

cupsd.conf č inizialmente cosė:

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Allow From 127.0.0.1
Deny From All
</Location>

# Options not supported by KDEPrint
TempDir /var/spool/cups/tmp
Listen 127.0.0.1:631
Listen 192.168.1.1:631
ServerName 192.168.1.1
BrowseAddress 192.168.1.255
BrowseOrder Deny,Allow
BrowseDeny All
BrowseAllow 127.0.0.1
BrowseAllow 192.168.1.*

lo correggo aggiungendo

Allow From 192.168.100.*

BrowseAllow 192.168.100.*

rifaccio partire cups , ma mi si riconfigura il file nella 
configurazione originaria.

Come posso stampare dalla LAN allora ?