|
Bugzilla – Full Text Bug Listing |
| Summary: | adding cups to allowed services in the firewall does not allow broadcasting | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Christian Trippe <ctrippe> |
| Component: | Printing | Assignee: | Johannes Meixner <jsmeix> |
| Status: | RESOLVED FIXED | QA Contact: | Johannes Meixner <jsmeix> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | lnussel |
| Version: | Milestone 1 | ||
| Target Milestone: | Factory | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 811188 | ||
| Attachments: | fixed /etc/sysconfig/SuSEfirewall2.d/services/cups | ||
|
Description
Christian Trippe
2009-04-27 13:06:30 UTC
/etc/sysconfig/SuSEfirewall2.d/services/cups needs to list 'ipp' in BROADCAST as well to make this work. Christian Trippe, revert your manually add '631' in the field for the external zone in the broadcast section of the firewall module and set in /etc/sysconfig/SuSEfirewall2.d/services/cups --------------------------------------------------------------- BROADCAST="ipp" --------------------------------------------------------------- and restart the firewall "SuSEfirewall2 restart" and verify if it still works for you. I have done the steps from comment #2 and it still works for me. Many Thanks! I appreciate your feedback! /etc/sysconfig/SuSEfirewall2.d/services/cups belongs to the cups-libs RPM and therefore I change the component to "Printing". Created attachment 295949 [details] fixed /etc/sysconfig/SuSEfirewall2.d/services/cups "diff old new" results: --------------------------------------------------------------------- < # space separated list of allowed UDP broadcast ports < BROADCAST="" --- > # space separated list of allowed UDP ports for UDP broadcasts > BROADCAST="ipp" --------------------------------------------------------------------- Fixed for openSUSE 11.2 and submitted to home:jsmeix:Factory/cups and created submitreq for openSUSE:Factory. This is an autogenerated message for OBS integration: This bug (498429) was mentioned in https://build.opensuse.org/request/show/11406 Factory / cups |