Can't access most websites, as well as router GUI on PC, but can ping them on Pi

Please follow the below template, it will help us to help you!

Expected Behaviour:

Be able to access router GUI page and login to edit router settings.

Actual Behaviour:

Can't reach the GUI ip address 192.168.100.1. Also can't ping it from my PC. However I can ping it from my Pi. I'm also not able to access most websites, including this one from my PC. As a result I'm posting this from my phone on cellular network. However I can access some websites, such as google and CNN from my PC.

Debug Token:

fmbovav1gp

So it looks like my pihole can resolve IP addresses correctly, but for some reason is not forwarding them correctly to my devices.
Also, I'm using my pihole as my network's DHCP server.
Any help would be greatly appreciated.

This is not the IP range of your Pi or your router. From your debug log, the IP of the Pi is 192.168.0.7. The router is at 192.168.0.1.

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the wlan0 interface:
   192.168.0.7/24 matches the IP found in /etc/pihole/setupVars.conf

[i] Default IPv4 gateway: 192.168.0.1
   * Pinging 192.168.0.1...
[✓] Gateway responded.

*** [ DIAGNOSING ]: Setup variables
    ...
    PIHOLE_INTERFACE=wlan0
    IPV4_ADDRESS=192.168.0.7/24
    ...
    DHCP_ACTIVE=true
    DHCP_START=192.168.0.201
    DHCP_END=192.168.0.251
    DHCP_ROUTER=192.168.100.1

This is correct. From your debug log:

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] tracking.listhub.net is 0.0.0.0 via localhost (127.0.0.1)
[✓] tracking.listhub.net is 0.0.0.0 via Pi-hole (192.168.0.7)
[✓] doubleclick.com is 74.125.136.113 via a remote, public DNS server (8.8.8.8)

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