Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

To connect the Client to the Server behind NAT, do the following:

  1. On the Server, set the port range for operation. By default, the base port is 20111, and the port range is 20111-20210 (see Axxon One 소프트웨어 패키지에서 사용하는 포트).

  2. Open the port range 27000–35000 on the Server (see Axxon One 소프트웨어 패키지에서 사용하는 포트).

    Attention!

    If you do not open the port range 27000–35000 on the Server, there will be a problem with receiving the events to the Client from the Server. To solve the problem, create the NGP_POLL_EVENTS system variable on the Client and set its value to 1 (see Appendix 9. Creating system variable).

  3. Set the router public IP address (see 네트워크 설정 유틸리티).

    Attention!

    The router public IP address should be static.

  4. On the router, forward the specified Server ports and the gRPC API 20109 port.

  5. Launch the Client and specify the router external IP address and the Server external base port in the connection settings (see Axxon One 클라이언트 시작).

    Attention!

    When connecting the Client from an external network, only those Servers that have access to the external network will be available in the Axxon-domain configuration (see Consolidating the Servers from different networks into Axxon-domain).

Example.

To connect the Client to the Servers behind NAT, do the following:

  1. On the Server 1, set the port range 20111-20210 and the router public IP address.
  2. On the Server 2, set the port range 20211-20310 and the router public IP address.
  3. On the Server 3, set the port range 20311-20410 and the router public IP address.
  4. On the Server 1, 2 and 3, open the port range 27000–35000 and create the NGP_POLL_EVENTS system variable on the Client.
  5. On the router, configure the forwarding of:
    1. The router ports 20111-20210 to the internal IP address of the Server 1 and ports 20111-20210.
    2. The router ports 20211-20310 to the internal IP address of the Server 2 and ports 20211-20310.
    3. The router ports 20311-20410 to the internal IP address of the Server 3 and ports 20311-20410.
    4. The gRPC API 20109 port (always static) to the internal IP addresses of the Server 1, 2 and 3.
  6. When connecting the Client, enter the router public IP address and port:
    1. port 20111 to connect to the Server 1.
    2. port 20211 to connect to the Server 2.
    3. port 20311 to connect to the Server 3.
  • No labels