...
Info |
---|
There’s no need to create the machines manually, as they will be automatically created during the OVA import. |
General Requirements
Two reserved IP addresses with DNS records and FQDNs: One for the PostgreSQL (Database) Server and another for the GYTPOL Services (Application) Server.
Network connectivity: Required ports must be open between the servers, specifically port 32432 for database connectivity. It is recommended to place them in the same subnet to minimize firewall restrictions.
High-speed connectivity: A fast and stable connection between the two servers is essential.
Administrative machine (for installation): A system with an SSH client (e.g., PuTTY) and optionally, WinSCP for easier file transfers.
Requirements for PostgreSQL (Database) Server OVA
To host the PostgreSQL database for self-hosted GYTPOL, ensure the virtual machine meets the following specifications.
...
Below are the required firewall ports for self-hosted GYTPOL, including their purpose and connectivity:
Port | From | To | Purpose | ||||
---|---|---|---|---|---|---|---|
32432 | Services Server | PostgreSQL Server | Database connection | ||||
12222 | Management / UI (GYTPOL Admins) | Services Server, PostgreSQL Server | SSH and SCP for secure management | ||||
9093 | Management / UI (GYTPOL Admins) | Services Server | UI access for administrators | ||||
9093 | Devices | Services Server | Sensors tasks communication | ||||
8443 | Devices | Services Server | Reporting from devices | 32432 | Services Server | PostgreSQL Server | Database connection |
389 | Services Server | Domain Controllers | LDAP integration for AD user authentication | ||||
636 | Services Server | Domain Controllers | (Optional) LDAPS integration for AD user authentication |
...