Hi, I tried to install 2 instances of HASSIO on the same fisical network, with two CABLE on two different PCs as a virtual machine (no wifi used on the Pcs)
HA1 = 192.168.2.1
HA2 = 192.168.3.1
They work without problem at the same time, and I can access and config them over the network.
The only one (BIG) problem is that, when both the instances are running, the wifi of my two fritzbox 7530 become saturated and I cannot use the wifi to connect with any device. It seems like a strange loop over the wifi, but HA1 and HA2 are not connected by wifi. The 2 PCs don’t have any wifi adapter
They are indipendent instances. So, they are connected to the internet using the same router. Can you suggest some application to analyze the trafic? Any idea to fix the problem?
There are many options. I guess I would use WireShark on a PC connected to the same network.
There are many options but I think network troubleshooting can be complex and possibly beyond the scope of this user forum. I can troubleshoot networks and have done that for years but I use my prior experience to interpret results & look deeper I am not sure how to teach that to somebody quickly.
That address (224.0.0.251) is mDNS ( multicast DNS)
I think HaOS uses that so you can access the system as homeassistant.local That couds mean both systems are trying to register the same Multicast name are are constantly changing it. This is only a guess though.
No it would not. Is is mapped by nDNS to the same name. I am not aware of how that could be changed. They both use the same mDNS name regardless of the name you give them.
If multicast / mDNS is disabled on your network that traffic would not be there. Many people use mDNS for Apple Bonjour, for instance. ( AirPlay / AirPrint)
No, it was solved by changing the name of the HA instance.
Blockquote
After further investigation it seems that hostnames are not really the issue here, but the fact that I am using the same instance names Home. Once I renamed all of them to different names, the flooding seems gone now for more than a hour.
A physical network router could be used along with having 2 different network sublets Home “routers” are a functionally combination of network switch, router, firewall, and wireless access point. Marketing renamed them as a home router.
Network routers were more prevalent before VLANs with Layer 3 switching replaced most use cases.