I have HASSOS on my Pi and am having troubles with:
(1) accessing both internal & externally HASSIO through duckdns. If I’m on my network, I have to use the IP address. If I’m outside, I have to use DuckDns (as desired).
(2) being able to work with Configurator, Node-Red, … over duckdns
I have followed the following guide for port forwarding: http://www.crabtree-consulting.com/port-forwarding-and-nat-loopback-on-zyxel-usg20/
But I feel like I’m making a mess of it.
Can anybody guide me from scratch with the needed steps?
My configuration.yaml file is as follows:
http:
api_password: !secret http_password # from file secrets.yaml
base_url: https://xxxx.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
My DuckDNS configuration is as follows:
{
“lets_encrypt”: {
“accept_terms”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
},
“token”: “xxxx”,
“domains”: [
“xxxx.duckdns.org”
],
“seconds”: 300
}
Edit: the problem is that “(1) accessing both internal & externally HASSIO through duckdns. If I’m on my network, I have to use the IP address. If I’m outside, I have to use DuckDns (as desired).” So I can’t get my DuckDNS domain working from inside my network with the nat loopback