akonstam@xxxxxxxxxxx wrote: > On Tue, Feb 21, 2006 at 10:10:00PM -0600, John Pierce wrote: > > Well I administer 50 FC4 machines with cups installed from rpms. On > each machine the only Browse or Listen related statements are at the > end of the file and say: > # Lines below are automatically generated - DO NOT EDIT > Browsing On > BrowseProtocols cups > BrowseOrder Deny,Allow > BrowseAllow from @LOCAL > Listen 127.0.0.1:631 Here are mine: # Lines below are automatically generated - DO NOT EDIT <Location /printers/raddha> Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.2.0/24 <---I added this AuthType None </Location> Browsing On BrowseProtocols cups BrowseOrder Deny,Allow BrowseAllow from @LOCAL BrowseAddress 255.255.255.255 Listen *:631 <---- this is not same as yours I also changed: # # BrowseAddress: specifies a broadcast address to be used. By # default browsing information is not sent! # # Note: HP-UX does not properly handle broadcast unless you have a # Class A, B, C, or D netmask (i.e. no CIDR support). # # Note: Using the "global" broadcast address (255.255.255.255) will # activate a Linux demand-dial link with the default configuration. # If you have a LAN as well as the dial-up link, use the LAN's # broadcast address. # # The @LOCAL address broadcasts to all non point-to-point interfaces. # For example, if you have a LAN and a dial-up link, @LOCAL would # send printer updates to the LAN but not to the dial-up link. # Similarly, the @IF(name) address sends to the named network # interface, e.g. @IF(eth0) under Linux. Interfaces are refreshed # automatically (no more than once every 60 seconds), so they can # be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc. # #BrowseAddress x.y.z.255 #BrowseAddress x.y.255.255 #BrowseAddress x.255.255.255 #BrowseAddress 255.255.255.255 BrowseAddress @LOCAL <---uncommented this #BrowseAddress @IF(name) Without these two changes it does not work as you say. BUT: I did not restart the server yet (I cannot). I'll see tomorrow. -- François Patte UFR de mathématiques et informatique Université Paris 5 - Paris http://www.math-info.univ-paris5.fr/~patte