[jboss-jira] [JBoss JIRA] (AS7-6373) How to configure Domain Controller(master node) to accept Slave Node of particular Ip address.
hitesh yadav (JIRA)
jira-events at lists.jboss.org
Tue Jan 22 07:11:21 EST 2013
hitesh yadav created AS7-6373:
---------------------------------
Summary: How to configure Domain Controller(master node) to accept Slave Node of particular Ip address.
Key: AS7-6373
URL: https://issues.jboss.org/browse/AS7-6373
Project: Application Server 7
Issue Type: Clarification
Components: Clustering, Domain Management, Server
Affects Versions: 7.0.2.Final
Environment: Linux ,,jboss-as-web-7.0.2 , Mod_cluster for load balancing
Reporter: hitesh yadav
Assignee: Paul Ferraro
I have Domain of 3 node N1 ,N2,N3.
Here N1 is master node(domain controller) and N2 and N3 as slave.
Ip address of N1 is "10.103.6.151" , Ip address of N2 is "10.103.6.156" and Ip address of N3 is "10.103.6.157"
I want to configure N1 Node such that it will accept slave Node only from Ip address 10.103.6.156 to 10.103.6.158 .
Means If any node which have Ip "10.103.6.161" try to register itself as slave on Master Node N1(10.103.6.151), must be rejected .
Means Master Node N1(10.103.6.151) can only register slave node which have Ip (10.103.6.156 or 10.103.6.157 or 10.103.6.158) .
Means when i start Cluster ,when i boot master at that time it must be configurable to which range of Ip Address master can register as slave node.
In "jboss-as-web-7.0.2" I found that any Node can register itself as slave if Ip address Master is provided. This is not acceptable behavior due to security reason.
I have not found any configuration or mechanism in "jboss-as-web-7.0.2" which restrict slave Node .
There must be some authentication mechanism between Master Node and Slave Node at the time of registration of slave Node.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list