Pi Hole causing slow internet speeds

Whenever pihole is enabled, our internet is either extremely slow or unresponsive. Installed on pi4b

Expected Behaviour:

No effect on internet speed

Actual Behaviour:

Internet is extremely slow when pihole enabled

Debug Token:

https://tricorder.pi-hole.net/c6496K4n/

To clarify, is Pi-hole causing slow internet speeds, or is DNS resolution the slow process?

Your debug log doesn't show any abnormalities in DNS resolution.

Once the DNS resolution process is complete (the only part of an internet transaction involving Pi-hole), subsequent traffic between the client and the destination IP is completely independent of Pi-hole.

I will note that your DHCP server (your router) is distributing its own IP for DNS server, and not the IP of the Pi-hole on your network:

*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
   Scanning all your interfaces for DHCP servers
   Timeout: 10 seconds
   
   * Received 339 bytes from eth0:192.168.1.1
     Offered IP address: 192.168.1.191
     Server IP address: N/A
     Relay-agent IP address: N/A
     BOOTP server: (empty)
     BOOTP file: (empty)
     DHCP options:
      Message type: DHCPOFFER (2)
      server-identifier: 192.168.1.1
      lease-time: 86400 ( 1d )
      netmask: 255.255.255.0
      router: 192.168.1.1
      dns-server: 192.168.1.1
      netbios-ns: 0.0.0.0
      domain-name: "myfiosgateway.com"
         --- end of options ---
   
   DHCP packets received on interface eth0: 1

Your Pi-hole is at this IP:

192.168.1.228

Thanks for looking into this. Should my pihole distribute IP or should my router?

Either device can be the DHCP server. If you use the router, ensure that the Pi-hole IP is the only DNS server listed.

Addition discussion here:

I have set my router DNS to be my pihole address but pihole nothing is being blocked.

From the client where you are seeing nothing blocked, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of

nslookup pi.hole

nslookup flurry.com

nslookup flurry.com 192.168.1.228

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