--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/1a2dafe6-6e0b-48a9-9a9b-ba217da0201a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Gaurav,
The bindIP configuration value only determines which IP addresses your MongoDB server is listening to for connections from applications. It does not control access from remote IP addresses (this is the role of the firewall). You will need to configure the firewall to allow communication between the MongoDB server and client applications.
Unless the MongoDB server has an IP address of 192.168.2.12 as an interface, the bindIP setting will have no result. When attaching mongod (or mongos) to a publicly accessible interface, ensure that you have implemented proper authentication and firewall restrictions to protect the integrity of your database.
To secure your MongoDB environment, it is recommended to review the MongoDB Security Checklist for a full list of security measures.
Regards,
Lian