Ich hatte das gleiche Problem, das ich gelöst habe, indem ich Mongos das folgende Schlüsselwort hinzugefügt habe:--bind_ip_all
ändern:
mongos --port 27017 --configdb configserver/config01:27017,config02:27017,config03:27017
zu:
mongos --bind_ip_all --port 27017 --configdb configserver/config01:27017,config02:27017,config03:27017