telling my server not to use other setting

Joshua C.S. Chen cschen at asiaa.sinica.edu.tw
Mon Dec 13 19:42:44 PST 2004


And the print server is a PC box running Fedora Core 1 with cups 1.1.19
Any help is appreciated.
Joshua




(and the cupsd.conf)

ServerName printserver.asiaa.sinica.edu.tw
ServerAdmin printadm at asiaa.sinica.edu.tw
LogLevel info
MaxLogSize 10485760
Printcap /etc/printcap
Port 80
#Port 443
Port 631
HostNameLookups On
Browsing On
BrowseAddress   140.109.177.255
BrowseAddress   140.109.176.255
BrowseAddress   @LOCAL
BrowseDeny All
BrowseAllow 140.109.177.*
BrowseAllow 140.109.176.*
BrowseAllow @LOCAL
BrowseOrder deny,allow
BrowseInterval 120

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 140.109.*
</Location>


<Location /jobs>
AuthType Basic
AuthClass User
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 140.109.*
</Location>


<Location /printers>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 140.109.*
</Location>

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








cschen wrote:
> Hi folks,
>   My institute's print server works just fine and great.
>   Now I have a simple question that, more and more clients are trying to advertise their settings. Some are from forign visitors' setting and some are from (I guess) windows xp.
>   Is there a configure option for my dedicated print server that, not to hear anything on the LAN about port 631 of other print queue's setting. I want it's printer setting to be the only one version in the institute, not adding other from the browsing/broadcast on the LAN.
>
> Thanks in advance
>
> Cheers
> Joshua





More information about the cups mailing list