Hi guys,
Yesterday I changed the internet provider, I noted all the ports that where opened, and configure the new router the same. Beside the Home Assistant I also have a truenas core server, that is a separate unit.
Everything works except I noticed that I can´t open the Home Assistant with the local IP. The server address is 192.168.0.63 so opening http://192.168.0.63 will note open, but on the same network opening https://XXX.duckdns.org will open the page. If I disable the Nat Loopback then I can open the http://192.168.0.63 but cant open the https://XXX.duckdns.org anymore.
Also with the Nat Loopback enabled trying to go to \192.168.0.63 will produce an error.
The ports opened are external 443 to internal 443 points to 192.168.0.63 and 8123 to 8123 to 192.168.0.63
I use the Duck DNS plugin and Duck DNS and NGINX and the config file is bellow.
On the other hand Trunas works fine, with the NAT Loopback enable I can access both the local and the domain address and with the NAT Loopback only internal as it should be. So what its wrong with Home Assistant?
http:
server_port: 8123
use_x_forwarded_for: true
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
- https://XXX.duckdns.org
trusted_proxies:
- 10.0.0.200
- 172.30.33.0/24
- 192.168.0.0/24
ip_ban_enabled: true
login_attempts_threshold: 5
Please help, it drives me mad.