Hi there,
I notice that the OLED display attached to the Pi running HA is showing a different IP address (.192) than the static IP address (.72) given to the Pi which is the same one that I use to SSH/RDP into that particular device.
The .192 address looks like it is being allocated from my DHCP pool which although I can ping it doesn’t show up in my network monitoring software. It is showing up in the ARP Cache table in my router though.
Doing some research leads me to believe it could be related to Docker although strangely running ifconfig on the Pi returns a different subnet for Docker altogether;
docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.192 netmask 255.255.255.0 broadcast 192.168.0.255
hassio: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.30.32.1 netmask 255.255.254.0 broadcast 172.30.33.255
eth0 is the only physical interface I have running on the Pi as I have disabled Wi-Fi & Bluetooth
Is it possible to even get the OLED display to show the correct hardware IP address .72 when ifconfig shows .192 and if so how would I go about it please?
Thanks & kind regards,
-=Glyn=-