@anon55913113 ok, I've done it, issue still remains the same.
After further checking I saw that dnsmasq isn't even installed on my Pi. When I do install it then FTL can't start (I assume they listen to the same port).
Also, dnsmasq.conf wasn't including 01-pihole.conf file, I fixed that too (I assume its supposed to include it).
Now, when running debug, I see this:
*** [ DIAGNOSING ]: Networking
[✗] No IPv4 address(es) found on the wlan0 interface.[✗] No IPv6 address(es) found on the wlan0 interface.
[i] Default IPv4 gateway: 192.168.0.1
- Pinging 192.168.0.1...
ping: Warning: source address might be selected on device other than wlan0.
[✗] Gateway did not respond. (Why is a default gateway important for Pi-hole?)*** [ DIAGNOSING ]: Ports in use
*:22 sshd (IPv4)
*:22 sshd (IPv6)
*:53 dnsmasq (IPv4)
*:53 dnsmasq (IPv6)
*:80 lighttpd (IPv4)
*:80 lighttpd (IPv6)*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] wrxviatrhzoists.review is 162.255.119.155 via localhost (127.0.0.1)
[✗] Failed to resolve wrxviatrhzoists.review via Pi-hole (192.168.0.100)
[✓] doubleclick.com is 216.58.210.14 via a remote, public DNS server (8.8.8.8)*** [ DIAGNOSING ]: Pi-hole processes
[✓] dnsmasq daemon is active
[✓] lighttpd daemon is active
[✓] pihole-FTL daemon is active
So..
- Installing DNSMasq manually was a good idea? if so, what I do about FTL?
- Should I give up on life now?
Thanks