Hello,
I am using NextCloudPI for the first time and I am really happy with it. But unfortunately I have an issue.
My Pi with this image can only resolve addresses in form of IP’s and not names. That means I can do this:
ping 172.217.168.195
PING 172.217.168.195 (172.217.168.195) 56(84) bytes of data.
64 bytes from 172.217.168.195: icmp_seq=1 ttl=54 time=22.8 ms
64 bytes from 172.217.168.195: icmp_seq=2 ttl=54 time=23.2 ms
But not this:
ping google.de
ping: google.de: Temporary failure in name resolution
It is not an issue with my DNS of my router, because all my other devices (another PI, MacBook Pro, MacPro etc.) are working fine in the same environment.
I also compared the /etc/dhcpcd.conf file with my other PI and they are identical with one difference:
NextCloudPi autogenerated
don’t modify! better use ncp-config
interface eth0
static ip_address=192.168.1.2/24
static routers=192.168.1.1
static domain_name_servers=127.0.0.1
Here it is routing to the localhost.
sudo ncp-config did not helped me in that case, because I was not able to find where to set the “correct” dns.
NextCloud itself works totally fine, thats not my problem, but I can not install any other apps, script etc. because my PI does not understand the links.
Thanks in advance for any help, it is much appreciated!