Hello, I recently installed pihole on a proxmox lxc container. I have downloaded this previously on bare metal and in virtual machines with no issues. However now I don't seem to be able to access the web ui. I have checked ports and nothing seem to be conflicting with it. The only results I get on all browsers is:
Only mods and devs have access to the tricorder debug logs. They are stored for 48 hours and then deleted. It's best to not post the logs directly here for privacy reasons.
Since you have, I think the problem might be your Pi-hole's network configuration. To my normal user eye everything else appears okay.
inet 10.10.10.103/32 brd 10.10.10.103 scope global eth0
I don't think that's right – it would mean the Pi-hole can only communicate with the router, so is unable to return any data to clients, hence the reset error in web browsers. From a client device, if you do ifconfig (or ipconfig /all in Windows), do you see your client having an address on 10.10.10.something with a netmask of 255.255.255.0? Whatever you see on the client is the correct netmask.
I think you'd need to do a pihole -r on the Pi-hole and select reconfiguration, and ensure the network is 10.10.10.some_static_number with a netmask of /24, ie so its on the same subnet as your clients. Then once complete do a ifconfig on the Pi-hole and confirm you now see the new IP and the same netmask as your earlier client.
Then try the web UI again and hopefully now all working.