Bug 882736
| Summary: | firewalld doesn't set the zone of a network interface added by VirtualBox | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Victor Costan <costan> |
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | jpopelka, twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-18 20:39:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Victor Costan
2012-12-03 00:15:23 UTC
Does manual adding of vboxnet0 to a (default) zone change anything ? # firewall-cmd --add-interface=vboxnet0 @Jiri: Yes. "firewall-cmd --list-all" shows vboxnet0 under trusted > interfaces, mDNS traffic goes through. @Jiri: I checked to see if the fix persists across reboots, and that doesn't seem to be the case. Should firewalld do something along the lines of what you suggested whenever it gets a packet from an interface that it doesn't know about? (In reply to comment #4) > @Jiri: I checked to see if the fix persists across reboots, and that doesn't > seem to be the case. That's right. It's a NetworkManager that tells firewalld what interface needs to be added to which zone. NM doesn't manage vboxnet0, therefore doesn't tell firewalld about it. > Should firewalld do something along the lines of what you suggested whenever > it gets a packet from an interface that it doesn't know about? AFAIR, Thomas was talking about changing the 'default zone' concept so all interfaces will be in default zone (unless told otherwise) regardless whether managed by NM or not. That should fix this problem too. This will be fixed as a 0-day update for F-18. Please have a look at #888288. Fixed in GIT: http://git.fedorahosted.org/cgit/firewalld.git/commit/?id=4ec98e390102b5c065f7b2855204e01c08af88c1 firewalld-0.2.12-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/firewalld-0.2.12-1.fc18 Package firewalld-0.2.12-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing firewalld-0.2.12-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0810/firewalld-0.2.12-1.fc18 then log in and leave karma (feedback). The update fixed the bug for me. Thank you! firewalld-0.2.12-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |