Ports & Networking
- 01 Oct 2024
-
DarkLight
-
PDF
Ports & Networking
- Updated on 01 Oct 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
In an environment where components are installed on more than one host, the following network traffic flows need to be allowed. All ports and networking specs are TCP protocol unless otherwise noted. Not all ports will need to be open for every supported architecture. Secure ports are only required when explicitly configured.
Source | Destination | Port | Description |
---|---|---|---|
Desktop Devices | IAP | 3000 | Web browser connections to IAP over HTTP. |
Desktop Devices | IAP | 3443 | Web browser connections to IAP over HTTPS. |
Desktop Devices | IAG | 8083 | Web browser connections to IAP over HTTPS. |
Desktop Devices | IAG | 8443 | Web browser connections to IAP over HTTPS. |
Desktop Devices | HashiCorp Vault | 8200 | Web browser connections to HashiCorp Vault. |
IAP | MongoDB | 27017 | IAP connects to MongoDB. |
IAP | Redis | 6379 | IAP connects to Redis. |
IAP | Redis | 26379 | IAP connects to Redis Sentinel. Required only for HA installations. |
IAP | IAG | 8083 | IAP connects to IAG over HTTP. |
IAP | IAG | 8443 | IAP connects to IAG over HTTPS. |
IAP | HashiCorp Vault | 8200 | IAP connections to HashiCorp Vault. |
IAP | LDAP | 389 | IAP connections to LDAP. When LDAP adapter is used for authentication. |
IAP | LDAP | 636 | IAP connections to LDAP with TLS. When LDAP adapter is used for authentication. |
IAP | RADIUS | 1812 | IAP connections to RADIUS. When RADIUS adapter is used for authentication. This uses UDP. |
MongoDB | MongoDB | 27017 | Each MongoDB talks to other MongoDBs for replication of the database. Required only for HA installations. |
Redis | Redis | 6379 | Each Redis talks to other Redis sources for replication. Required only for HA installations. |
Redis | Redis | 26379 | Each Redis uses Redis Sentinel to monitor the Redis processes for HA resiliency. Required only for HA installations. |
Was this article helpful?