Navigation
You were redirected from a different version of the documentation. Click here to go back.

Firewall Configuration

Accessible Ports

The Cloud Manager must be able to connect to users and MongoDB Agents over HTTP or HTTPS. MongoDB Agents must be able to connect to MongoDB client MongoDB databases.

Though Cloud Manager only requires open HTTP (or HTTPS) and MongoDB network ports to connect with users and to databases, what ports are opened on a firewall depend upon what capabilities are enabled: encryption, authentication and monitoring.

This page defines which systems need to connect to which ports on other systems.

Cloud Manager requires access on the following ports and whitelisted IP addresses.

Required Outbound Access

The MongoDB Agents connect to Cloud Manager on port 443. Whether you provision your hosts on a cloud service provider or on your own network, configure your network infrastructure to allow outbound connections on port 443.

If you wish to restrict outbound access on port 443 to specific IP addresses, you must whitelist the following addresses and domains.

IP Addresses for GET and POST

Whitelist the following IP addresses:

3.214.160.189
13.248.140.125
13.248.203.97
13.248.214.115
18.210.185.2
18.210.245.203
18.232.30.107
18.235.209.93
34.192.82.120
34.194.131.15
34.194.251.66
34.195.194.204
34.227.138.166
34.230.213.36
34.233.152.179
34.233.179.140
35.172.148.213
35.172.245.18
54.147.76.65
54.204.237.208
75.2.1.110
76.223.14.2
76.223.77.37
76.223.84.31
99.83.223.45

This allows the MongoDB Agents to GET and POST to the following hosts:

  • api-agents.mongodb.com
  • api-backup.mongodb.com
  • api-backup.us-east-1.mongodb.com
  • queryable-backup.us-east-1.mongodb.com
  • restore-backup.us-east-1.mongodb.com
  • real-time-api-agents.mongodb.com

Domain for Download of MongoDB Binaries

The MongoDB Agents require outbound access to the following domains, depending on your MongoDB edition, for downloading MongoDB binaries:

MongoDB Edition Whitelist Domain IP Ranges Service Provider
Community fastdl.mongodb.org

IP ranges for CloudFront.

The IP ranges for CloudFront change frequently.

Amazon CloudFront
Enterprise downloads.mongodb.com    
Custom Build of MongoDB URL accessible to the MongoDB Agents    

Required Inbound Access

IP Addresses for Alert Webhooks

You have the option to configure alerts to be delivered via webhook. This sends an HTTP POST request to an endpoint for programmatic processing.

If you want to successfully deliver a webhook to the specified endpoint, the endpoint must accept incoming HTTP POST requests from the following IP addresses:

18.214.178.145
18.235.145.62
18.235.30.157
18.235.48.235
34.193.242.51
34.196.151.229
34.200.66.236
34.235.52.68
35.153.40.82
35.169.184.216
35.171.106.60
35.174.179.65
35.174.230.146
35.175.93.3
35.175.94.38
35.175.95.59
52.71.233.234
52.87.98.128
107.20.0.247
107.20.107.166

Required Ports within Your Network

All MongoDB processes in a deployment must be accessible to all MongoDB Agents managing processes in that deployment. Therefore, all MongoDB ports must be open to every host within your network that serve a MongoDB Agent.

Example

If you are running MongoDB processes on 27000, 27017 and 27020, then those three ports must be open from all hosts that are serving a MongoDB Agent.