IP_Ban after rebuild from localhost

I recently had an SD Card crash on me and I’ve had to rebuild my environment. For some reason I am getting an authentication attempt and then subsequent banning of my loopback address consistently. 127.0.0.1. I have a feeling it’s something with the RemoteUI configuration but I’m not sure how to further track it down. The culprit in the log files is as follows:

2019-06-08 11:10:10 DEBUG (MainThread) [snitun.client.connector] Receive from 172.21.1.149 a request for 127.0.0.1
2019-06-08 11:10:11 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1

Any thoughts would be helpful. I haven’t been able to find much in my own searching thus far.

I can think of at least 3 ways of installing on an SD Card, assuming a Raspberry Pi.
Did you use any of your old configuration?
The issue looks to be related to snitun.

Sorry for lack of background… RPi 3+ with HassIO build. Imaged the SDCard with HassIO and then dumped my YAML files back into the config directory. The backup I had was too old so the YAML files were about all I could recover off the failed SDCard. Manually reinstalled the HassIO Addon’s I had and reconfigured the RemoteUI for my Naba account.

I would guess the issue could be relayed to the RemoteUI but I do not use that feature.