Hallo,
ich verzweifele fast schon. Ich habe ein größeres iob-System mit einem Master und 4 Slaves (auf Proxmox und 1x Raspi). Alle auf Debian11. Nun wollte ich einen weiteren Slave hinzufügen (Bookworm) und erhalte immerzu diese Meldungen:
Master:
Multihost discovery server activated on this host. If iobroker is currently not running please start befeore trying to discover this host.
Important: Multihost discovery works with UDP packets. Make sure they are routed correctly in your network. If you use Docker you also need to configure this correctly.
Discovery authentication activated.
Enter secret phrase for connection:
Repeat secret phrase for connection:
Please check the binding of the configured jsonl server to allow remote connections.
Please restart ioBroker for the changes to take effect: "iobroker restart"
Multihost discovery server: enabled
Discovery authentication: enabled
Persistent activation: enabled
Objects: jsonl on 0.0.0.0
States: jsonl on 0.0.0.0
Neuer Slave:
meinhard@ioBroker-Slave01a:~$ iob multihost connect
1 | 192.168.101.34 | host | 192.168.101.34 | "authentication required"
Please select host [1]: 1
Enter secret phrase for connection: ***********
Error: No configuration received!
at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)
Hat einer einen guten Rat? Das System ist up to date und läuft seit Jahren stabil.
Danke!