Browsing directives

LisaAmina lisaamina at netscape.net
Wed Jun 2 06:54:06 PDT 2004


Hi all,

I have two RH Linux 9.0 servers with cups 1.1.21rc1 in my
network. On system1 I configured a number of printers and
system2 should browsepoll system1.

It works fine. Alle printers on system1 appear automatically
in the printerslist of system2.

But if I set 'Browsing Off' on system1, or try 'BrowseDeny'
on system1:

  BrowseOrder Deny,Allow
  BrowseDeny from all
  BrowseAllow from none

all printers on system1 still appear in the printerlist
of system2.

Does anyone got those server directives working ?

Here are my configs.

/etc/cups/cupsd.conf on System 1 (10.206.2.51/255.255.224.0):

  LogLevel info

  MaxLogSize 0

  Printcap /etc/printcap

  <Location /admin>
  AuthType Basic
  AuthClass System
  Order Deny,Allow
  Deny From All
  Allow From 127.0.0.1
  Allow From 10.206.0.0/255.255.224.0
  </Location>

  <Location />
  Order Deny,Allow
  Deny From All
  Allow From 127.0.0.1
  Allow From 10.206.0.0/255.255.224.0
  </Location>

  Browsing On
  BrowsePort 631
  BrowseProtocols cups

  BrowseAddress @LOCAL
  BrowseOrder Deny,Allow
  BrowseDeny from none
  BrowseAllow from @LOCAL

  Listen 127.0.0.1:631
  Listen 10.206.2.51:631


/etc/cups/cupsd.conf on System 2 (10.206.2.60/255.255.224.0):

LogLevel info

MaxLogSize 0

Printcap /etc/printcap

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.206.0.0/255.255.224.0
</Location>

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.206.0.0/255.255.224.0
</Location>

Browsing On
BrowsePort 631
BrowseProtocols cups

BrowsePoll 10.206.2.51
BrowseInterval 15
BrowseTimeout 20
BrowseShortNames Yes

Listen 127.0.0.1:631
Listen 10.206.2.60:631

Regards,
LA




More information about the cups mailing list