2 Replies Latest reply on Aug 17, 2004 3:10 AM by kaobe

    Clusternodes talking in separate network, clients connect in

    kaobe

      Hi out there,

      I want to configure my JBoss to use a separate network for the internal communication betwenn the nodes to keep the traffic in our "public" network small.
      The clients should connect to a JBoss instance via the "public" network.
      I it possible to do that? And how do I achieve it?

      Thank you very much for your help!!

      Peter

        • 1. Re: Clusternodes talking in separate network, clients connec
          belaban

          use bind_addr in in cluster-service.xml
          (search this forum for bind_addr)
          Bela

          • 2. Re: Clusternodes talking in separate network, clients connec
            kaobe

            Hello bela,

            thank you for your hint. I tried to use the bind_addr attribute in the UDP configuration of cluster-service.xml and put it to the internal ip that should be used between the cluster nodes.
            the effect seems to be, that i can connect to the server from the client (with the bind_addr that is set via the --host command parameter), but the server instances are not able to communicate to each other.
            Is this a configuration error of my nodes (missing routes, ...) or have I misunderstood you?

            Peter