Hello
I installed Hass.io on Raspberry pi3.
Installed addons “configurator”, “samba”, “ssh” and “duckdns”.
I made the settings duckdns as described in https://www.juanmtech.com/hassio-duckdns-add-on-set-up/
Now if I log in from the local address (192.168.1.xxx) in the home assistant connection has become protected (https).
If I try to connect from the external network at the address https:\mydomain.duckdns.org:8123 then I get the message “ERR_CONNECTION_TIMED_OUT”
Raspberry pi connected as follows:
rpi3(192.168.1.20)(192.168.1.1)router1(192.168.0.5)(192.168.0.1)router2(10.xx.xx.xx) to provider. IP adress provider - not static.
In router1 i make 3 rules port forwarding:
1.interface ISP, protocol TCP port 80 to 192.168.1.20 port 80
2.interface ISP, protocol TCP port 443 to 192.168.1.20 port 8123
3.interface ISP, protocol TCP port 3128 to 192.168.1.20 port 3128
I did not get access from the external network.
Then I also tried to write similar rules for router 2:
1.interface ISP, protocol TCP port 80 to 192.168.0.5 port 80
2.interface ISP, protocol TCP port 443 to 192.168.0.5 port 8123
3.interface ISP, protocol TCP port 3128 to 192.168.0.5 port 3128
It also did not lead to success.
Please Help me set up remote access.
P.S. After installing the duckdns and setting ssl to “true” addon “configurator” opens only in panel “addon” through " open web ui" Is this correct?
Hi, I am having similar problems in trying to use nginx. I followed carefully the notes to set up the addons. I am now convinced the issue lies with either my router not forwarding correctly or my ISP using GCNAT. Please leave a message if you solve the issue and I’ll do likewise.
I understand when install the addon duckdns automatical installed letsenkrypt. So after installing the duckdns was made possible entrance into the home assistant from the local network by https.
Also certificates fullchain.pem and privkey.pem appeared in the catalog \ssl
Did you forward ports to get that to work? A lot of services will have a way to connect out to the cloud and creates a way back in without port forwarding.