Changing dns manually on pc kills internet

The ip neighbor command lists your neighbors only.

What does below show in a CMD prompt on one of those Windows laptops connected via WiFi?

C:\>ipconfig /all
[.]
Ethernet adapter Local Area Connection:


   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.0.0.11(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : zondag 16 mei 2021 19:31:04
   Lease Expires . . . . . . . . . . : maandag 17 mei 2021 19:31:04
   Default Gateway . . . . . . . . . : 10.0.0.1
   DHCP Server . . . . . . . . . . . : 10.0.0.2
   DNS Servers . . . . . . . . . . . : 10.0.0.2
                                       10.0.0.4
[..]

I am only interested in above lines and in particular, the Default Gateway its using! (redact the rest for privacy)
And the network interface name Local Area Connection could be different for your laptop.

1 Like

The ip neighbor command lists your neighbors only.

Ok, thank you for clarifiyng this.

What does below show in a CMD prompt on one of those Windows laptops connected via WiFi?

Wireless LAN adapter Wi-Fi:

DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.0.7(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : neděle 16. května 2021 20:39:16
Lease Expires . . . . . . . . . . : pondělí 17. května 2021 0:55:33
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.10
192.168.0.10
8.8.8.8
192.168.0.1

Ok that should rule out using a wrong default gateway for that WiFi segment I guess.
But still odd that you'r not able to ping the router.
Can that Windows laptop ping the router IP 192.168.0.1 or the Pi-hole IP 192.168.0.10 ?
Can you ping your laptop 192.168.0.7 from the Pi-hole host?

And just to be sure, whats output for below on Pi-hole?

ip -4 -br link show | awk '{print $1 " " $2 " " $4}' | column -t

ip -4 -br address show

ip -4 route show

Redact the MAC address from the first command output for privacy!

1 Like

Sorry if I've overlooked it, but I cannot seem to find a reaction to or your details for:

Did you ever check that?

2 Likes

@deHakkelaar @Bucking_Horn I will reply as soon as I will be at home. Thank you very much guys. I really appreciate you're helping me out!

1 Like

Can that Windows laptop ping the router IP 192.168.0.1 or the Pi-hole IP 192.168.0.10 ?
Can you ping your laptop 192.168.0.7 from the Pi-hole host?

Yes, ping from laptop 192.168.0.13 to router 192.168.0.1 is ok (100% packets received 0% lost).
Ping from pi 192.168.0.10 to laptop 192.168.0.13 is ok (100% packets received 0% lost).
Ping from laptop 192.168.0.13 to router 192.168.0.1 is ok (100% packets received 0% lost).
Ping from pi 192.168.0.10 to router 192.168.0.1 is not working (100% packets lost).

And just to be sure, whats output for below on Pi-hole?
ip -4 -br link show | awk '{print $1 " " $2 " " $4}' | column -t

lo     UNKNOWN  <LOOPBACK,UP,LOWER_UP>
wlan0  UP       <BROADCAST,MULTICAST,UP,LOWER_UP>

ip -4 -br address show

lo UNKNOWN 127.0.0.1/8
wlan0 UP 192.168.0.10/24

ip -4 route show

default via 192.168.0.1 dev wlan0 src 192.168.0.10 metric 302
192.168.0.0/24 dev wlan0 proto dhcp scope link src 192.168.0.10 metric 302

Check your router for any kind of security settings that might hinder/block DNS queries (53 TCP+UDP)

I didn't find anything suspicious. Can you guide me how can I find it out? I have netis WF2411.

Thats going to be difficult as there are so many different routers on the market and most have slightly different names for their security features.
You would have to read the manuals, search the net (Google/DuckDuck) or figure out by trial and error.

Focus is now on getting the ping (ICMP) to work as without it, an nslookup (DNS) wont work either.
Its imperative that you test ping from/to a laptop thats connected only to the same WiFi segment that Pi-hole is in.
Is that 192.168.0.13 laptop connected to the same WiFi AP as Pi-hole is?
Does that 192.168.0.13 laptop have the same default gateway configured as the 192.168.0.7 laptop?
Does that second bridged router/AP 192.168.0.2 have any (security) related settings that might block/prevent the pings?
Last resort, power cycle both routers and Pi-hole plus test pings again?
And as a very very last resort (if no one else comes up with a solution), get a USB ethernet dongle to connect Pi via an ethernet cable to the primary router at 192.168.0.1.
Am guessing that the bridged second router is not cooperating in some way or is configured wrong.

EDIT: Ow ps. if you want to quote parts of my replies, you can select my text with the mouse and a "Quote" button will appear.

1 Like

One thing that comes to mind, how does the network topology look like?
Is the ISP router LAN interface connected to the LAN or the WAN interface on the AP router?
Try switch.

1 Like

Thats going to be difficult as there are so many different routers on the market and most have slightly different names for their security features.
You would have to read the manuals, search the net (Google/DuckDuck) or figure out by trial and error.

I didn't find anything.

Focus is now on getting the ping (ICMP) to work as without it, an nslookup (DNS) wont work either.
Its imperative that you test ping from/to a laptop thats connected only to the same WiFi segment that Pi-hole is in.
Is that 192.168.0.13 laptop connected to the same WiFi AP as Pi-hole is?
Does that 192.168.0.13 laptop have the same default gateway configured as the 192.168.0.7 laptop?

I'm connected to a very same wifi network and gateways are also same. ip config /all shows same gateway as sudo route -n which is 192.168.0.1.

Does that second bridged router/AP 192.168.0.2 have any (security) related settings that might block/prevent the pings?
Last resort, power cycle both routers and Pi-hole plus test pings again?

I completely shut down second router and tested everything again on main wifi network router. Same results :confused:
After this unsucessful attempt I turned on second router again and also turned on dhcp server. Of course I disabled dhcp server on main router and the result was mind blowing for me.

After running ipconfig /all I saw the correct dns servers only both primary and secondary which belongs to pi 192.168.0.10. I also changed ssid in my raspberry to a second wifi router and tried ping to that router 192.168.0.2 and I successfully pinged it. It was so magical but immediately after trying to browse internet internet connection dropped out saying dns error (same error when I manually change dns servers in tcp/ip v4).

Last resort, power cycle both routers and Pi-hole plus test pings again?

That didn't help.

And as a very very last resort (if no one else comes up with a solution), get a USB ethernet dongle to connect Pi via an ethernet cable to the primary router at 192.168.0.1 .

I don't have any. I have to buy one.

Am guessing that the bridged second router is not cooperating in some way or is configured wrong.

No way. As I already wrote I completely shut down second router and tried everything from scratch with only 1 main router.

EDIT: Ow ps. if you want to quote parts of my replies, you can select my text with the mouse and a "Quote" button will appear.

Yes, thanks :slight_smile:

I think I give up...

1 Like

Dont give up yet!
Maybe a bit fell the wrong way somewhere.
As a last attempt, try flash the SD card fresh and boot.
Run below one and for now, only configure Wireless LAN (dont set a static IP yet!), pi user password, enable remote SSH and set Timezone:

sudo raspi-config

SSH into the Pi and check what IP details are applied that come from your router DHCP service:

journalctl -u dhcpcd

Validate with the usual:

ip -4 -br link show | awk '{print $1 " " $2 " " $4}' | column -t

ip -4 -br address show

ip -4 route show

ip -4 neighbor show | awk '{print $1}'

And try to ping that 192.168.0.1 router again:

ping 192.168.0.1

If that works out fine, set a static IP for the Pi-hole host.
This is a requirement if Pi-hole were to function as a DHCP server for your LAN.
These static IP details are stored at the bottom of below file:

sudo nano /etc/dhcpcd.conf

If you dont have an interface section at the bottom yet, add below lines and copy over the IP details you received via DHCP:

interface wlan0
  static ip_address=X.X.X.X/24
  static routers=X.X.X.X
  static domain_name_servers=X.X.X.X

Save/exit and:

sudo reboot

SSH in again and check if dhcpcd assigned a static IP:

journalctl -u dhcpcd

And the usual ip commands plus ping's.
If you can ping the router, below should work now:

traceroute -n 8.8.8.8

And resolving DNS through Google's 8.8.8.8 should as well:

dig @8.8.8.8 doubleclick.com

If that works out well, preferred/best practice is to configure an IP for the Pi-hole host thats outside your DHCP scope but still is within the 192.168.0.0/24 subnet.
For example my DHCP scope is from 10.0.0.10 up to 10.0.0.254 and my two Pi-hole nodes have IP's 10.0.0.2 and 10.0.0.4 outside the scope.
You could alter that in the /etc/dhcpcd.conf file, reboot and test again with all the commands supplied in this posting.
And run below one again to go through all the settings you didnt change the first time:

sudo raspi-config

Make sure anything you change with above doesnt brake things again!
After you made sure everything works as expected, run the Pi-hole installer.
Some checks that I have documented for after I setup Pi-hole:

pihole status

host pi.hole $(hostname -i)

host flurry.com $(hostname -I)

host pi-hole.net $(hostname -i)

curl -I http://$(hostname -i)/admin/

nc localhost 4711 <<< $'>stats >quit'

If those check are successful, you could do the DHCP server switch and test on the clients (after renewing their DHCP lease) with below in a CMD/terminal prompt:

C:\>nslookup pi.hole
Server:  ph5a.home.dehakkelaar.nl
Address:  10.0.0.2

Name:    pi.hole
Address:  10.0.0.2

C:\>nslookup flurry.com
Server:  ph5a.home.dehakkelaar.nl
Address:  10.0.0.2

Name:    flurry.com
Addresses:  ::
          0.0.0.0

C:\>nslookup pi-hole.net
Server:  ph5a.home.dehakkelaar.nl
Address:  10.0.0.2

Non-authoritative answer:
Name:    pi-hole.net
Address:  178.128.134.214
1 Like

You're so kind :slight_smile: Thank you for so long reply.

Done.

-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplican
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 sec
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
...skipping...
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplican
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 sec
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
 ESCOC
 CET, end at Fri 2021-03-05 00:06:44 CET. --
Starting dhcpcd on all interfaces...
 dev: loaded udev
 wlan0: starting wpa_supplicant
ooks[330]: wlan0: starting wpa_supplicant
 wlan0: connected to Access Point `'
 wlan0: waiting for carrier
 wlan0: carrier acquired
 wlan0: connected to Access Point `Aila.cz_1'
 DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
 wlan0: IAID eb:b9:fc:16
 wlan0: adding address fe80::220d:bd69:e10e:380e
 wlan0: rebinding lease of 192.168.0.10
 wlan0: probing address 192.168.0.10/24
 wlan0: soliciting an IPv6 router
 wlan0: leased 192.168.0.10 for 7200 seconds
 wlan0: adding route to 192.168.0.0/24
 wlan0: adding default route via 192.168.0.1
 forked to background, child pid 423
Started dhcpcd on all interfaces.
 wlan0: no IPv6 Routers available
~
~
 ESCOC
. --



t



cz_1'
9:fc:16

10e:380e



onds

.0.1



~
~
 ESCOC





















~
~
 ESCOD
. --



t



cz_1'
9:fc:16

10e:380e



onds

.0.1



~
~
 ESCOD
 CET, end at Fri 2021-03-05 00:06:44 CET. --
Starting dhcpcd on all interfaces...
 dev: loaded udev
 wlan0: starting wpa_supplicant
ooks[330]: wlan0: starting wpa_supplicant
 wlan0: connected to Access Point `'
 wlan0: waiting for carrier
 wlan0: carrier acquired
 wlan0: connected to Access Point `Aila.cz_1'
 DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
 wlan0: IAID eb:b9:fc:16
 wlan0: adding address fe80::220d:bd69:e10e:380e
 wlan0: rebinding lease of 192.168.0.10
 wlan0: probing address 192.168.0.10/24
 wlan0: soliciting an IPv6 router
 wlan0: leased 192.168.0.10 for 7200 seconds
 wlan0: adding route to 192.168.0.0/24
 wlan0: adding default route via 192.168.0.1
 forked to background, child pid 423
Started dhcpcd on all interfaces.
 wlan0: no IPv6 Routers available
~
~
 ESCOD
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplican
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 sec
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
 ESCOD
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplican
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 sec
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
 ESCOC
 CET, end at Fri 2021-03-05 00:06:44 CET. --
Starting dhcpcd on all interfaces...
 dev: loaded udev
 wlan0: starting wpa_supplicant
ooks[330]: wlan0: starting wpa_supplicant
 wlan0: connected to Access Point `'
 wlan0: waiting for carrier
 wlan0: carrier acquired
 wlan0: connected to Access Point `Aila.cz_1'
 DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
 wlan0: IAID eb:b9:fc:16
 wlan0: adding address fe80::220d:bd69:e10e:380e
 wlan0: rebinding lease of 192.168.0.10
 wlan0: probing address 192.168.0.10/24
 wlan0: soliciting an IPv6 router
 wlan0: leased 192.168.0.10 for 7200 seconds
 wlan0: adding route to 192.168.0.0/24
 wlan0: adding default route via 192.168.0.1
 forked to background, child pid 423
Started dhcpcd on all interfaces.
 wlan0: no IPv6 Routers available
~
~
 ESCOC
. --



t



cz_1'
9:fc:16

10e:380e



onds

.0.1



~
~
 ESCOD
 CET, end at Fri 2021-03-05 00:06:44 CET. --
Starting dhcpcd on all interfaces...
 dev: loaded udev
 wlan0: starting wpa_supplicant
ooks[330]: wlan0: starting wpa_supplicant
 wlan0: connected to Access Point `'
 wlan0: waiting for carrier
 wlan0: carrier acquired
 wlan0: connected to Access Point `Aila.cz_1'
 DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
 wlan0: IAID eb:b9:fc:16
 wlan0: adding address fe80::220d:bd69:e10e:380e
 wlan0: rebinding lease of 192.168.0.10
 wlan0: probing address 192.168.0.10/24
 wlan0: soliciting an IPv6 router
 wlan0: leased 192.168.0.10 for 7200 seconds
 wlan0: adding route to 192.168.0.0/24
 wlan0: adding default route via 192.168.0.1
 forked to background, child pid 423
Started dhcpcd on all interfaces.
 wlan0: no IPv6 Routers available
~
~
 ESCOD
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplican
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 sec
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
lines 1-21/21 (END)...skipping...
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET. --
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplicant
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.cz_1'
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e10e:380e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 seconds
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168.0.1
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
~
~
~
~
~
~
~
~
 ESCOD
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET. --
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplicant
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.cz_1'
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e10e:380e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 seconds
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168.0.1
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
~
~
~
~
~
~
~
~
 ESCOD
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET. --
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplicant
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.cz_1'
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e10e:380e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 seconds
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168.0.1
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
~
~
~
~
~
~
~
~
~
~
lines 1-21/21 (END)...skipping...
-- Logs begin at Fri 2021-03-05 00:04:24 CET, end at Fri 2021-03-05 00:06:44 CET. --
Mar 05 00:04:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Mar 05 00:04:42 raspberrypi dhcpcd[293]: dev: loaded udev
Mar 05 00:04:43 raspberrypi dhcpcd[293]: wlan0: starting wpa_supplicant
Mar 05 00:04:43 raspberrypi dhcpcd-run-hooks[330]: wlan0: starting wpa_supplicant
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `'
Mar 05 00:04:44 raspberrypi dhcpcd[293]: wlan0: waiting for carrier
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: carrier acquired
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: connected to Access Point `Aila.cz_1'
Mar 05 00:04:45 raspberrypi dhcpcd[293]: DUID 00:01:00:01:27:d4:24:c6:b8:27:eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: IAID eb:b9:fc:16
Mar 05 00:04:45 raspberrypi dhcpcd[293]: wlan0: adding address fe80::220d:bd69:e10e:380e
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: rebinding lease of 192.168.0.10
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: probing address 192.168.0.10/24
Mar 05 00:04:46 raspberrypi dhcpcd[293]: wlan0: soliciting an IPv6 router
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: leased 192.168.0.10 for 7200 seconds
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding route to 192.168.0.0/24
Mar 05 00:04:50 raspberrypi dhcpcd[293]: wlan0: adding default route via 192.168.0.1
Mar 05 00:04:50 raspberrypi dhcpcd[293]: forked to background, child pid 423
Mar 05 00:04:50 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Mar 05 00:04:58 raspberrypi dhcpcd[423]: wlan0: no IPv6 Routers available
lo     UNKNOWN  <LOOPBACK,UP,LOWER_UP>
wlan0  UP       <BROADCAST,MULTICAST,UP,LOWER_UP>
lo               UNKNOWN        127.0.0.1/8
wlan0            UP             192.168.0.10/24
default via 192.168.0.1 dev wlan0 proto dhcp src 192.168.0.10 metric 302
192.168.0.0/24 dev wlan0 proto dhcp scope link src 192.168.0.10 metric 302
192.168.0.13
192.168.0.1

Same result, 100% packet loss :frowning:

....

Well I fixed it. I changed my main router netis to tp-link and it's working... There's something wrong with that netis router :confused: But now I have only 1 wifi router because I cannot force netis to brigde wifi signal :smiley:

It seems like I can have 2 wifi routers without pihole or pi hole with 1 wifi router :smiley:

Anyway thank you very, VERY much! I've learned many things messing around with those routers.

1 Like

Can I ask you one more thing? I see ads are gone on most websites but youtube in-video ads are still here.

Is there any chance to also block these?

Nope. You can search the many topics here on YouTube and blocking.

1 Like

The short explanation is that Youtube serves its ads from the same domains as the video content is coming from.
So blocking those domains would also block the content.
Luckely, not many sites do that.

1 Like

Well then how ad blockers in browser block youtube ads with such ease?

As they are running in the browser, they have access to the full URL your browser uses, whereas Pi-hole as a DNS (Domain Name System) filter only ever sees domains.

1 Like

Thank you for clarifiyng this. I guess this thread is solved and can be closed.

Again thank you @DanSchaper , @deHakkelaar , Bucking_Horn

1 Like

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