diff --git a/server_installation/SUMMARY.adoc b/server_installation/SUMMARY.adoc index aa5bcf9c77..98479f6733 100755 --- a/server_installation/SUMMARY.adoc +++ b/server_installation/SUMMARY.adoc @@ -26,7 +26,7 @@ ... link:server_installation/topics/database/jdbc.adoc[JDBC Setup] ... link:server_installation/topics/database/datasource.adoc[Datasource Setup] ... link:server_installation/topics/database/hibernate.adoc[Database Configuration] -... link:server_installation/topics/database/unicode-considerations.adoc[Unicode considerations] +... link:server_installation/topics/database/unicode-considerations.adoc[Unicode Considerations] .. link:server_installation/topics/network.adoc[Network Setup] ... link:server_installation/topics/network/bind-address.adoc[Bind Addresses] ... link:server_installation/topics/network/ports.adoc[Socket Port Bindings] @@ -37,6 +37,7 @@ ... link:server_installation/topics/clustering/example.adoc[Cluster Example] ... link:server_installation/topics/clustering/load-balancer.adoc[Setting Up a Load Balancer or Proxy] ... link:server_installation/topics/clustering/multicast.adoc[Multicast Network Setup] +... link:server_installation/topics/clustering/securing-cluster-comm.adoc[Securing Cluster Communication] ... link:server_installation/topics/clustering/serialized.adoc[Serialized Cluster Startup] ... link:server_installation/topics/clustering/booting.adoc[Booting the Cluster] ... link:server_installation/topics/clustering/troubleshooting.adoc[Troubleshooting] diff --git a/server_installation/topics/clustering/multicast.adoc b/server_installation/topics/clustering/multicast.adoc index 56682e1ad5..237bd5a6d9 100755 --- a/server_installation/topics/clustering/multicast.adoc +++ b/server_installation/topics/clustering/multicast.adoc @@ -32,3 +32,4 @@ You'll have to edit your the _standalone-ha.xml_ or _domain.xml_ sections discus Things you'll want to configure are the `jboss.bind.address.private` and `jboss.default.multicast.address` as well as the ports of the services on the clustering stack. NOTE: It is possible to cluster {{book.project.name}} without IP Multicast, but this topic is beyond the scope of this guide. For more information, see link:{{book.appserver.jgroups.link}}[JGroups] in the _{{book.appserver.jgroups.name}}_. + diff --git a/server_installation/topics/clustering/securing-cluster-comm.adoc b/server_installation/topics/clustering/securing-cluster-comm.adoc new file mode 100644 index 0000000000..87ffac9eb4 --- /dev/null +++ b/server_installation/topics/clustering/securing-cluster-comm.adoc @@ -0,0 +1,6 @@ + +=== Securing Cluster Communication + +When cluster nodes are isolated on a private network it requires access to the private network to be able to join a cluster or to view communication in the cluster. In addition you can also enable authentication and encryption for cluster communication. As long as your private network is secure it is not necessary to enable authentication and encryption. {{book.project.name}} does not send very sensitive information on the cluster in either case. + +If you want to enable authentication and encryption for clustering communication see link:https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/configuration_guide/configuring_high_availability#securing_cluster[Securing a Cluster] in the _JBoss EAP Configuration Guide_. \ No newline at end of file