You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by "F.D." <fr...@gmail.com> on 2018/08/30 09:55:29 UTC

Connection between servers.

Hi igniters,

I've  problem of connections between the servers, so I'd like to know which
must be open to permit the communication.

Thanks,
   F.D.

Re: Connection between servers.

Posted by "F.D." <fr...@gmail.com>.
Perfect!

Thank you
F.D.

On Fri, Aug 31, 2018 at 12:19 PM dkarachentsev <dk...@gridgain.com>
wrote:

> Hi,
>
> Usually it's enough to open ports for communication and discovery, thair
> default values: 47500 and 47100.
> If you run more than one node per pachine, you'll need to open a port
> range:
> 47500..47509 and 47100...47109.
>
> You always can configure other values [1, 2]
>
> [1]
>
> https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#setLocalPort-int-
> [2]
>
> https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalPort-int-
>
> Thanks!
> -Dmitry
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Connection between servers.

Posted by dkarachentsev <dk...@gridgain.com>.
Hi,

Usually it's enough to open ports for communication and discovery, thair
default values: 47500 and 47100.
If you run more than one node per pachine, you'll need to open a port range:
47500..47509 and 47100...47109.

You always can configure other values [1, 2]

[1]
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#setLocalPort-int-
[2]
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalPort-int-

Thanks!
-Dmitry



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/