Hi to all,
I´m having problem to setup the configurator with duckdns, I was able to install configurator and access via ipannel and via web, but only through my IP. When I tried through myduckdnsdomain it gives me this error: “DNS_PROBE_FINISHED_NXDOMAIN”. And also everytime I try to download a backup it gives e an error: “ERR_CONNECTION_RESET”. On my logs it shows:
INFO:2018-12-02 10:25:09,768:__main__:192.168.0.15 - "GET /api/download?filename=/backup/93052c1a.tar HTTP/1.1" 200 -
INFO:2018-12-02 10:25:09,770:__main__:b'/backup/93052c1a.tar'
WARNING:2018-12-02 10:25:09,772:__main__:
here´s my configuration:
{
"username": "admin",
"password": "saraiva",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"allowed_networks": [
"0.0.0.0/0",
"0.0.0.0/0"
],
"banned_ips": [
"0.0.0.0"
],
"banlimit": 0,
"ignore_pattern": [
"__pycache__"
],
"dirsfirst": false,
"enforce_basepath": false,
"notify_service": "persistent_notification.create"
}
I really need a help since I´m trying to go to hassos as everything is not working, my samba addon, my cloud etc…and whithout a backup will be impossible
tks
That error is not specific to the configurator. It tells you that your client device is not able to resolve your duckdns url to the actual IP that has to be accessed. I assume you also can’t access anything else when using this domain.
Regarding the download the log looks fine. Except that I don’t get that final warning message. Is there anything else in the log after that warning message?
And I hope the password of your configurators settings is a different one in production. If not, you should change it now because anyone can see it. And editing the post will retain the value in the posts history.
Edit:
Your configuration also is a bit wierd. You can simple leave the banned_ips
list empty instead of specifying an invalid one. And if you really want to allow access from anywhere, then you don’t need the 0.0.0.0/0
twice.
I get the feeling your setup might be highly insecure.
Edit:
At least your Home Assistant is safe. I found your domain (in another thread) and tried logging in twice with those credentials and was not succesful.
When trying to access the configurator (at port 3218) I get the error ERR_CONNECTION_TIMED_OUT
, which indicates that your port forwarding is not setup properly. So after configuring a more secure password, you’ll have to check the settings of your router.
Edit:
You have Portainer (port 9000) exposed to the web. It’s usually not a good idea to do that. I hope the password there is secure.
Hi thanks for the quick reply,
strange thing is that I can access my domain from everywhere with no problems it´s just configurator that gives me error;
password was change thanks I sent whithout checking
I havent set anything on my router now I setted and I´m able to access via my domain, and found out also there´s one backup, the latest, that it´s not downloading the others are.
rgds
Then you have a typo in the URL. The error message you have posted earlier get’s displayed before the configurator can be contacted by your browser. It’s an error in your browser, not the configurator.
Then there’s something odd about that file. Maybe permissions. Or the file is still opened by another process.