Unable to start mongo after setting multiple net.bindIp in mongodb3.6 configuration copy set

mongodb configuration copy set cannot start mongo after more than one net.bindIp is set

Screenshot of error message is as follows

mongod.conf

clipboard.png

Startup mode is: systemctl start mongod.service

operating system is centos 7.2

Mar.21,2021

there is no detailed error log in the screenshot you gave. The exact error will be output after removing-- fork. You can take a look at it first.
experience, if you are sure that nothing else has been touched, see if the IP address 172.27.0.15 belongs to your server.
ifconfig | grep inet
No problem if you see 172.27.0.15 .

Menu