<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] Multihost - EADDRNOTAVAIL]]></title><description><![CDATA[<p dir="auto">Hi,<br />
hab ein Problem bei dem Multihost Setup. Hab nach der Anleitung unter <a href="https://www.iobroker.net/#de/documentation/config/multihost.md" rel="nofollow ugc">https://www.iobroker.net/#de/documentation/config/multihost.md</a> gearbeitet. Da ich redis im Einsatz habe hab ich das custom setup gemacht.</p>
<p dir="auto">Auf dem Master hab ich das hier ausgeführt:</p>
<pre><code>root@rock64:~# iobroker setup custom
Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: f
Host / Unix Socket of objects DB(file), default[127.0.0.1]:
Port of objects DB(file), default[9001]:
Type of states DB [(f)file, (r)edis], default [file]: r
Host / Unix Socket of states DB (redis), default[127.0.0.1]: 0.0.0.0
Port of states DB (redis), default[6379]:
Data directory (file), default[../../../iobroker-data/]:
Host name of this machine [rock64]: rock64
creating conf/iobroker.json
root@rock64:~# iobroker multihost enable
Miltihost activated.
Authentication activated.
Enter secret phrase for connection:
Repeat secret phrase for connection:
Server accept connections for objects on all IP addresses.
Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
Please restart ioBroker: "iobroker restart"


Miltihost:      enabled
Authentication: enabled
Objects:        file on 0.0.0.0
States:         redis on 0.0.0.0
root@rock64:~# sudo service iobroker restart
root@rock64:~# sudo service redis-server restart
</code></pre>
<p dir="auto">Zusätzlich hab ich die redis.conf editiert und das bind 0.0.0.0 eingefügt.</p>
<p dir="auto">Auf dem Slave hab ich</p>
<pre><code> sudo iobroker setup custom
Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: f
Host / Unix Socket of objects DB(file), default[127.0.0.1]: 192.168.1.190
Port of objects DB(file), default[9001]:
Type of states DB [(f)file, (r)edis], default [file]: r
Host / Unix Socket of states DB (redis), default[192.168.1.190]: 192.168.1.190
Port of states DB (redis), default[6379]:
Host name of this machine [ubntcontrol]: ubntcontrol
creating conf/iobroker.json
pi@ubntcontrol:~ $ iobroker multihost connect
</code></pre>
<p dir="auto">Nach dem multihost connect kommt dann leider</p>
<pre><code>events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRNOTAVAIL 192.168.1.190:9001
    at Server.setupListenHandle [as _listen2] (net.js:1343:19)
    at listenInCluster (net.js:1401:12)
    at doListen (net.js:1510:7)
    at _combinedTickCallback (internal/process/next_tick.js:142:11)
    at process._tickCallback (internal/process/next_tick.js:181:9)
</code></pre>
<p dir="auto">Hab ich irgendwas falsch konfiguriert ?</p>
<p dir="auto">Auf dem Slave laufen noch Adapter. Muss ich die erst löschen damit es läuft ?<br />
Der Fehler sieht eher nach was anderem aus.</p>
]]></description><link>https://forum.iobroker.net/topic/24312/gelöst-multihost-eaddrnotavail</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 07:06:37 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/24312.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Aug 2019 19:22:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Multihost - EADDRNOTAVAIL on Wed, 07 Aug 2019 19:51:43 GMT]]></title><description><![CDATA[<p dir="auto">Ok, habs mir wohl selbst beantwortet. Hab die Adapter auf dem Slave deinstalliert und plötzlich ging es.</p>
]]></description><link>https://forum.iobroker.net/post/289020</link><guid isPermaLink="true">https://forum.iobroker.net/post/289020</guid><dc:creator><![CDATA[martinschm]]></dc:creator><pubDate>Wed, 07 Aug 2019 19:51:43 GMT</pubDate></item></channel></rss>