V
V
Vitaly2020-08-26 00:14:53
MongoDB
Vitaly, 2020-08-26 00:14:53

How to allow access from multiple ip addresses in mongo 4?

I can’t set up the mongo config to access the database from several SPs I
tried all the options:

bindIp:127.0.0.1 10.0.0.10
   bindIp:127.0.0.1,10.0.0.10
   bindIp:"127.0.0.1,10.0.0.10"
   bindIp:"127.0.0.1 10.0.0.10"
   bindIp:[127.0.0.1,10.0.0.10]
   bindIp:[127.0.0.1, 10.0.0.10]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tsvetkov, 2020-08-26
@tsklab

Remote Access Permission .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question