Bug 1473366
| Summary: | Firewall rules prevent appliance from getting a dynamic IPv6 address | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jan Krocil <jkrocil> | |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | abellott, cpelland, jhardy, obarenbo, tpapaioa | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ipv6:black | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1473424 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:32:30 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1473424 | |||
|
Description
Jan Krocil
2017-07-20 15:40:20 UTC
Better workaround: ------------------ We need to open port 546/udp in the active zone. # firewall-cmd --zone=manageiq --add-port=546/udp --permanent # firewall-cmd --reload # systemctl restart network New commit detected on ManageIQ/manageiq-appliance-build/master: https://github.com/ManageIQ/manageiq-appliance-build/commit/75b970ce3b03ffca237237cbd4abf12e19639286 commit 75b970ce3b03ffca237237cbd4abf12e19639286 Author: Nick Carboni <ncarboni> AuthorDate: Thu Jul 20 13:33:28 2017 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Thu Jul 20 13:33:28 2017 -0400 Allow the DHCPv6 client through the appliance firewall Before this change appliances would not correctly receive IPv6 addresses via DHCP. https://bugzilla.redhat.com/show_bug.cgi?id=1473366 kickstarts/partials/post/firewalld.ks.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Verified in 5.9.0.2 |