-
Clarification
-
Resolution: Won't Do
-
Major
-
None
-
7.0.2.Final
-
None
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 based on Ip address .
There must be some authentication mechanism between Master Node and Slave Node at the time of registration of slave Node.