Op mijn raspberry pi ben ik bezig om pi-hol aan het instaleren. Nu ben ik aangekomen bij het aanpassen van de DNS settingen. Hier kom ik niet helemaal aan uit. Ik volg deze pi-hol installatie handleiding . Bij punt 7. Change your DNS settings aangekomen, staat er het volgende:
7. Change your DNS settings
Pi-hole won’t do anything, unless you modify the DNS settings on your (Windows) workstation(s).
If you have a DHCP server on your network, change the DNS settings in DHCP server setup.
The first DNS server should be <Your Raspberry pi’s IP address>. You’ll need to reboot your workstation for the new DNS setting to become active immediately.
If you’re using a local DNS configuration, you’ll have to change it on all the devices.
You’ll also need to flush or configure the DNS cache on your (Windows) workstation.
16. Windows DNS cache
Enable/Disable pi-hole, using the Pi-hole admin console, will not have an effect unless you change the windows DNS cache time permanently
To disable the Windows DNS cache:
Create a registry file with the following contents and add the info to the registry:
To enable the Windows DNS cache:
Create a registry file with the following contents and add the info to the registry:
Mijn vragen zijn:
Mijn PC: Windows 10
Mijn router is een: Wireless Gigabit Router N300 X4 (WLR-4000 v1 001) Full Manual
7. Change your DNS settings
Pi-hole won’t do anything, unless you modify the DNS settings on your (Windows) workstation(s).
If you have a DHCP server on your network, change the DNS settings in DHCP server setup.
The first DNS server should be <Your Raspberry pi’s IP address>. You’ll need to reboot your workstation for the new DNS setting to become active immediately.
If you’re using a local DNS configuration, you’ll have to change it on all the devices.
You’ll also need to flush or configure the DNS cache on your (Windows) workstation.
Voor configure the DNS cache zegt de handleiding het volgende:ipconfig /flushdns
16. Windows DNS cache
Enable/Disable pi-hole, using the Pi-hole admin console, will not have an effect unless you change the windows DNS cache time permanently
To disable the Windows DNS cache:
Create a registry file with the following contents and add the info to the registry:
Double click the file to add the setting to the registry.Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters]"MaxCacheTtl"=dword:00000001
To enable the Windows DNS cache:
Create a registry file with the following contents and add the info to the registry:
Double click the file to add the setting to the registry.Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters]
"MaxCacheTtl"=-
Mijn vragen zijn:
- Hoe weet ik dat ik een DNS server of een DHCP server heb?
- Waar kan ik de Raspberry pi’s IP adders in vullen?
- In eerste instantie dacht ik, dat er op de pc’s, telefoons en tablets niet verandert hoeft te worden maar hier staat: you’ll have to change it on all the devices.
Mijn PC: Windows 10
Mijn router is een: Wireless Gigabit Router N300 X4 (WLR-4000 v1 001) Full Manual