Hi Vishwanath
(summary- How to access the mongoDB from mobile or any external browser )
kindly suggest me how to get succeed that
I believe Ken has touched on most of the network setup required.
It seems that you want to access your MongoDB from the public internet. If this is your intent, please ensure that your MongoDB deployment is secured properly by following the Security Checklist.
Having said that, it is generally recommended to limit the exposure of your database as much as possible; i.e., by putting the database inside a trusted network, and provide all public-facing interaction with the database via a properly secured REST API. Otherwise, you risk exposing your database to anyone on the internet.
Please check out the webinar Architecting Secure and Compliant Applications with MongoDB for more details.
Best regards,
Kevin