[mod_cluster-issues] [JBoss JIRA] Updated: (MODCLUSTER-154) Update docs to include basic iptables rules to allow mod_cluster multicast traffic

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Thu Jun 10 07:13:38 EDT 2010


     [ https://jira.jboss.org/browse/MODCLUSTER-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere updated MODCLUSTER-154:
-------------------------------------------

    Fix Version/s:     (was: 1.1.0.CR3)


> Update docs to include basic iptables rules to allow mod_cluster multicast traffic
> ----------------------------------------------------------------------------------
>
>                 Key: MODCLUSTER-154
>                 URL: https://jira.jboss.org/browse/MODCLUSTER-154
>             Project: mod_cluster
>          Issue Type: Task
>    Affects Versions: 1.0.3.GA, 1.1.0.CR1
>            Reporter: Samuel Mendenhall
>            Assignee: Jean-Frederic Clere
>            Priority: Minor
>             Fix For: 1.0.4.GA
>
>
> By default RHEL/Fedora iptables rules blocks multicast traffic.  At least on a single JBoss node with Apache and JBoss on the same machine the following iptables rule allows multicast traffic.  If this rule isn't in place http://localhost/mod_cluster-manager will not show any nodes as multicast is blocked and Apache<->JBoss won't communicate
> /sbin/iptables -I INPUT 5 -p udp -d 224.0.1.0/24 -j ACCEPT
> /etc/init.d/iptables save
> It may also be helpful to note the iptables rules when running in a cluster also as seen here: http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.1/html/Seam_Reference_Guide/ClusteringAndEJBPassivation.html#clustering.deployment

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list