Skip to content

Local Network / DHCP Settings: DHCP Server shows "Disabled" but is actually running (Range N/A and Active Leases 0/0 also wrong) #1131

Description

@kateatlinksys

Reproduce steps:

  1. Login to Linksys Now.
  2. Go to Menu > Local Network (and the DHCP Settings detail page).

Actual result:
The GUI reports DHCP Server as Disabled (toggle off), DHCP Range = N/A, and Active Leases = 0/0 ("No DHCP clients").
But the DHCP server is actually running — clients still obtain IPs. Backend (serial console) confirms:

  • dnsmasq is running; dhcp.lan.ignore is not set (i.e. LAN DHCP is NOT disabled)
  • DHCP range is configured: dhcp.lan.start=100, limit=150 (192.168.1.100–249)
  • /tmp/dhcp.leases holds 2 active leases: 192.168.1.174 (DESKTOP-QTALE4M), 192.168.1.249 (ASTWP-041510)

So three fields are all inverted/wrong versus the backend: Status (Disabled vs running), Range (N/A vs 100–249), Active Leases (0 vs 2).

Expected result:
The GUI should reflect the real DHCP server state — Status Enabled, the actual DHCP range, and the active leases currently issued.

Env.: M60DU-EU / Pinnacle 2.0 FW 1.2.2.26062820 / Linksys Now 2.5.0.700525

Log:
(user pastes console / network / device log)

Screenshot:
Image

Image Image

Metadata

Metadata

Labels

2.xLabeled for 2.x versionbugSomething isn't workingconfidence:mediumEvidence present but cross-layer or needs firmware confirmationneed-fw-confirmRoot cause needs firmware-team confirmation before devtriagedAutomated diagnosis complete; root cause investigated (bug lane entry)

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions