DHCP function seems not to be working #5848

Open
opened 2026-03-04 06:39:48 -05:00 by deekerman · 3 comments
Owner

Originally created by @Eirikr70 on GitHub (Dec 10, 2025).

Prerequisites

Platform (OS and CPU architecture)

Linux, AMD64 (aka x86_64)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

v0.107.71

Action

The DHCP function seems not to be working since v0.107.71.

When I connect a device to the network, it fails to get an IP address. I have had to deactivate DHCP function and reactivate it from my router, hence renouncing all the functions of AdGuardHome.

It was working fine until v0.107.71 (been running it for probably two years).

I find no way to grab the AdGuardHome logs : they don't show in /var/log.

Expected result

Device getting IP address.

Actual result

Device cannot connect to the network

Additional information and/or screenshots

My AdGuardHome.yaml

http:
  pprof:
    port: 6060
    enabled: false
  address: 0.0.0.0:81
  session_ttl: 720h
users:
  - name: eric
    password:xxx
auth_attempts: 5
block_auth_min: 15
http_proxy: ""
language: fr
theme: auto
dns:
  bind_hosts:
    - 0.0.0.0
  port: 53
  anonymize_client_ip: false
  ratelimit: 20
  ratelimit_subnet_len_ipv4: 24
  ratelimit_subnet_len_ipv6: 56
  ratelimit_whitelist: []
  refuse_any: true
  upstream_dns:
    - https://dns10.quad9.net/dns-query
    - https://dns.adguard-dns.com/dns-query
    - https://noads.joindns4.eu/dns-query
    - https://freedns.controld.com/p2
    - https://base.dns.mullvad.net/dns-query
    - https://security.cloudflare-dns.com/dns-query
  upstream_dns_file: ""
  bootstrap_dns:
    - 9.9.9.10
    - 149.112.112.10
    - 86.54.11.13
    - 2620:fe::10
    - 2620:fe::fe:10
    - 2a13:1001::86:54:11:1
    - 2a13:1001::86:54:11:201
  fallback_dns: []
  upstream_mode: load_balance
  fastest_timeout: 1s
  allowed_clients: []
  disallowed_clients: []
  blocked_hosts:
    - version.bind
    - id.server
    - hostname.bind
  trusted_proxies:
    - 127.0.0.0/8
    - ::1/128
  cache_enabled: true
  cache_size: 4194304
  cache_ttl_min: 0
  cache_ttl_max: 0
  cache_optimistic: false
  cache_optimistic_answer_ttl: 30s
  cache_optimistic_max_age: 12h
  bogus_nxdomain: []
  aaaa_disabled: true
  enable_dnssec: true
  edns_client_subnet:
    custom_ip: ""
    enabled: false
    use_custom: false
  max_goroutines: 300
  handle_ddr: true
  ipset: []
  ipset_file: ""
  bootstrap_prefer_ipv6: false
  upstream_timeout: 10s
  private_networks: []
  use_private_ptr_resolvers: true
  local_ptr_upstreams: []
  use_dns64: false
  dns64_prefixes: []
  serve_http3: false
  use_http3_upstreams: false
  serve_plain_dns: true
  hostsfile_enabled: true
  pending_requests:
    enabled: true
tls:
  enabled: false
  server_name: ""
  force_https: false
  port_https: 443
  port_dns_over_tls: 853
  port_dns_over_quic: 853
  port_dnscrypt: 0
  dnscrypt_config_file: ""
  allow_unencrypted_doh: false
  certificate_chain: ""
  private_key: ""
  certificate_path: ""
  private_key_path: ""
  strict_sni_check: false
querylog:
  dir_path: ""
  ignored: []
  interval: 168h
  size_memory: 1000
  enabled: true
  file_enabled: true
statistics:
  dir_path: ""
  ignored: []
  interval: 24h
  enabled: true
filters:
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt
    name: AdGuard DNS filter
    id: 1
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_33.txt
    name: Steven Black's List
    id: 1724520811
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_30.txt
    name: Phishing URL Blocklist (PhishTank and OpenPhish)
    id: 1724520812
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_12.txt
    name: Dandelion Sprout's Anti-Malware List
    id: 1724520813
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_39.txt
    name: Dandelion Sprout's Anti Push Notifications
    id: 1724520814
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_51.txt
    name: HaGeZi's Pro++ Blocklist
    id: 1724520815
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_7.txt
    name: Perflyst and Dandelion Sprout's Smart-TV Blocklist
    id: 1724520819
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_59.txt
    name: AdGuard DNS Popup Hosts filter
    id: 1724520820
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_50.txt
    name: uBlock₀ filters – Badware risks
    id: 1724520825
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_27.txt
    name: OISD Blocklist Big
    id: 1728331792
  - enabled: false
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_37.txt
    name: No Google
    id: 1728331793
whitelist_filters: []
user_rules:
  - '@@||wonderfall.space^$important'
  - ""
dhcp:
  enabled: false
  interface_name: enp2s0
  local_domain_name: lan
  dhcpv4:
    gateway_ip: 192.168.1.1
    subnet_mask: 255.255.255.0
    range_start: 192.168.1.100
    range_end: 192.168.1.255
    lease_duration: 86400
    icmp_timeout_msec: 1000
    options: []
  dhcpv6:
    range_start: ""
    lease_duration: 86400
    ra_slaac_only: false
    ra_allow_slaac: false
filtering:
  blocking_ipv4: ""
  blocking_ipv6: ""
  blocked_services:
    schedule:
      time_zone: Local
    ids:
      - 4chan
      - 500px
      - 9gag
      - activision_blizzard
      - aliexpress
      - amazon_streaming
      - amino
      - apple_streaming
      - battle_net
      - betano
      - betfair
      - betway
      - bigo_live
      - bilibili
      - blaze
      - bluesky
      - box
      - canais_globo
      - claro
      - clubhouse
      - coolapk
      - crunchyroll
      - directvgo
      - discoveryplus
      - douban
      - espn
      - fifa
      - globoplay
      - gog
      - hbomax
      - hulu
      - icloud_private_relay
      - iheartradio
      - iqiyi
      - kakaotalk
      - kik
      - kook
      - lazada
      - leagueoflegends
      - line
      - lionsgateplus
      - looke
      - mail_ru
      - mercado_libre
      - nebula
      - ok
      - onlyfans
      - origin
      - plenty_of_fish
      - pluto_tv
      - privacy
      - qq
      - rakuten_viki
      - riot_games
      - roblox
      - rockstar_games
      - samsung_tv_plus
      - shein
      - shopee
      - soundcloud
      - temu
      - tinder
      - tumblr
      - twitch
      - valorant
      - viber
      - vimeo
      - vk
      - voot
      - wargaming
      - wechat
      - weibo
      - wizz
      - xboxlive
      - xiaohongshu
      - yy
      - zhihu
      - plex
  protection_disabled_until: null
  safe_search:
    enabled: false
    bing: true
    duckduckgo: true
    ecosia: true
    google: true
    pixabay: true
    yandex: true
    youtube: true
  blocking_mode: default
  parental_block_host: family-block.dns.adguard.com
  safebrowsing_block_host: standard-block.dns.adguard.com
  rewrites: []
  safe_fs_patterns:
    - /opt/AdGuardHome/data/userfilters/*
  safebrowsing_cache_size: 1048576
  safesearch_cache_size: 1048576
  parental_cache_size: 1048576
  cache_time: 30
  filters_update_interval: 24
  blocked_response_ttl: 10
  filtering_enabled: true
  rewrites_enabled: true
  parental_enabled: false
  safebrowsing_enabled: true
  protection_enabled: true
clients:
  runtime_sources:
    whois: true
    arp: true
    rdns: true
    dhcp: true
    hosts: true
  persistent:
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: Android Isabelle
      ids:
        - 96:61:f0:30:8d:b5
      tags: []
      upstreams: []
      uid: 019421e1-d053-790a-81fa-e94287aefebb
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: false
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: Android Violette
      ids:
        - 72:57:21:23:51:8f
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: false
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: Ordinateur lycée Isabelle
      ids:
        - 7c:70:db:ab:79:da
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: false
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: SearXNG
      ids:
        - 172.28.0.3
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: false
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: Télévision
      ids:
        - 1c:5a:6b:bb:a6:ac
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: debian
      ids:
        - cc:3d:82:0d:f6:3d
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        ecosia: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: Local
        ids: []
      name: fedora
      ids:
        - de:29:64:52:a6:1d
      tags: []
      upstreams: []
      uid: xxx
      upstreams_cache_size: 0
      upstreams_cache_enabled: false
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
log:
  enabled: true
  file: ""
  max_backups: 0
  max_size: 100
  max_age: 3
  compress: false
  local_time: false
  verbose: false
os:
  group: ""
  user: ""
  rlimit_nofile: 0
schema_version: 32
Originally created by @Eirikr70 on GitHub (Dec 10, 2025). ### Prerequisites - [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [x] I have searched other issues and found no duplicates - [x] I want to report a bug and not [ask a question or ask for help](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) - [x] I have set up AdGuard Home correctly and [configured clients to use it](https://github.com/AdguardTeam/AdGuardHome/wiki/Clients). (Use the [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) for help with installing and configuring clients.) ### Platform (OS and CPU architecture) Linux, AMD64 (aka x86_64) ### Installation GitHub releases or script from README ### Setup On one machine ### AdGuard Home version v0.107.71 ### Action The DHCP function seems not to be working since v0.107.71. When I connect a device to the network, it fails to get an IP address. I have had to deactivate DHCP function and reactivate it from my router, hence renouncing all the functions of AdGuardHome. It was working fine until v0.107.71 (been running it for probably two years). I find no way to grab the AdGuardHome logs : they don't show in /var/log. ### Expected result Device getting IP address. ### Actual result Device cannot connect to the network ### Additional information and/or screenshots My AdGuardHome.yaml ``` http: pprof: port: 6060 enabled: false address: 0.0.0.0:81 session_ttl: 720h users: - name: eric password:xxx auth_attempts: 5 block_auth_min: 15 http_proxy: "" language: fr theme: auto dns: bind_hosts: - 0.0.0.0 port: 53 anonymize_client_ip: false ratelimit: 20 ratelimit_subnet_len_ipv4: 24 ratelimit_subnet_len_ipv6: 56 ratelimit_whitelist: [] refuse_any: true upstream_dns: - https://dns10.quad9.net/dns-query - https://dns.adguard-dns.com/dns-query - https://noads.joindns4.eu/dns-query - https://freedns.controld.com/p2 - https://base.dns.mullvad.net/dns-query - https://security.cloudflare-dns.com/dns-query upstream_dns_file: "" bootstrap_dns: - 9.9.9.10 - 149.112.112.10 - 86.54.11.13 - 2620:fe::10 - 2620:fe::fe:10 - 2a13:1001::86:54:11:1 - 2a13:1001::86:54:11:201 fallback_dns: [] upstream_mode: load_balance fastest_timeout: 1s allowed_clients: [] disallowed_clients: [] blocked_hosts: - version.bind - id.server - hostname.bind trusted_proxies: - 127.0.0.0/8 - ::1/128 cache_enabled: true cache_size: 4194304 cache_ttl_min: 0 cache_ttl_max: 0 cache_optimistic: false cache_optimistic_answer_ttl: 30s cache_optimistic_max_age: 12h bogus_nxdomain: [] aaaa_disabled: true enable_dnssec: true edns_client_subnet: custom_ip: "" enabled: false use_custom: false max_goroutines: 300 handle_ddr: true ipset: [] ipset_file: "" bootstrap_prefer_ipv6: false upstream_timeout: 10s private_networks: [] use_private_ptr_resolvers: true local_ptr_upstreams: [] use_dns64: false dns64_prefixes: [] serve_http3: false use_http3_upstreams: false serve_plain_dns: true hostsfile_enabled: true pending_requests: enabled: true tls: enabled: false server_name: "" force_https: false port_https: 443 port_dns_over_tls: 853 port_dns_over_quic: 853 port_dnscrypt: 0 dnscrypt_config_file: "" allow_unencrypted_doh: false certificate_chain: "" private_key: "" certificate_path: "" private_key_path: "" strict_sni_check: false querylog: dir_path: "" ignored: [] interval: 168h size_memory: 1000 enabled: true file_enabled: true statistics: dir_path: "" ignored: [] interval: 24h enabled: true filters: - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt name: AdGuard DNS filter id: 1 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_33.txt name: Steven Black's List id: 1724520811 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_30.txt name: Phishing URL Blocklist (PhishTank and OpenPhish) id: 1724520812 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_12.txt name: Dandelion Sprout's Anti-Malware List id: 1724520813 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_39.txt name: Dandelion Sprout's Anti Push Notifications id: 1724520814 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_51.txt name: HaGeZi's Pro++ Blocklist id: 1724520815 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_7.txt name: Perflyst and Dandelion Sprout's Smart-TV Blocklist id: 1724520819 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_59.txt name: AdGuard DNS Popup Hosts filter id: 1724520820 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_50.txt name: uBlock₀ filters – Badware risks id: 1724520825 - enabled: true url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_27.txt name: OISD Blocklist Big id: 1728331792 - enabled: false url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_37.txt name: No Google id: 1728331793 whitelist_filters: [] user_rules: - '@@||wonderfall.space^$important' - "" dhcp: enabled: false interface_name: enp2s0 local_domain_name: lan dhcpv4: gateway_ip: 192.168.1.1 subnet_mask: 255.255.255.0 range_start: 192.168.1.100 range_end: 192.168.1.255 lease_duration: 86400 icmp_timeout_msec: 1000 options: [] dhcpv6: range_start: "" lease_duration: 86400 ra_slaac_only: false ra_allow_slaac: false filtering: blocking_ipv4: "" blocking_ipv6: "" blocked_services: schedule: time_zone: Local ids: - 4chan - 500px - 9gag - activision_blizzard - aliexpress - amazon_streaming - amino - apple_streaming - battle_net - betano - betfair - betway - bigo_live - bilibili - blaze - bluesky - box - canais_globo - claro - clubhouse - coolapk - crunchyroll - directvgo - discoveryplus - douban - espn - fifa - globoplay - gog - hbomax - hulu - icloud_private_relay - iheartradio - iqiyi - kakaotalk - kik - kook - lazada - leagueoflegends - line - lionsgateplus - looke - mail_ru - mercado_libre - nebula - ok - onlyfans - origin - plenty_of_fish - pluto_tv - privacy - qq - rakuten_viki - riot_games - roblox - rockstar_games - samsung_tv_plus - shein - shopee - soundcloud - temu - tinder - tumblr - twitch - valorant - viber - vimeo - vk - voot - wargaming - wechat - weibo - wizz - xboxlive - xiaohongshu - yy - zhihu - plex protection_disabled_until: null safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocking_mode: default parental_block_host: family-block.dns.adguard.com safebrowsing_block_host: standard-block.dns.adguard.com rewrites: [] safe_fs_patterns: - /opt/AdGuardHome/data/userfilters/* safebrowsing_cache_size: 1048576 safesearch_cache_size: 1048576 parental_cache_size: 1048576 cache_time: 30 filters_update_interval: 24 blocked_response_ttl: 10 filtering_enabled: true rewrites_enabled: true parental_enabled: false safebrowsing_enabled: true protection_enabled: true clients: runtime_sources: whois: true arp: true rdns: true dhcp: true hosts: true persistent: - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: Android Isabelle ids: - 96:61:f0:30:8d:b5 tags: [] upstreams: [] uid: 019421e1-d053-790a-81fa-e94287aefebb upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: false filtering_enabled: false parental_enabled: false safebrowsing_enabled: false use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: Android Violette ids: - 72:57:21:23:51:8f tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: false filtering_enabled: false parental_enabled: false safebrowsing_enabled: false use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: Ordinateur lycée Isabelle ids: - 7c:70:db:ab:79:da tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: false filtering_enabled: false parental_enabled: false safebrowsing_enabled: true use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: SearXNG ids: - 172.28.0.3 tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: false filtering_enabled: false parental_enabled: false safebrowsing_enabled: false use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: Télévision ids: - 1c:5a:6b:bb:a6:ac tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: true filtering_enabled: false parental_enabled: false safebrowsing_enabled: true use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: debian ids: - cc:3d:82:0d:f6:3d tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: true filtering_enabled: false parental_enabled: false safebrowsing_enabled: false use_global_blocked_services: true ignore_querylog: false ignore_statistics: false - safe_search: enabled: false bing: true duckduckgo: true ecosia: true google: true pixabay: true yandex: true youtube: true blocked_services: schedule: time_zone: Local ids: [] name: fedora ids: - de:29:64:52:a6:1d tags: [] upstreams: [] uid: xxx upstreams_cache_size: 0 upstreams_cache_enabled: false use_global_settings: true filtering_enabled: false parental_enabled: false safebrowsing_enabled: false use_global_blocked_services: true ignore_querylog: false ignore_statistics: false log: enabled: true file: "" max_backups: 0 max_size: 100 max_age: 3 compress: false local_time: false verbose: false os: group: "" user: "" rlimit_nofile: 0 schema_version: 32 ```
Author
Owner

@Eirikr70 commented on GitHub (Dec 12, 2025):

It seems to be working anew. Temporary, random issue ?...

@Eirikr70 commented on GitHub (Dec 12, 2025): It seems to be working anew. Temporary, random issue ?...
Author
Owner

@Eirikr70 commented on GitHub (Dec 13, 2025):

It didn't actually work. It worked just until DHCP renewal was due.

@Eirikr70 commented on GitHub (Dec 13, 2025): It didn't actually work. It worked just until DHCP renewal was due.
Author
Owner

@tjharman commented on GitHub (Dec 14, 2025):

Can you provide some details of what you mean "Doesn't work" - are you able to grab a TCPDUMP or something?
Are you sure you haven't exhausted your pool etc?

In your pasted config your DHCP server is disabled:

dhcp:
  enabled: false
  interface_name: enp2s0
@tjharman commented on GitHub (Dec 14, 2025): Can you provide some details of what you mean "Doesn't work" - are you able to grab a TCPDUMP or something? Are you sure you haven't exhausted your pool etc? In your pasted config your DHCP server is disabled: ``` dhcp: enabled: false interface_name: enp2s0 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#5848
No description provided.