# Problem with putting fix Ip address

**URL:** https://discuss.elastic.co/t/problem-with-putting-fix-ip-address/121861
**Category:** Elasticsearch
**Created:** [February 28, 2018, 1:40pm UTC](https://discuss.elastic.co/t/problem-with-putting-fix-ip-address/121861 "2018-02-28T13:40:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Adren](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adren/32/27681_2.png) [@Adren](https://discuss.elastic.co/u/Adren)
#### Post date: [February 28, 2018, 1:40pm UTC](https://discuss.elastic.co/t/problem-with-putting-fix-ip-address/121861/1 "2018-02-28T13:40:56Z")

</div>

Hello,

I modified the elasticsearch.yml for putting a fix ip address:

network.host : 192.168.15.18

and I modified the /etc/security/limits.conf:

```
elasticuser - nofile 65536
elasticuser - nproc 4096

```

but I still receive this message at the launch of elasticsearch:

```
[2018-02-28T14:39:15,466][INFO][o.e.n.Node] [z_cqDP3] starting ...
[2018-02-28T14:39:15,619][INFO][o.e.t.TransportService] [z_cqDP3] publish_address {192.168.15.18:9300}, bound_addresses {192.168.15.18:9300}
[2018-02-28T14:39:15,638][INFO][o.e.b.BootstrapChecks] [z_cqDP3] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [2] bootstrap checks failed
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[2]: max number of threads [1024] for user [elasticuser] is too low, increase to at least [4096]
[2018-02-28T14:39:15,647][INFO][o.e.n.Node] [z_cqDP3] stopping ...
[2018-02-28T14:39:15,731][INFO][o.e.n.Node] [z_cqDP3] stopped
[2018-02-28T14:39:15,732][INFO][o.e.n.Node] [z_cqDP3] closing ...
[2018-02-28T14:39:15,742][INFO][o.e.n.Node] [z_cqDP3] closed

```

I followed the guide here: [https://www.elastic.co/guide/en/elasticsearch/reference/master/system-config.html#dev-vs-prod](https://www.elastic.co/guide/en/elasticsearch/reference/master/system-config.html#dev-vs-prod)

I already thank you. Regards.

**Ho, and i'm running with Centos 6 btw 🙂**

---

<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: [March 28, 2018, 1:40pm UTC](https://discuss.elastic.co/t/problem-with-putting-fix-ip-address/121861/2 "2018-03-28T13:40:56Z")

</div>

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