cloudron account not working on web portal
-
wrote on May 24, 2023, 11:33 AM last edited by girish May 24, 2023, 3:53 PM
-
Can not go to the app store and all other services tied to my account are not working properly.
@aestela This is most likely because the DNS is not working.
- First, check if
unbound
is running in Services. Is it showing green light ? - If it's green, I think this might be a firewall issue (related to your other firewall related issues). Is outbound port 53 and port 443 blocked for some reason?
- First, check if
-
-
wrote on May 24, 2023, 6:56 PM last edited by
-
@aestela This is most likely because the DNS is not working.
- First, check if
unbound
is running in Services. Is it showing green light ? - If it's green, I think this might be a firewall issue (related to your other firewall related issues). Is outbound port 53 and port 443 blocked for some reason?
wrote on May 24, 2023, 7:06 PM last edited by@girish my shh login check: root@Axiom-Techs-Svr:~# systemctl status unbound
● unbound.service - Unbound DNS Resolver
Loaded: loaded (/etc/systemd/system/unbound.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2023-05-24 18:57:57 UTC; 8min ago
Main PID: 162204 (unbound)
Tasks: 1 (limit: 18648)
Memory: 7.7M
CGroup: /system.slice/unbound.service
└─162204 /usr/sbin/unbound -dMay 24 18:57:57 Axiom-Techs-Svr systemd[1]: Starting Unbound DNS Resolver...
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 0: subnet
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 1: validator
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 2: iterator
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] info: start of service (unbound 1.9.4).
May 24 18:57:57 Axiom-Techs-Svr systemd[1]: Started Unbound DNS Resolver. - First, check if
-
@girish my shh login check: root@Axiom-Techs-Svr:~# systemctl status unbound
● unbound.service - Unbound DNS Resolver
Loaded: loaded (/etc/systemd/system/unbound.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2023-05-24 18:57:57 UTC; 8min ago
Main PID: 162204 (unbound)
Tasks: 1 (limit: 18648)
Memory: 7.7M
CGroup: /system.slice/unbound.service
└─162204 /usr/sbin/unbound -dMay 24 18:57:57 Axiom-Techs-Svr systemd[1]: Starting Unbound DNS Resolver...
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 0: subnet
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 1: validator
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] notice: init module 2: iterator
May 24 18:57:57 Axiom-Techs-Svr unbound[162204]: [162204:0] info: start of service (unbound 1.9.4).
May 24 18:57:57 Axiom-Techs-Svr systemd[1]: Started Unbound DNS Resolver.@aestela said in cloudron account not working on web portal:
Active: active (running) since Wed 2023-05-24 18:57:57 UTC; 8min ago
This seems to say it is running. Can you refresh the Services UI for sure?
Also, it is UDP port 53 and not TCP 53 (note , this is an outbound port and not inbound port).
-
wrote on May 24, 2023, 7:29 PM last edited by
-
wrote on May 24, 2023, 7:33 PM last edited by
I did this as well don't know if the firewall fixed it or the changes to the name server.
If DNS queries are failing with SERVFAIL, then you can try forwarding all DNS requests to other nameservers to see if it fixes the problems. Add the following file /etc/unbound/unbound.conf.d/forward-everything.conf and restart unbound:
forward-zone:
name: "."
forward-addr: 1.1.1.1
forward-addr: 8.8.8.8 -
wrote on May 24, 2023, 7:34 PM last edited by
-
wrote on May 25, 2023, 2:53 PM last edited by aestela May 25, 2023, 2:54 PM
Yes, just mentioning I may have needed to do both methods change the outbound firewall rule to allow udp port 53 and change the DNS name server from default unbound to 1.1.1.1 and 8.8.8.8
-
I allowed those two ports via the outbound firewall rule but the unbound service is not running
-
-
wrote on Jan 2, 2024, 9:39 PM last edited by
@girish I was having a similar issue, and adding the DNS 1.1.1.1 & 8.8.8.8 in forward-everything.conf file "solved" it.
Question... is this just a temporary solution, or are there problems with leaving it like that permanently?
It's not fully clear to me from how it's worded in the FAQ. -
@girish I was having a similar issue, and adding the DNS 1.1.1.1 & 8.8.8.8 in forward-everything.conf file "solved" it.
Question... is this just a temporary solution, or are there problems with leaving it like that permanently?
It's not fully clear to me from how it's worded in the FAQ.