Hey, all.
I'm a novice on Linux and on Pi-Hole, so please bear with me.
I've got my pi-hole installed and running, but I changed my router's IP address, so I tried to run
"pihole -r" to re-configure a new IP address for the pi-hole as well as the new gateway address. The pi-hole took the new IP address, but is ignoring the new gateway. I've rebooted multiple times and run "pihole -r" multiple times, but each time I boot the pi-hole has no internet connectivity, and running "ip route show" shows the old default gateway of 192.168.0.1 instead of the new one. I can manually add the gateway in order to connect to the internet, but each time I reboot the pi-hole, the gateway goes back to the old default. I've looked in the config file setupVars.conf, but don't see anything in it referring to a gateway, and when I manually add a gateway to eth0 in /etc/network/interfaces it seems to be ignored.
Any ideas?
I greatly appreciate any help you can offer!