elasticsearch 安全配置 访问限制 iptables限制访问作者: moneyslow / 2017-07-05 启动iptables 将下面一条加到前面 iptables -A INPUT -p tcp --dport 9200 ! -s 127.0.0.1 -j DROP 同时改配置,将如下监听改为需要的监听地址 network.host:127.0.0.1