Issue with Pi-Hole on Ubuntu and port 53

Expected Behaviour:

FTL web service should be running

Actual Behaviour:

FTL web service is showing "FTL offline" but the service is running. I believe this is an issue with port 53

Debug Token:

https://ticoder.pi-hole.net/6bez9yqrww

I attempted to disable the dnsmasq to see if that was causing the issue

sudo systemctl stop dnsmasq
sudo systemctl restart pihole-FTL.service

That didn't change anything
I think the FTL service is running:

sudo service pihole-FTL status
pihole-FTL.service - LSB: pihole-FTL daemon
Loaded (/etc/init.d/pihole-FTL; generated)
Active: active (exited) since Wed 2019xxxxxxxxxxxxxxxxxxxxxxxx
Docs: man:systemd-sysv-generator(8)
Process: 9434 ExecStop=/etc/init.d/pihole-FTL stop (code=excited, status=0/SUCCESS)
Process: 9450 ExecStart=/etc/init.d/pihole-FTL start (code=excited, status=0/SUCCESS)

sudo netstat -nltup | grep :53

Shows me a service called "named" with PID 1011 that is on the IP address that I need but if I kill that process then the DNS stops working.

That's exactly what's taking over port 53 (required for DNS0 and not letting Pi-hole use it.

See:

That should fix your issue.

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