# ElasticSearch not working on IP

**URL:** https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572
**Category:** Elasticsearch
**Created:** [October 19, 2017, 2:23pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572 "2017-10-19T14:23:27Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [October 19, 2017, 2:23pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/1 "2017-10-19T14:23:27Z")

</div>

I tried to modify the elasticsearch.yml and set the network.host: 192.168.1.226 which is my local IP and the port to 9200 however when I restart elastic and try to do a GREP I see that its not listening on 9200. When I comment that line out I see that elasticsearch is listening. However I can only CURL to localhost and not the actual IP of the machine.

There is no meaningful errors in the log file to be found. Can someone tell me what might be happening here? Thanks.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [October 19, 2017, 2:41pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/2 "2017-10-19T14:41:36Z")

</div>

Can you share the full log? Formatted please.

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [October 19, 2017, 7:52pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/3 "2017-10-19T19:52:20Z")

</div>

[http://dataseers.us/logs/dataseers.log](http://dataseers.us/logs/dataseers.log)

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [October 19, 2017, 9:54pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/4 "2017-10-19T21:54:53Z")

</div>

You need to fix that:

```
[2017-10-19T09:45:24,650][INFO][o.e.b.BootstrapChecks] [wTQM_kd] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2017-10-19T09:45:24,651][ERROR][o.e.b.Bootstrap] [wTQM_kd] node validation exception
[1] bootstrap checks failed
[1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk

```

Please read [https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html)

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [October 19, 2017, 10:38pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/5 "2017-10-19T22:38:02Z")

</div>

Thanks. I will look into this and let you know what I found.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 16, 2017, 10:38pm UTC](https://discuss.elastic.co/t/elasticsearch-not-working-on-ip/104572/6 "2017-11-16T22:38:15Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
