Can't access to domain after install on raspberry pi

Hello everyone,

I’m trying to make yunohost work on a raspberry pi 3. I downloaded the image and went through the post install, and I can access the admin panel online, but ONLY through my local IP address. My “web” address, adrienlf.nohost.me doesn’t work, nor does my public address.

When I try to update dyndns via ssh, I get “Unable to update IP address on DynDNS”.

Here is what I get when I type

 yunohost dyndns update -d adrienlf.nohost.me --verbose
IPv6 connectivity is not available
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id:      0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; ZONE SECTION:
;nohost.me.                     IN      SOA
;; UPDATE SECTION:
adrienlf.nohost.me.     0       ANY     A
adrienlf.nohost.me.     0       ANY     AAAA
adrienlf.nohost.me.     0       ANY     MX
adrienlf.nohost.me.     0       ANY     TXT
pubsub.adrienlf.nohost.me. 0    ANY     A
pubsub.adrienlf.nohost.me. 0    ANY     AAAA
muc.adrienlf.nohost.me. 0       ANY     A
muc.adrienlf.nohost.me. 0       ANY     AAAA
vjud.adrienlf.nohost.me. 0      ANY     A
vjud.adrienlf.nohost.me. 0      ANY     AAAA
_xmpp-client._tcp.adrienlf.nohost.me. 0 ANY SRV
_xmpp-server._tcp.adrienlf.nohost.me. 0 ANY SRV
adrienlf.nohost.me.     1800    IN      A       89.157.227.115
adrienlf.nohost.me.     14400   IN      MX      5 adrienlf.nohost.me.
adrienlf.nohost.me.     14400   IN      TXT     "v=spf1 a mx -all"
pubsub.adrienlf.nohost.me. 1800 IN      A       89.157.227.115
muc.adrienlf.nohost.me. 1800    IN      A       89.157.227.115
vjud.adrienlf.nohost.me. 1800   IN      A       89.157.227.115
_xmpp-client._tcp.adrienlf.nohost.me. 14400 IN SRV 0 5 5222 adrienlf.nohost.me.
_xmpp-server._tcp.adrienlf.nohost.me. 14400 IN SRV 0 5 5269 adrienlf.nohost.me.
; Communication with server failed: timed out
Error: Unable to update IP address on DynDNS
root@YunoHost:~# Unable to update IP address on DynDNS
-bash: Unable: command not found
root@YunoHost:~# yunohost dyndns update -d adrienlf.nohost.me --debug
164  DEBUG loading actions map namespace 'yunohost'
231  DEBUG extra parameter classes loaded: ['ask', 'password', 'required', 'pattern']
231  DEBUG initializing base actions map parser for cli
235  DEBUG registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
437  DEBUG lock has been acquired
792  INFO processing action [2239.1]: yunohost.dyndns.update with args={'domain': 'adrienlf.nohost.me', 'key': None, 'dyn_host': 'dyndns.yunohost.org', 'ipv4': None, 'ipv6': None}
954  INFO IPv6 connectivity is not available
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id:      0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; ZONE SECTION:
;nohost.me.                     IN      SOA
;; UPDATE SECTION:
adrienlf.nohost.me.     0       ANY     A
adrienlf.nohost.me.     0       ANY     AAAA
adrienlf.nohost.me.     0       ANY     MX
adrienlf.nohost.me.     0       ANY     TXT
pubsub.adrienlf.nohost.me. 0    ANY     A
pubsub.adrienlf.nohost.me. 0    ANY     AAAA
muc.adrienlf.nohost.me. 0       ANY     A
muc.adrienlf.nohost.me. 0       ANY     AAAA
vjud.adrienlf.nohost.me. 0      ANY     A
vjud.adrienlf.nohost.me. 0      ANY     AAAA
_xmpp-client._tcp.adrienlf.nohost.me. 0 ANY SRV
_xmpp-server._tcp.adrienlf.nohost.me. 0 ANY SRV
adrienlf.nohost.me.     1800    IN      A       89.157.227.115
adrienlf.nohost.me.     14400   IN      MX      5 adrienlf.nohost.me.
adrienlf.nohost.me.     14400   IN      TXT     "v=spf1 a mx -all"
pubsub.adrienlf.nohost.me. 1800 IN      A       89.157.227.115
muc.adrienlf.nohost.me. 1800    IN      A       89.157.227.115
vjud.adrienlf.nohost.me. 1800   IN      A       89.157.227.115
_xmpp-client._tcp.adrienlf.nohost.me. 14400 IN SRV 0 5 5222 adrienlf.nohost.me.
_xmpp-server._tcp.adrienlf.nohost.me. 14400 IN SRV 0 5 5269 adrienlf.nohost.me.
; Communication with server failed: timed out
13078 DEBUG action [2239.1] ended after 12.285s
13080 DEBUG lock has been released
13081 ERROR Unable to update IP address on DynDNS

I’m at loss, anybody has any idea how to make it work?

Hi there !

Sorry 'bout that, something broke yesterday or during the night on the server that manages .nohost.me / .noho.st domains :wink:

It should be back online so if you run yunohost dyndns update (or maybe the cron job already did the job) it should be fine !