FTL not running, lost connection to API

You ran this command exactly as written (i.e. copy / paste into the terminal)?

apparently not

also I am so sorry for the delay my internet isn't the fastest and it takes quite some time but nevertheless

root@raspberrypi:~# sudo grep -v '#\|^$' -R /etc/dnsmasq.*
/etc/dnsmasq.conf:conf-dir=/etc/dnsmasq.d
/etc/dnsmasq.conf.dpkg-old:conf-dir=/etc/dnsmasq.d
/etc/dnsmasq.conf.old:conf-dir=/etc/dnsmasq.d
/etc/dnsmasq.conf.orig:dhcp-mac=set:client_is_a_pi,B8:27:EB:*:*:*
/etc/dnsmasq.conf.orig:dhcp-reply-delay=tag:client_is_a_pi,2
/etc/dnsmasq.d/01-pihole.conf:addn-hosts=/etc/pihole/gravity.list
/etc/dnsmasq.d/01-pihole.conf:addn-hosts=/etc/pihole/black.list
/etc/dnsmasq.d/01-pihole.conf:addn-hosts=/etc/pihole/local.list
/etc/dnsmasq.d/01-pihole.conf:localise-queries
/etc/dnsmasq.d/01-pihole.conf:no-resolv
/etc/dnsmasq.d/01-pihole.conf:cache-size=10000
/etc/dnsmasq.d/01-pihole.conf:log-queries
/etc/dnsmasq.d/01-pihole.conf:log-facility=/var/log/pihole.log
/etc/dnsmasq.d/01-pihole.conf:local-ttl=2
/etc/dnsmasq.d/01-pihole.conf:log-async
/etc/dnsmasq.d/01-pihole.conf:server=8.8.8.8
/etc/dnsmasq.d/01-pihole.conf:domain-needed
/etc/dnsmasq.d/01-pihole.conf:bogus-priv
/etc/dnsmasq.d/01-pihole.conf:except-interface=nonexisting
/etc/dnsmasq.d/01-pihole.conf:server=/use-application-dns.net/
/etc/dnsmasq.d/custom-dnsmasq.conf:interface=eth0
/etc/dnsmasq.d/custom-dnsmasq.conf:bind-interfaces
/etc/dnsmasq.d/custom-dnsmasq.conf:server=8.8.8.8
/etc/dnsmasq.d/custom-dnsmasq.conf:domain-needed
/etc/dnsmasq.d/custom-dnsmasq.conf:bogus-priv
/etc/dnsmasq.d/custom-dnsmasq.conf:dhcp-range=192.168.220.50,192.168.220.150,12h

You have some files in there that are not Pi-hole files and appear to be interfering with Pi-hole. Delete or move these:

sudo rm /etc/dnsmasq.conf.orig

sudo mv /etc/dnsmasq.d/custom-dnsmasq.conf /Documents

sudo mv /var/lib/misc/dnsmasq.leases /Documents

sudo service pihole-FTL restart

you are amazing thank you

Fixed now, I assume?

That is why your post is marked the solution but lighttpd also needed a restart because that is me main dns service
or something like that

also does pi-hole network bridge

Pi-hole answers DNS queries on the network(s) to which it is attached. If you have more than one interface on the Pi-hole and select listen on all interfaces in the DNS settings, it can respond to both.

Typically, any bridging of traffic between VLANs would be done by the VLAN controller.

I can't figure out how to add my ethernet only computer to my raspi 4 with 1 eth port but a usb to eth

That is outside the scope of Pi-hole. I would check on a Raspberry Pi forum.

see though that isn't my point
my point is how are you intended to use pihole meaning how do you get other devices to use the ad blocking

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