Ga naar de inhoud
Home » Pihole – DHCP packages met geen adres

Pihole – DHCP packages met geen adres

Als je meldingen krijgt a la:

Jan 1 09:53:06 dnsmasq-dhcp[28309]: DHCP packet received on eth0 which has no address

Dan moet je in PiHole een start delay in stellen. Dit doe je in het bestand /etc/pihole/pihole.toml. In de sectie [misc] staat de start delay setting (op 0). Zet deze op 5

[misc]

   .......

# During startup, in some configurations, network interfaces appear only late during
# system startup and are not ready when FTL tries to bind to them. Therefore, you may
# want FTL to wait a given amount of time before trying to start the DNS resolver.
#
# This setting takes any integer value between 0 and 300 seconds. To prevent delayed
# startup while the system is already running and FTL is restarted, the delay only
# takes place within the first 180 seconds (hard-coded) after booting.
#
# Allowed values are:
# A positive integer value between 0 and 300
delay_startup = 5 ### CHANGED, default = 0

Vervolgens op nieuw opstarten

sudo systemctl restart pihole-FTL

Klaar