# Listen on all interfaces(wirecard) fail

**URL:** https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629
**Category:** Elasticsearch
**Created:** [December 10, 2016, 6:59pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629 "2016-12-10T18:59:56Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![rpuserh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rpuserh/32/63367_2.png) [@rpuserh](https://discuss.elastic.co/u/rpuserh)
#### Post date: [December 10, 2016, 6:59pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/1 "2016-12-10T18:59:56Z")

</div>

Hi,  
I want to run elastic to listen on all interfaces.  
I changed one config

network.host: 0.0.0.0

And get this error

[2016-12-10T18:38:47,511][INFO][o.e.n.Node] [1cpgZVE] starting ...  
[2016-12-10T18:38:47,684][INFO][o.e.t.TransportService] [1cpgZVE] publish\_address {173.24.21.81:9300}, bound\_addresses {0.0.0.0:9300}  
[2016-12-10T18:38:47,688][INFO][o.e.b.BootstrapCheck] [1cpgZVE] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks  
ERROR: bootstrap checks failed

I've done this on old versions and everything was ok.  
Im running ubuntu 14.04.5  
Java version : 7

Elastic search starts if I comment this line 'network.host: 0.0.0.0'

Please help on this.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![jasontedor](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jasontedor/32/66992_2.png) [@jasontedor](https://discuss.elastic.co/u/jasontedor)
#### Post date: [December 10, 2016, 8:00pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/2 "2016-12-10T20:00:58Z")

</div>

> ERROR: bootstrap checks failed

You need to read the log line that immediately follows this log line and consult the [bootstrap check](https://www.elastic.co/guide/en/elasticsearch/reference/5.1/bootstrap-checks.html) documentation if you need further guidance.

---

<div class="post-metadata">

### Author: ![rpuserh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rpuserh/32/63367_2.png) [@rpuserh](https://discuss.elastic.co/u/rpuserh)
#### Post date: [December 10, 2016, 8:49pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/3 "2016-12-10T20:49:29Z")

</div>

> [@jasontedor](#):
>
> You need to read the log line that immediately follows this log line and consult the bootstrap check documentation if you need further guidance.

so full log is here

[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [ingest-common]  
[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [lang-expression]  
[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [lang-groovy]  
[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [lang-mustache]  
[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [lang-painless]  
[2016-12-10T20:48:21,476][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [percolator]  
[2016-12-10T20:48:21,477][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [reindex]  
[2016-12-10T20:48:21,477][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [transport-netty3]  
[2016-12-10T20:48:21,477][INFO][o.e.p.PluginsService] [1cpgZVE] loaded module [transport-netty4]  
[2016-12-10T20:48:21,477][INFO][o.e.p.PluginsService] [1cpgZVE] no plugins loaded  
[2016-12-10T20:48:23,112][INFO][o.e.n.Node] initialized  
[2016-12-10T20:48:23,112][INFO][o.e.n.Node] [1cpgZVE] starting ...  
[2016-12-10T20:48:23,287][INFO][o.e.t.TransportService] [1cpgZVE] publish\_address {173.24.21.89:9300}, bound\_addresses {0.0.0.0:9300}  
[2016-12-10T20:48:23,292][INFO][o.e.b.BootstrapCheck] [1cpgZVE] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks  
ERROR: bootstrap checks failed  
max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]  
[2016-12-10T20:48:23,298][INFO][o.e.n.Node] [1cpgZVE] stopping ...  
[2016-12-10T20:48:23,323][INFO][o.e.n.Node] [1cpgZVE] stopped  
[2016-12-10T20:48:23,323][INFO][o.e.n.Node] [1cpgZVE] closing ...  
[2016-12-10T20:48:23,331][INFO][o.e.n.Node] [1cpgZVE] closed

---

<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: [December 10, 2016, 9:03pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/4 "2016-12-10T21:03:38Z")

</div>

Fix that

> max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]

---

<div class="post-metadata">

### Author: ![rpuserh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rpuserh/32/63367_2.png) [@rpuserh](https://discuss.elastic.co/u/rpuserh)
#### Post date: [December 10, 2016, 9:15pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/5 "2016-12-10T21:15:46Z")

</div>

The think is that is not taking from system

root@ny-log2:~# cat /etc/security/limits.d/ELK.conf  
elasticsearch soft nofile 1000000  
elasticsearch hard nofile 1000000  
root@ny-log2:~# su - elasticsearch  
elasticsearch@ny-log2:/$ ulimit -n  
100000

But i get same error

---

<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: [December 10, 2016, 11:12pm UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/6 "2016-12-10T23:12:53Z")

</div>

Not a ops guy here so I can't really tell.  
Just recommending to carefully read [https://www.elastic.co/guide/en/elasticsearch/reference/current/file-descriptors.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/file-descriptors.html) in case it helps.

---

<div class="post-metadata">

### Author: ![rpuserh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rpuserh/32/63367_2.png) [@rpuserh](https://discuss.elastic.co/u/rpuserh)
#### Post date: [December 11, 2016, 5:05am UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/7 "2016-12-11T05:05:11Z")

</div>

Sorry fixed thank you.

---

<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: [January 8, 2017, 5:05am UTC](https://discuss.elastic.co/t/listen-on-all-interfaces-wirecard-fail/68629/8 "2017-01-08T05:05:29Z")

</div>

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