https://bugzilla.novell.com/show_bug.cgi?id=737039 https://bugzilla.novell.com/show_bug.cgi?id=737039#c1 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Summary|Cupsd does not listen for |Cupsd does not get browsing |browsing announcements |announcements if firewall | |runs --- Comment #1 from Johannes Meixner <jsmeix@suse.com> 2011-12-15 11:50:52 UTC --- It works for me. Since a long time (i.e. since CUPS 1.2) the cupsd only binds to localhost and not to all interface, see "Configuring CUPS in the Network" in http://en.opensuse.org/SDB:CUPS_in_a_Nutshell This is intentionally for security reasons, read http://en.opensuse.org/SDB:CUPS_and_SANE_Firewall_settings Some hints: If you really need a firewall in your internal network: Is the IPP port 631 open also for UDP broadcasts in your firewall? (UDP broadcasts need to be explicitly opened in the firewall.) Does it work when you switch off your firewall for a test? # netstat -nap | grep cups should show you something like ---------------------------------------------------------------------------- tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 29999/cupsd tcp 0 0 ::1:631 :::* LISTEN 29999/cupsd udp 0 0 0.0.0.0:631 0.0.0.0:* 29999/cupsd unix 2 [ ACC ] STREAM LISTENING 2852732 29999/cupsd /var/run/cups/cups.sock ---------------------------------------------------------------------------- (note the "udp" entry). You do not need "Listen *:631" in cupsd.conf, only ---------------------------------------------------------------------------- Listen localhost:631 Listen /var/run/cups/cups.sock .. Browsing On BrowseOrder allow,deny BrowseAllow all BrowseLocalProtocols CUPS ---------------------------------------------------------------------------- is sufficient. Note that Bugzilla is no replacement for support, see http://en.opensuse.org/openSUSE:Submitting_bug_reports -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.