【发布时间】:2020-04-01 04:28:16
【问题描述】:
我按照this 指南设置了一个 VPC,以允许从我的 GCP 项目到我的 MongoDB Atlas 数据库的流量。
- 在 Atlas 上设置 VPC
- 将个人计算机和 GCP 列入白名单
- 在 GCP 上创建 VPC
- 本地测试
作品
- 设置虚拟机
- SSH 到 VM 并测试登录:
...
2020-04-01T04:15:59.926+0000 I NETWORK [js] DBClientConnection failed to receive message from shard...mongodb.net.:27017 - HostUnreachable: Connection closed by peer
2020-04-01T04:15:59.927+0000 W NETWORK [js] Unable to reach primary for set shard...
*** It looks like this is a MongoDB Atlas cluster. Please ensure that your IP whitelist allows connections from your network.
2020-04-01T04:15:59.927+0000 E QUERY [js] Error: connect failed to replica set shard.../shard...mongodb.net.:27017,shard...mongodb.net.:27017,shard...mongodb.net.:27017 :
connect@src/mongo/shell/mongo.js:344:17
@(connect):2:6
exception: connect failed
【问题讨论】:
标签: mongodb google-cloud-platform vpc mongodb-atlas