Reputation: 117
I installed elastic-search 1.4.3 by unzipping file into my virtualbox machine :
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
I can successfuly reach http://localhost:9200 from my console on the host machine.
But I cannot reach server from guest machine :
nothing change i cannot access elasticsearch server from guest machine :
anyone can help me ? Thanks a lot
PS : i can hit http://myserver:80 from my guest machine successfully
Upvotes: 4
Views: 5847
Reputation: 71
Please check params in
/etc/elasticsearch/elasticsearch.yml
network.host: 0.0.0.0
http.port: 9200
And port forwarding in VirtualBox.
Upvotes: 7