Hardware/OS: Raspberry Pi 4 with Raspberry Pi OS Lite 64 bit
Network: ISP provided fiber-optic modem with my own
Port Forwarding ports 80 and 443 pointing to the Raspberry Pi which has a static local IP address. I’m running an adguard service on on docker with a macvlan and my router’s DNSs point to the adguard IP address
Software: OMV7 with several docker compose services including:
Home assistant
Nextcloud
Duckdns
Nginx for reverse proxy to Home Assistant and Nextcloud
AdGuard
The Problem:
I’m unable to access home assistant and nextcloud from my duckdns domains. (example: mydomain.duckdns.org). The symptoms started after an unexpected power outage and my server and network went down. I have been previously able to do this and everything worked great. My configuration (to my knowledge) has not not changed. I am able to access all my services locally (i.e. 192.168.X.XX:8123) but am unable to access them from the duckdns domain.
Things I’ve tried:
- double checked my Nginx configuration, including that Home Assistant “allowed_proxies” includes the Nginx network.
- Restarted my router and server
- running ping mydomain.duckdns.org. I get a response from the “Reply from Destination host unreachable”
- running ipconfig /flushdns
- double checked that duckdns indeed points to my public IP address
- Restarted the nginx proxy manager container from scratch. when I try to add SSL certification I get an “Internal Error”