Bug 560558
| Summary: | Cluster Documentation is not detailed enough in explaining how to add suitable rules to allow multicast traffic for cluster comunication | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Michael Kearey <mkearey> | |
| Component: | Documentation-cluster | Assignee: | Steven J. Levine <slevine> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ecs-bugs | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 5.5 | CC: | cevich, iannis, jskeoch, lhh, mhideo, sdubrowin, slevine, wmealing | |
| Target Milestone: | --- | Keywords: | Documentation | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 717006 (view as bug list) | Environment: | ||
| Last Closed: | 2011-07-25 13:19:41 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 717006 | |||
| Deadline: | 2011-06-14 | |||
|
Description
Michael Kearey
2010-02-01 06:49:12 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. I'm reassigning this to me since it is now my document. Lon: I'm putting this in NEEDINFO because on this bug I need some help. Is there somebody who can look over this bug with me and help me figure out what I need to provide? I'm not really sure what would address this issue. I believe the following is all that is required: openais [corosync on RHEL6]: iptables -I INPUT -p udp -m state --state NEW -m multiport --dports 5404,5405 -j ACCEPT ricci: iptables -I INPUT -p tcp -m state --state NEW -m multiport --dports 11111 -j ACCEPT modcluster: iptables -I INPUT -p tcp -m state --state NEW -m multiport --dports 16851 -j ACCEPT gnbd [deprecated; not present on RHEL6]: iptables -I INPUT -p tcp -m state --state NEW -m multiport --dports 14567 -j ACCEPT luci: iptables -I INPUT -p tcp -m state --state NEW -m multiport --dports 8084 -j ACCEPT DLM: iptables -I INPUT -p tcp -m state --state NEW -m multiport --dports 21064 -j ACCEPT Run 'service iptables save ; service iptables restart' There is no special consideration at all for rgmanager on RHEL5 or RHEL6; it uses ports 5404/5405 |