Yes an android restart seemed to solve it. Didn’t happened since. Today HA banned it’s own public IP. Not a clue what’s going on.
I managed to solve my issue by adding 127.0.0.1 into trusted proxies. Not sure why as I never had to do this in the past 5 years of my server running.
Also managed to track down the device causing the login attempts. It turned out to be a family member’s old iPhone brought back to life, that still had the HA app and server details on it, but since their password changed, it was failing.
Their network provider is also a dynamic IP so no matter how many IP bans were made, it always came back again. On top of that, iCloud private relay would “spoof” their IP.
Having the same issue over the last 4-5 days.Don’t have much in the form of add-ons. Using a cloudflared for remote access. All apps w/home assistant are up to date. Have to remove the IP ban on 127.0.0.1 daily.
Hoping a update fixes this.
same problem here. Could it be a simple issue from HA ?
I have the same issue since maybe 10 days. Also using a cloudflare tunnel to access HA from the internet. Something must have changed at either cloudflare or HA.
Without your config data it will be difficult to troubleshoot.
Do you have this in your HA config?
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
I have added 127.0.0.1 to the trusted proxies, restarted home assistant and this problem seems to have resolved itself. It now exposes the actual originating ip address again.
Just realized that the Cloudflared Add-on update (version 5.3.3) includes a fix:
** fix* 127.0.0.1 proxy errors @elcajon (#852)
I really hope this resolves the issue. Getting locked out repeatedly has been quite frustrating.
Please let me know if this doesn’t solve the issue for you.