Compass connection - fw issues

Trying to do the labs from work and got the FW policy team to allow connection to 34.195.121.130:27017 (cluster0-shard-00-00-jxeqq.mongodb.net). However, immediately after Compass connects to that it attempts to connect to 34.205.152.216:27017 and 52.4.238.74:27017 and is obviously getting denied. Before I go back to the FW policy team and ask them to allow these additional IPs, are there any others we need to permit?

Hi Gary_59378,

No, you just need these 3 IPs. The reason why we need 3 IP is because the cluster we are connecting to is a replica set ( 3nodes). You can just ping these 2 nodes and get the IP address:

  1. 34.195.121.130: for cluster0-shard-00-00-jxeqq.mongodb.net
  2. 34.205.152.216: for cluster0-shard-00-01-jxeqq.mongodb.net
  3. 52.4.238.74: for cluster0-shard-00-02-jxeqq.mongodb.net

Hope it helps!

Thanks, Kanika