telling my server not to use other setting

pipitas k1pfeifle at gmx.net
Wed Dec 22 05:43:06 PST 2004


cschen at asiaa.sinica.edu.tw wrote:

>   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.

Put this into /etc/cups/cupsd.conf of your CUPS server:

  BrowseOrder deny,allow
  BrowseDeny All
  BrowseAllow None

Put this into /etc/cups/cupsd.conf of all your CUPS clients:

  BrowseOrder deny,allow
  BrowseDeny All
  BrowseAllow 192.168.5.233

(assuming the CUPS server has the IP address 192.168.5.233).

Cheers,
Kurt




More information about the cups mailing list