Subject: Assistance Required: Remote MongoDB Access Configuration Issue
Hello Team,
I am currently working on a server setup with Node.js and MongoDB (version 3.6). We need to enable remote access to the MongoDB server from another server. To achieve this, we modified the bindIp
configuration in the MongoDB configuration file, using various formats (e.g., ,
, :
, []
, " "
). After making these changes and restarting the MongoDB service, we encountered two issues:
- The MongoDB service failed to start.
- The remote server (running MongoDB version 8.0.4) was unable to establish a connection to the database.
Has anyone faced a similar issue? If so, please share your insights or provide guidance on resolving this.
Thank you for your assistance!