I am trying to open the mongodb instance I created using the compute engine cloud launcher so that I can access it from anywhere. I did the following but it does not seem to work. Can you help?
# gcloud config set project my-project # gcloud compute firewall-rules create allow-mongo --description "Incoming mongo allowed." --source-tags=mongo-arbiter --allow tcp:27017 Created [allow-mongo]. NAME NETWORK SRC_RANGES RULES SRC_TAGS TARGET_TAGS allow-mongo default tcp:27017 mongo-arbiter # gcloud compute firewall-rules create allow-mongo-server --description "Incoming mongo allowed." --source-tags=mongodb-1-server-1 --allow tcp:27017 Created [allow-mongo-server]. NAME NETWORK SRC_RANGES RULES SRC_TAGS TARGET_TAGS allow-mongo-server default tcp:27017 mongodb-server Reset the database servers from the console. But still "telnet <ip> 27017" does not seem to work. Can you please help? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7fc8c2b3-e57b-4027-aa2c-5114833242e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
