程序员人生 网站导航

【MongoDB】The Access control of mongodb

栏目:互联网时间:2014-11-13 08:34:40

In this blog we mainly talk about the http://www.wfuyu.com/access/ control including limitation of ip, setting listen port and usage of username and password. In the official document, mongodb server start without the argument , so once the connection was created, the remote client could do everything. But in the productive environment it’s advisable to take security into consideration and to enhance the security protection. For the sake of lowing the potential risk, the above measures could be taken to deal with these problems. 
First, Binding IP address to http://www.wfuyu.com/access/ MongoDB. 
Mongodb could put restriction on the ip address thought argument ‘bind_ip’ when being started. For example, now we only limit ip address[192.168.55.165] to http://www.wfuyu.com/access/ the server.





Secondly, use the certain port 




Thirdly,  add user and password




------分隔线----------------------------
------分隔线----------------------------

最新技术推荐