What Ports and Ip Addresses Need to Be Open for Mangoapps Shared Cloud to Work?

The IP and port questions that are being answered in this article are:

  • What are the general ports and IPs for MangoApps?

  • What are the specific ports and IPs for AD / LDAP?

  • What are steps to troubleshoot connectivity issues?

What are the general ports and IPs for MangoApps?

For traffic from customers computers to MangoApps, following ports must be open for all ip-addresses:

  • HTTPS: 443

  • XMPP: 5222 or XMPPS: 5223

For traffic from MangoApps to customer systems (e.g. for Active Directory Integration) following ips must be white-listed:

  • For United States Hosted Shared Cloud Customers:

    • 107.21.126.90

    • 34.239.230.100

    • 54.197.239.71

    • —-optional—

    • 54.227.240.99

    • 204.236.233.127

    • 107.21.252.107

  • For Europe (Ireland) Hosted Shared Cloud Customers:

    • 54.247.118.124

    • 54.75.244.83

    • 54.75.243.185

    • 52.50.226.239

  • For Europe (Germany) Hosted Shared Cloud Customers:

    • 52.28.72.134

    • 52.29.41.213

    • 18.184.250.230

    • 35.158.225.95

    • 52.29.15.208

    • 18.184.93.137

  • For Australia Hosted Shared Cloud Customers:

    • 54.253.123.26

  • For Asia Hosted Shared Cloud Customers

    • 54.251.240.37

    • 52.74.84.36

    • 18.136.58.42

    • 13.251.254.54

What are the specific ports and IPs for AD / LDAP?

  • LDAP: 389

  • Secure LDAP: 636

  • For IP addresses, please see the list above in the “What are the general ports and IPs for MangoApps?” section.

What are steps to troubleshoot connectivity issues?

Verifying the MangoApps-specific ports in your environment can minimize connectivity and functionality problems. The ports can generally be tested using a command line Telnet client. Below are how to start Telnet in a terminal in Mac OS and in a DOS window on Microsoft Windows. After that, the commands to test each port are the same.

Steps for Microsoft Windows

Open a DOS command prompt and type: telnet /?

Since Telnet is not installed by default on Windows, you will know if you need to install it If you get an error like:

'telnet' is not recognized as an internal or external command, operable program or batch file.

If typing telnet /? shows the Telnet help and not the above error, you can skip to the Telnet Commands to Test Ports section.

If Telnet is not installed, you should be able to install it from a DOS command line by typing the below command. If you don’t get an error and the DOS prompt returns, it is installed. You MUST close the current DOS window and reopen a new one to be able to use the newly installed Windows Telnet command line client.

pkgmgr /iu:"TelnetClient"

Steps for Mac OS

On Mac OS X, navigate to the “Applications” -> “Utilities” folder and choose the “Terminal” app.

Telnet Commands to Test Ports

The Application server is based on where your datacenter is located such as: In the United States, Europe, Germany or Australia. Make sure you test against the appropriate application server. Application Server Tests First, find your appropriate data center IP from the list above. Then run a Telnet command test (e.g. for US datacenter you would run a command like “telnet 204.236.233.127 443” to test connectivity to port 443. You would want to make sure that connectivity is open for all the IPs and ports to the data center where your domain is located. Both IPs and ports required are listed in the “What are the general ports and IPs for MangoApps?” section above.

If there is a connectivity issue, you will receive an error after a short time. If connection is successful you will see a window without any prompt. To bring up the prompt type the 2 key combination: 'CTRL' + ']' to bring up a prompt. Then type “quit” to exit.

Last updated