Hi,
Until now I got a RPi3 with Raspbian, Pi-Hole and openvpn. It worked, but I would like to use the RPi3 for something else and I replaced it with a NanoPi Neo.
I installed Armbian as well Debian as Ubuntu. Both has the same problems:
The Nanopi is kinda slow (reduces clock down to 240 mhz with a 2A powersupply, which I used with the RPI3 before and a core temperature at 40°C)
PiHole is working, blocking ads, and writing stuff to the log, but the querries-list on the Web-GUI is empty
the nanopi crashed and shut off after I connected by VPN to it. Now I startet it again and actually it seems to run.
But:
Still no Querries in the webGUI
PiHole was deactivated after booting
If I change VPN-DNS from 8.8.8.8 to 10.8.0.1 (which is the correct address) I can't access any website anymore. Seems like DNS doesn't run well
service dnsmasq status gives me:
dnsmasq[1598]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
this I solved with: sudo rm /etc/resolv.conf
sudo ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
the error is gone, but doesn't work either
Update: it runs fine until I try to connect over VPN. Then everything goes wrong:
Pihole deactivates itself, VPN kicks me out faster and faster until the nanopi crashes.
additional I figured out that VPN doesn't work with 10.8.0.1 as dns-settings. I had to use 192.168.0.100 (IP of the NanoPi) to access websites.
But even changing back to 8.8.8.8 it didn't help much, minutes later the Nanopi crashes.
and eth0 is only running 100 halfduplex. I can't set it permanently to fullduplex.