-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device reporting multiple invalid ip addresses over mDNS #525
Comments
This hasn't to do with he temporary access point, but with the docker subsystem. We'll check how we can disable these IP addresses. |
I can confirm this with the current alpha 8 release. In my network, |
No docker container is using 10.x.x.x What exactly is your problem? |
@LukeWinikates stated in the initial issue: I'm no network expert, but I', pretty sure, I see a related issue. My network is in the 10.0.0.0 IP range and the device is set to use WIFI with a static IP (10.0.0.12). But it sometimes also seems to respond to I just realized that the issues intensified, when I introduced a second hifiberryOS device to the network (also alpha 8, 10.0.0.13) yesterday. Running an IP/Port scan over the network would bring the whole WIFI down. I than removed the devices from the network and everything is back to normal. OP was talking about their device had up to three separate IP addresses (their network, docker and 10.0.0.1). The last one is also used for the temporary AP when setting up hifiberryOS for the first time. Therefor they mentioned the theory, this issue is related to the temporary AP. Please let me know, if I can provide any additional information, I'm happy to help. |
@hifiberry I think, I've been able to get more insights on the issue. After writing the comment above I did a fresh install with the latest stable version (linked on the hifiberry website). Yesterday I noticed that some devices in the network would get unusual IP addresses citing 10.0.0.12 as source (instead of the router, 10.0.0.1). When I check the network for dhcp servers I now get the following result:
Now here is what I think happens:
Does this scenario makes sense? |
Describe the bug
After updating to the current release, my pi devices are broadcasting some incorrect IP addresses over mDNS.
If I ping my
hifi-office.local
, I currently see:Sometimes, hifi-office.local resolves to
10.0.0.1
instead.Both of those IP addresses do not belong to this device - I can't SSH to the device there, and I can't visit that IP address in the browser and get the HiFiBerry UI.
I happened to be able to get to
hifi-office.local
in my browser, which showed a different IP address in the192.168.1.x
range. That IP address which works reliably for SSH and web UI access.HiFiBerryOS version
20240319
HiFiBerry sound card
DAC+/Amp2
To Reproduce
Steps to reproduce the behavior:
ping $DEVICENAME.local
Expected behavior
With prior versions of HiFiBerryOS,
ping $DEVICENAME.local
always resolved to an address in the 198.1Here are the entries I see in the
Discovery
mDNS browser for MacOSFor some reason, Airplay is always able to connect, which makes me wonder if the devices themselves are using ipv6 and not picking from the ipv4 address entries.
I wonder if this is related to something from the temporary access point used for setup over wifi?
hifiberry-os/buildroot/package/raspi-wifi/dnsmasq.conf
Line 2 in 3d0c52a
hifiberry-os/buildroot/package/raspi-wifi/tempap-dnsmasq.service
Line 10 in 3d0c52a
I have a second device that also reports itself as
172.17.0.1:7000
The text was updated successfully, but these errors were encountered: