<?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[Slave-Installation - reassign instance falsch [SOLVED]]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">ich habe 2 neue PI mit iobroker frisch aufgesetzt.</p>
<p dir="auto">Beide laufen auf nodejs 14.18.1, npm 8.1.4 und js-controller 3.3.19</p>
<p dir="auto">Im standalone laufen beide normal.<br />
Wenn ich die iobroker instanz (pi) die per 192.168.101.99/255.255.252.0 erreichbar ist auf multihost enable setzte und neu starte ist alles noch soweit normal.<br />
Wenn ich die iobroker instanz (pi2) die per 192.168.102.188/255.255.252.0 erreichar ist auf multihost connect setze und dann pi auswaehle und einen restart mache, verbindet sich der pi2 mit pi aber schreibt alle adapter instanzen um auf pi2 und pi ist nicht mehr per admin erreichbar.</p>
<p dir="auto">Log pi2</p>
<pre><code>2021-11-24 08:30:03.632  - info: host.pi2 iobroker.js-controller version 3.3.19 js-controller starting
2021-11-24 08:30:03.641  - info: host.pi2 Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
2021-11-24 08:30:03.642  - info: host.pi2 hostname: pi2, node: v14.18.1
2021-11-24 08:30:03.643  - info: host.pi2 ip addresses: 192.168.102.188 172.17.0.1 169.254.17.77 169.254.212.103 169.254.233.85 169.254.220.121 169.254.6.58
2021-11-24 08:30:23.279  - info: host.pi2 connected to Objects and States
2021-11-24 08:30:23.751  - info: host.pi2 added notifications configuration of host
2021-11-24 08:30:24.620  - info: host.pi2 Reassign instance admin.0 from pi to pi2
2021-11-24 08:30:24.680  - info: host.pi2 Reassign instance discovery.0 from pi to pi2
2021-11-24 08:30:24.744  - info: host.pi2 Reassign instance backitup.0 from pi to pi2
2021-11-24 08:30:24.793  - info: host.pi2 Reassign instance info.0 from pi to pi2
2021-11-24 08:30:24.851  - info: host.pi2 Delete host system.host.pi
2021-11-24 08:30:24.880  - info: host.pi2 Delete state "system.host.pi.notifications.system"
2021-11-24 08:30:24.899  - info: host.pi2 Delete state "system.host.pi.plugins.sentry.enabled"
2021-11-24 08:30:24.923  - info: host.pi2 Delete state "system.host.pi.compactModeEnabled"
2021-11-24 08:30:24.941  - info: host.pi2 Delete state "system.host.pi.compactgroupProcesses"
2021-11-24 08:30:24.966  - info: host.pi2 Delete state "system.host.pi.instancesAsProcess"
2021-11-24 08:30:24.983  - info: host.pi2 Delete state "system.host.pi.instancesAsCompact"
2021-11-24 08:30:25.003  - info: host.pi2 Delete state "system.host.pi.cpu"
2021-11-24 08:30:25.021  - info: host.pi2 Delete state "system.host.pi.cputime"
2021-11-24 08:30:25.040  - info: host.pi2 Delete state "system.host.pi.mem"
2021-11-24 08:30:25.066  - info: host.pi2 Delete state "system.host.pi.memHeapUsed"
2021-11-24 08:30:25.098  - info: host.pi2 Delete state "system.host.pi.memAvailable"
2021-11-24 08:30:25.118  - info: host.pi2 Delete state "system.host.pi.memHeapTotal"
2021-11-24 08:30:25.137  - info: host.pi2 Delete state "system.host.pi.memRss"
2021-11-24 08:30:25.155  - info: host.pi2 Delete state "system.host.pi.uptime"
2021-11-24 08:30:25.178  - info: host.pi2 Delete state "system.host.pi.load"
2021-11-24 08:30:25.197  - info: host.pi2 Delete state "system.host.pi.alive"
2021-11-24 08:30:25.219  - info: host.pi2 Delete state "system.host.pi.freemem"
2021-11-24 08:30:25.237  - info: host.pi2 Delete state "system.host.pi.inputCount"
2021-11-24 08:30:25.258  - info: host.pi2 Delete state "system.host.pi.outputCount"
2021-11-24 08:30:25.275  - info: host.pi2 Delete state "system.host.pi.eventLoopLag"
2021-11-24 08:30:25.292  - info: host.pi2 Delete state "system.host.pi.logLevel"
2021-11-24 08:30:25.312  - info: host.pi2 Delete state "system.host.pi.diskSize"
2021-11-24 08:30:25.330  - info: host.pi2 Delete state "system.host.pi.diskFree"
2021-11-24 08:30:25.349  - info: host.pi2 Delete state "system.host.pi.diskWarning"
2021-11-24 08:30:25.433  - info: host.pi2 4 instances found
2021-11-24 08:30:25.456  - info: host.pi2 starting 4 instances
</code></pre>
<p dir="auto">pi</p>
<pre><code>Current configuration:
- Objects database:
  - Type: file
  - Host/Unix Socket: 0.0.0.0
  - Port: 9001
- States database:
  - Type: file
  - Host/Unix Socket: 0.0.0.0
  - Port: 9000
- Data Directory: ../../iobroker-data/
- Host name: pi
</code></pre>
<p dir="auto">pi2</p>
<pre><code>Current configuration:
- Objects database:
  - Type: file
  - Host/Unix Socket: 192.168.101.99
  - Port: 9001
- States database:
  - Type: file
  - Host/Unix Socket: 192.168.101.99
  - Port: 9000
- Data Directory: ../../iobroker-data/
- Host name: pi2

</code></pre>
<p dir="auto">Ich habe es jetzt bereits mehrfach versucht und immer wieder beide pi's komplett platt gemacht, auch schon den pi2 als master and pi als slave, aber leider immer in den selben fehler.<br />
Hat hier jemand eine idee?</p>
]]></description><link>https://forum.iobroker.net/topic/49654/slave-installation-reassign-instance-falsch-solved</link><generator>RSS for Node</generator><lastBuildDate>Wed, 27 May 2026 11:12:02 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/49654.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Nov 2021 08:01:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Thu, 25 Nov 2021 07:26:17 GMT]]></title><description><![CDATA[<p dir="auto">js-controller in version 3.3.20 (latest) hat das Problem behoben.</p>
]]></description><link>https://forum.iobroker.net/post/709493</link><guid isPermaLink="true">https://forum.iobroker.net/post/709493</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Thu, 25 Nov 2021 07:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 13:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a> said in <a href="/post/709089">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">Ok, bitte GitHub issue anlegen. müsen wir checken.</p>
</blockquote>
<p dir="auto">issue erstellt.</p>
]]></description><link>https://forum.iobroker.net/post/709145</link><guid isPermaLink="true">https://forum.iobroker.net/post/709145</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 13:51:51 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 11:56:00 GMT]]></title><description><![CDATA[<p dir="auto">Ok, bitte GitHub issue anlegen. müsen wir checken. Hat im Latest niemand gemeldet. Habe alles auf controller 3.3.18 für stable zurückgrnommen</p>
<p dir="auto">Grund vorasus schon gefunden, wird denke nachher eine 3.3.20 geben</p>
]]></description><link>https://forum.iobroker.net/post/709089</link><guid isPermaLink="true">https://forum.iobroker.net/post/709089</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Wed, 24 Nov 2021 11:56:00 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 11:36:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wackl" aria-label="Profile: wackl">@<bdi>wackl</bdi></a></p>
<pre><code>js-controller
github:	4.0.0
latest:	3.3.19 for 6 days
stable:	3.3.18 for 73 days
</code></pre>
]]></description><link>https://forum.iobroker.net/post/709082</link><guid isPermaLink="true">https://forum.iobroker.net/post/709082</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 24 Nov 2021 11:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 11:34:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
Ich wusste nicht, das ich beim installieren mit dem Befehl</p>
<pre><code>curl -sLf https://iobroker.net/install.sh | bash -
</code></pre>
<p dir="auto">eine Beta-Version bekomme :man-shrugging:</p>
]]></description><link>https://forum.iobroker.net/post/709079</link><guid isPermaLink="true">https://forum.iobroker.net/post/709079</guid><dc:creator><![CDATA[wackl]]></dc:creator><pubDate>Wed, 24 Nov 2021 11:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 11:25:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wackl" aria-label="Profile: wackl">@<bdi>wackl</bdi></a><br />
Dann weißt du ja was als Beta-Tester zu tun ist.</p>
]]></description><link>https://forum.iobroker.net/post/709070</link><guid isPermaLink="true">https://forum.iobroker.net/post/709070</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 24 Nov 2021 11:25:02 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 11:23:35 GMT]]></title><description><![CDATA[<p dir="auto">Hab jetzt einige durchprobiert. Bis 3.3.18 geht's anscheinend. Bei 3.3.19 nicht mehr.</p>
]]></description><link>https://forum.iobroker.net/post/709067</link><guid isPermaLink="true">https://forum.iobroker.net/post/709067</guid><dc:creator><![CDATA[wackl]]></dc:creator><pubDate>Wed, 24 Nov 2021 11:23:35 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 10:23:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wackl" aria-label="Profile: wackl">@<bdi>wackl</bdi></a> said in <a href="/post/709012">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">Downgrade vom js-controller auf 3.2.16 -&gt; multihost geht sofort</p>
</blockquote>
<p dir="auto">Kann ich bestaetigen, nach downgrade funktioniert es.</p>
<p dir="auto"><img src="/assets/uploads/files/1637749399390-2021-11-24-11-21-23.png" alt="2021-11-24 11-21-23.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/709022</link><guid isPermaLink="true">https://forum.iobroker.net/post/709022</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 10:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 10:00:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/709011">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">steht denn jetzt die IPv4 im log bei Verbindungstversuch (Slave neustart über Admin des Masters?)</p>
</blockquote>
<p dir="auto">ja beide zeigen ipv4 im log an.</p>
]]></description><link>https://forum.iobroker.net/post/709015</link><guid isPermaLink="true">https://forum.iobroker.net/post/709015</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 10:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 10:10:51 GMT]]></title><description><![CDATA[<p dir="auto">Ich kämpfe seit 2 Tagen mit dem selben Problem.<br />
Habe schon 2 Raspis aufgesetzt, gleiches verhalten,<br />
dann 2 ct am Proxmox, auch kein Erfolg.</p>
<p dir="auto">Downgrade vom js-controller auf 3.2.16 -&gt; multihost geht sofort</p>
<p dir="auto">Ab welcher Version das nicht mehr funktioniert wäre auszutesten...</p>
]]></description><link>https://forum.iobroker.net/post/709012</link><guid isPermaLink="true">https://forum.iobroker.net/post/709012</guid><dc:creator><![CDATA[wackl]]></dc:creator><pubDate>Wed, 24 Nov 2021 10:10:51 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:48:04 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b sagte in <a href="/post/709010">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">UDP geht.</p>
</blockquote>
<p dir="auto">steht denn jetzt die IPv4 im log bei Verbindungstversuch (Slave neustart über Admin des Masters?)</p>
]]></description><link>https://forum.iobroker.net/post/709011</link><guid isPermaLink="true">https://forum.iobroker.net/post/709011</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:48:04 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:45:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a></p>
<p dir="auto">UDP geht.</p>
<pre><code>pi@pi:~ $ nc -ul 6111
test
test
test
test
^C
pi@pi:~ $ 
</code></pre>
<pre><code>pi@rp-surveillance:~ $ nc -u pi 6111
test
test
test
test
^C
pi@rp-surveillance:~ $ 

</code></pre>
]]></description><link>https://forum.iobroker.net/post/709010</link><guid isPermaLink="true">https://forum.iobroker.net/post/709010</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:45:50 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:42:13 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b Dann bin ich am Ende mit meinem Latein.</p>
<p dir="auto">Hast du die Frage von <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> geprüft und beantwortet?</p>
]]></description><link>https://forum.iobroker.net/post/709008</link><guid isPermaLink="true">https://forum.iobroker.net/post/709008</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:42:13 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:36:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/709001">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">iobroker setup custom</p>
</blockquote>
<p dir="auto">jo - sieht auch gut aus</p>
<pre><code>pi@pi:~ $ iobroker setup custom
Current configuration:
- Objects database:
  - Type: file
  - Host/Unix Socket: 0.0.0.0
  - Port: 9001
- States database:
  - Type: file
  - Host/Unix Socket: 0.0.0.0
  - Port: 9000
- Data Directory: ../../iobroker-data/
- Host name: pi

</code></pre>
<pre><code>pi@rp-surveillance:~ $ iobroker setup custom
Current configuration:
- Objects database:
  - Type: file
  - Host/Unix Socket: 192.168.101.99
  - Port: 9001
- States database:
  - Type: file
  - Host/Unix Socket: 192.168.101.99
  - Port: 9000
- Data Directory: ../../iobroker-data/
- Host name: rp-surveillance

</code></pre>
]]></description><link>https://forum.iobroker.net/post/709003</link><guid isPermaLink="true">https://forum.iobroker.net/post/709003</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:36:29 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:34:30 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b sagte in <a href="/post/708996">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">ch habe ipv6 jetzt auf beiden deaktiviert und neu gestartet</p>
</blockquote>
<p dir="auto">auch nochmal mit <code>iobroker setup custom</code> reingesehen?</p>
]]></description><link>https://forum.iobroker.net/post/709001</link><guid isPermaLink="true">https://forum.iobroker.net/post/709001</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:34:30 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:33:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/708997">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">iobroker fix</p>
</blockquote>
<p dir="auto">Ja das hatte ich auch schon gesehen und ausprobiert, leider ohne Erfolg.</p>
]]></description><link>https://forum.iobroker.net/post/708999</link><guid isPermaLink="true">https://forum.iobroker.net/post/708999</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:31:58 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b wir hatten letztens erst einen seltsamen Fehler in dieser Art<br />
<a href="https://forum.iobroker.net/topic/49496/slave-installation-master-unter-slave-adresse-erreichbar/20?_=1637743925119">https://forum.iobroker.net/topic/49496/slave-installation-master-unter-slave-adresse-erreichbar/20?_=1637743925119</a></p>
<p dir="auto">Auch mit "komischer" Netmask</p>
<p dir="auto">Allerdings hatte dort ein <code>iobroker fix</code> geholfen - warum auch immer</p>
]]></description><link>https://forum.iobroker.net/post/708997</link><guid isPermaLink="true">https://forum.iobroker.net/post/708997</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:31:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">ich habe ipv6 jetzt auf beiden deaktiviert und neu gestartet, leider immer noch das Problem.</p>
<p dir="auto">sobald der slave zum master connected kommt das hier:</p>
<pre><code>2021-11-24 10:09:54.794  - info: host.rp-surveillance connected to Objects and States
2021-11-24 10:09:54.891  - info: host.rp-surveillance added notifications configuration of host
2021-11-24 10:09:55.528  - info: host.rp-surveillance Reassign instance admin.0 from pi to rp-surveillance
2021-11-24 10:09:55.616  - info: host.rp-surveillance Reassign instance discovery.0 from pi to rp-surveillance
2021-11-24 10:09:55.695  - info: host.rp-surveillance Reassign instance backitup.0 from pi to rp-surveillance
</code></pre>
]]></description><link>https://forum.iobroker.net/post/708996</link><guid isPermaLink="true">https://forum.iobroker.net/post/708996</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:31:54 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:24:37 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b sagte in <a href="/post/708992">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">LAN ist nicht verbunden</p>
</blockquote>
<p dir="auto">passt<br />
im log wird versucht mit @dennis-b sagte in <a href="/post/708990">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">inet6 fe80::9ca0:7208:2eb7:69f7</p>
</blockquote>
<p dir="auto">zu verbinden, das ist die WLAN-Adresse. Aber IPv6</p>
]]></description><link>https://forum.iobroker.net/post/708994</link><guid isPermaLink="true">https://forum.iobroker.net/post/708994</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:24:37 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">LAN ist nicht verbunden</p>
]]></description><link>https://forum.iobroker.net/post/708992</link><guid isPermaLink="true">https://forum.iobroker.net/post/708992</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:21:33 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b sagte in <a href="/post/708990">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">ether b8:27:eb:5a:93:30  txqueuelen 1000  (Ethernet)</p>
</blockquote>
<p dir="auto">LAN hat keine IPv4 Adresse - nur im WLAN</p>
<p dir="auto">@dennis-b sagte in <a href="/post/708990">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">inet 192.168.101.99  netmask 255.255.252.0  broadcast 192.168.103.255</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/708991</link><guid isPermaLink="true">https://forum.iobroker.net/post/708991</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:21:33 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:20:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">beide gurkern haben ipv4 und sind im selben netz. Habe nur range 192.168.100.x bis 192.168.103.x</p>
<p dir="auto">pi1</p>
<pre><code>eth0: flags=4099&lt;UP,BROADCAST,MULTICAST&gt;  mtu 1500
        ether b8:27:eb:5a:93:30  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73&lt;UP,LOOPBACK,RUNNING&gt;  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10&lt;host&gt;
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 7431  bytes 6954458 (6.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 7431  bytes 6954458 (6.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500
        inet 192.168.101.99  netmask 255.255.252.0  broadcast 192.168.103.255
        inet6 fe80::9ca0:7208:2eb7:69f7  prefixlen 64  scopeid 0x20&lt;link&gt;
        ether b8:27:eb:0f:c6:65  txqueuelen 1000  (Ethernet)
        RX packets 24241  bytes 14846082 (14.1 MiB)
        RX errors 0  dropped 1  overruns 0  frame 0
        TX packets 22505  bytes 20633425 (19.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

</code></pre>
<p dir="auto">pi2</p>
<pre><code>eth0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500
        inet 192.168.102.188  netmask 255.255.252.0  broadcast 192.168.103.255
        inet6 fe80::865:3498:6aae:1eb7  prefixlen 64  scopeid 0x20&lt;link&gt;
        ether e4:5f:01:05:49:07  txqueuelen 1000  (Ethernet)
        RX packets 759645  bytes 717546600 (684.3 MiB)
        RX errors 0  dropped 3  overruns 0  frame 0
        TX packets 446798  bytes 35770471 (34.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73&lt;UP,LOOPBACK,RUNNING&gt;  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10&lt;host&gt;
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 193  bytes 10190 (9.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 193  bytes 10190 (9.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
</code></pre>
]]></description><link>https://forum.iobroker.net/post/708990</link><guid isPermaLink="true">https://forum.iobroker.net/post/708990</guid><dc:creator><![CDATA[Dennis.B]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:20:26 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:16:52 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b<br />
Die Kisten der und in unterschiedlichen Netzen? Wird UDP da geroutet?</p>
]]></description><link>https://forum.iobroker.net/post/708988</link><guid isPermaLink="true">https://forum.iobroker.net/post/708988</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:16:52 GMT</pubDate></item><item><title><![CDATA[Reply to Slave-Installation - reassign instance falsch [SOLVED] on Wed, 24 Nov 2021 09:17:07 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-b sagte in <a href="/post/708985">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">2021-11-24 10:08:37.385  - info: host.pi ip addresses: fe80::9ca0:7208:2eb7:69f7</p>
</blockquote>
<p dir="auto">ist das der Master?</p>
<p dir="auto">@dennis-b sagte in <a href="/post/708985">Slave-Installation - reassign instance falsch</a>:</p>
<blockquote>
<p dir="auto">2021-11-24 10:09:54.497  - info: host.rp-surveillance ip addresses: 192.168.102.188 fe80::865:3498:6aae:1eb7</p>
</blockquote>
<p dir="auto">und das der slave?</p>
<p dir="auto">Beim Master kein IPv4?</p>
]]></description><link>https://forum.iobroker.net/post/708987</link><guid isPermaLink="true">https://forum.iobroker.net/post/708987</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 24 Nov 2021 09:17:07 GMT</pubDate></item></channel></rss>