Hello, I bought a Raspberry Pi 4B 8 GB RAM (headless) recently and installed Yunohost in it. However, upon running diagnosis, it says that the server is not connected to the internet although port forwarding and DNS seem to have no issues. I am also not able to access through my .nohost.me subdomain.
My YunoHost server
Hardware: Raspberry Pi 4 YunoHost version: 11.2.8.2 (stable) I have access to my server : Through SSH | through the webadmin | Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : No
Description of my issue
As said above, the diagnosis is showing internet connectivity issue with my server. My raspberry pi is connected to the internet through an ethernet cable connected to my router. Also, I was able to install etherpad-My Pads to the server (I was just seeing if it is able to download the files) successfully. But I can’t really use it because I can’t access the server through outside internet.
I am also getting the following error under Domain > Certificate:
This domain doesn’t seem ready for a Let’s Encrypt certificate. Please check your DNS configuration and HTTP server reachability. The ‘DNS records’ and ‘Web’ section in the diagnosis page can help you understand what is misconfigured.
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=120 time=2.61 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=120 time=2.63 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=120 time=2.71 ms
— 8.8.8.8 ping statistics —
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 2.608/2.648/2.708/0.042 ms
Theeeen I would conclude that something funky happens on your network for some reason … I can’t see why ping 8.8.8.8 would work but not pinging other IPs …
what about ping -c3 1.1.1.1 and ping -c3 9.9.9.9 ?