Hello awesome people,
I have duckdns and nginx setup for remote access to my HA instance.
I recently got a new modem (for new internet connection) and now I can’t access HA with <domain>.duckdns.org from my home network.
Current status:
HA access using <domain>.duckdns.org when connected to home network - Doesn’t work
HA access on local IP when connected to home network - Works
HA access using <domain>.duckdns.org when connected to cellular network or home network with VPN - Works
All of these used to work just fine before switching the modem. I have searched reddit and this forum for 2 days but I am still stuck.
I have forwarded external port 443 to internal port 443 on the new modem just like I had on the old modem.
duckdns add-on config:
domains:
- <domain>.duckdns.org
token: <duckdns token>
aliases: []
lets_encrypt:
accept_terms: true
algo: secp384r1
certfile: fullchain.pem
keyfile: privkey.pem
seconds: 300
nginx add-on config:
domain: <domain>.duckdns.org
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
http config in configuration.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 172.30.32.1
ip_ban_enabled: true
login_attempts_threshold: 5
Can you please help me?
Thanks in advance