FTL not working, cannot reconfigure

Debug code "i677pwu3b9"

FTL isnt working, and it will not let me reconfigure or update through terminal

Your installation has several problems. From your debug log - Pi-Hole is listening on a different IP range than the gateway.

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the virbr0 interface:
   192.168.122.1/24 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)

[i] Default IPv4 gateway: 10.160.1.1
   * Pinging 10.160.1.1...
[✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546)

*** [ DIAGNOSING ]: Setup variables
PIHOLE_INTERFACE=virbr0
IPV4_ADDRESS=10.160.1.110/24

Pi-Hole FTL is not running because named (typically BIND9) is on port 53, and pihole-FTL needs that port open.

*** [ DIAGNOSING ]: Ports in use
...
*:53 named (IPv6)
127.0.0.1:53 named (IPv4)
10.160.1.110:53 named (IPv4)
127.0.0.1:953 named (IPv4)
[::1]:953 named (IPv6)
192.168.122.1:53 named (IPv4)
127.0.0.1:3306 mysqld (IPv4)
*:22 sshd (IPv4)
*:22 sshd (IPv6)
*:80 lighttpd (IPv4)
*:80 lighttpd (IPv6)
 ...

You will need to stop the named process and restart FTL. This thread may be of assistance:

https://discourse.pi-hole.net/t/problem-after-updating-lost-connection-to-api/12487/6

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.