Bug 189067
| Summary: | firestarter blocks avahi multicast | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eric Tanguy <eric.tanguy> |
| Component: | firestarter | Assignee: | Michael A. Peters <mpeters> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | extras-qa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-04-19 04:38:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eric Tanguy
2006-04-15 11:40:33 UTC
This should be fixed in the next round of updates. for me its not fixed firestarter-1.0.3-11.fc5 I still need $IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j ACCEPT $IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j ACCEPT $IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j ACCEPT $IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j ACCEPT in user-pre The user-pre file is generated by firestarter and is a configuration file. If it was generated by a previous install of firestarter, you probably need to manually remove the $IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j DROP $IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j DROP $IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j DROP $IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j DROP statements from it. |