Can't connect ssh mongodb

I am not Windows capable. What you are showing does not ring a bell. You are showing a configuration for mongod, but where does it reside? If it is the same as your workstation, why don’t your use localhost to connect? If they are not the same, then a million (actually a few hundred) things can stops you from connecting. Almost none specific to MongoDB.

  1. Is mongod running on the machine where the configuration file you posted is located?
  2. What are the IP address of the machine where mongod is running?
  3. What are the IP address of the machine from which you try to connect?
  4. Can you ping this machine from the machine where you cannot connect with Compass?
  5. Any reason why zikvip is your authentication database rather than admin?
  6. Does your firewall allows you to connect to the server from the client?