我设置为这里所描述的VPC: http://docs.amazonwebservices.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html
而我在专用子网的盒子,我想作为一个蒙戈框中使用。 私有IP为10.0.1.51。
我可以连接到mongod的情况下在本地主机,但不超过私有IP:
ubuntu@ip-10-0-1-51:~$ mongo localhost
connecting to: localhost
> this works
> ^Cubuntu@ip-10-0-1-51:~$ mongo 10.0.1.51
Fri Sep 21 02:23:18 Error: couldn't connect to server 10.0.1.51 shell/mongo.js:81
exception: connect failed
ubuntu@ip-10-0-1-51:~$
安全组允许传入和传出端口27017。
路由表中有
10.0.0.0/16 local
条目。
我在想什么?