如何仅在MongoDB上监听localhost [英] How to listen only to localhost on MongoDB

查看:59
本文介绍了如何仅在MongoDB上监听localhost的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MongoDB建议处理安全性的简单方法是运行考虑到在这样的配置中,必须确保只有受信任的计算机才能访问数据库TCP端口."

MongoDB Suggests that the easy way to handle security is to run it in a trusted environment, given that, "in such a configuration, one must be sure only trusted machines can access database TCP ports."

执行此操作的最佳方法是什么? mongodb是否有一种方法只能本地监听本地主机?

What would be the best approach for doing this? Is there a way for mongodb to natively only listen to localhost?

我正在使用ubuntu 10.10

I'm using ubuntu 10.10

推荐答案

将以下行添加到mongodb.conf:

bind_ip = 127.0.0.1

如@Josh Rickard在评论中所述:不要忘记在更新配置文件后重新启动该过程:

As @Josh Rickard stated in comments: don't forget to restart the process after updating the config file:

service mongodb restart

这篇关于如何仅在MongoDB上监听localhost的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆