NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Insight Management App
54 TopicsWAX630 continuous reboot loop: dvlan_fallback=1 firmware bug (hostapd_tr SIGABRT)
Hardware: WAX630, firmware 12.5.0.15, managed via Netgear Insight My WAX630 has been crashing and rebooting every 15–20 minutes for months, and after digging through the AP's own diagnostic logs I've pinpointed the root cause. Sharing here in case anyone else hits this and hoping someone has found a workaround I haven't tried yet. What's happening After every reboot, the crash repeats on the same ~17-minute cycle: hostapd_tr crashes with SIGABRT (signal 6) → configd loses IPC connection → nddmp database timeouts → apmonitord watchdog fires ("confd_stuck_handler: No response from configd") → AP reboots → repeat The AP's own `/etc/sysconfiglog/log/` directory has three `core.hostapd_tr.*.tar` crash dumps spanning March 2025 through July 2025, all with the same signal-6 signature, so this has been happening across multiple firmware versions (V10.8.12.9 and V10.8.13.2, and now current 12.5.0.15). Root cause (from the logs) The firmware config generator is writing `dvlan_fallback=1` on every VAP even though Dynamic VLAN (`dvlan_status`) is `0` (disabled) on every SSID. That contradiction means hostapd tries to open an L2 packet interface on the VLAN bridge (`br-lan`) for each VAP on every boot, and fails. Every boot produces 193 occurrences of this error in `hostapd.txt`: Failed to open l2_packet interface for vlan bridge Those failures flood hostapd_tr until it hits an unrecoverable state and aborts. The fix is straightforward: set `dvlan_fallback=0` on all VAPs. But `dvlan_fallback` isn't exposed anywhere in the Insight UI, and SSH is locked to Netgear engineering on Insight-managed APs, so there's no way for an end user to push that change directly. Proof it's WAX630-specific, not a config issue I compared against a WAX610Y at the same Insight location receiving the identical config push: WAX630 WAX610Y `dvlan_fallback` value 1 1 - identical `dvlan_status` value 0 0 - identical l2_packet errors per boot 193 0 hostapd_tr core dumps 3 confirmed 0 Crash frequency Every ~17 min Never Continuous uptime ~14 min 5h 41 min Same Insight account, same location, same SSIDs, same config, zero errors on the WAX610Y, constant crashes on the WAX630. This is a WAX630-specific hostapd behavior, not a network or config mistake on my end from what I can tell. What I've already tried (all failed to fix dvlan_fallback) Toggling VLAN IDs (1 → 2 → 1) on all SSIDs via Insight Enabling WPA2 Enterprise + Dynamic VLAN on a test SSID, then disabling `dvlan_fallback` still written as `1` SSH resets at KEXINIT, confirmed blocked for end users on Insight-managed APs Factory reset + re-adoption, reset firmware on the device to pick up net-new configuration from Insight, but since `dvlan_fallback=1` is written by the config generator on every Insight push, it reproduces the same config Temporary stability workaround (not a fix) I stabilized the AP by removing the secondary crash trigger: a client device was connecting at -88 dBm RSSI in a rapid 802.11r roaming loop, creating additional hostapd churn on top of the dvlan_fallback stress. Changes applied via Insight: Disabled 802.11r (Fast Roaming) location-wide Enabled Load Balancing → Balance on Client Rx RSSI (value 23 ≈ -72 dBm threshold) Enabled Disassociate Sticky Clients (2.4GHz: -70 dBm, 5GHz: -80 dBm, 6GHz: -78 dBm) After these changes: 12+ hours continuous uptime, zero l2_packet errors on current boot. But `dvlan_fallback=1` is still in the config; this is a bandage, not a fix. If hostapd stress increases for any reason, the underlying bug will reassert. Netgear's own 12.5.0.15 release notes list "Hostapd interface wifixvapx is unresponsive" as a known open issue. This appears to be the specific config path (dvlan_fallback=1 + dvlan_status=0) that triggers it. What I'm looking for Has anyone found a way to force `dvlan_fallback=0` through the Insight UI (or any other end-user-accessible method)? Has anyone had Netgear support successfully push a remote config fix for this? Is anyone else seeing this same crash pattern on WAX630? Would be helpful to know if this is widespread. I have detailed logs including three device-generated core dumps and before/after comparisons if anyone from Netgear engineering wants to look. Happy to share. Firmware: 12.5.0.15 | Management: Insight | Crash signal: SIGABRT (6) | Affected process: hostapd_tr13Views0likes0CommentsWAX625 | No firmware 12.5.0.12 inside Netgear Insight list
Hi, On Jan 6, 2026, 10:02 PM PT, I received alert from Netgear Insight Alert (via e-mail) that new firmware is available: WAX625/WAX628 Firmware Version 12.5.0.12 I am interested in installing this firmware as it supposedly fixes issues with random reboots and I was experiencing something similar where device just locks itself and all SSIDs become unavailable and the only remedy was power restart. Those power restarts are not trivial for me because WAP is PoE powered and high up on the wall. I was forced to buy a timer which cuts out power to the whole network rack including main router (fw) and WAX625. I went into the Netgear Insight > Firmware > Set Target Firmware (upper right corner) to find this firmware 12.5.0.12 and it is not on the list. The latest I see is 11.8.0.9 which appears to be also the one I have installed and the latest one listed on the product page: https://www.netgear.com/support/product/wax625 So, I am wondering what is going on here? Why did I get this e-mail when the firmware is not generally available for install? Thank you!1.3KViews6likes13CommentsInsight Topology Incorrect
One of my clients has two GS724TPv3 Switches. One switch (Cedar) has 9 ports connected, but the Topology only shows 6. The summary page shows that there are 9 ports connected. The other switch (Elm) shows 4 ports connected in the Topology as does the Summary Page. However, I use another tool, Auvik, for mapping and it shows a 5th port in use. Why the inconsistencies? Suggestion: Having a pictorial view of the switch and the connected ports would be very useful. Then if it could show the connection speed and any information about the device connected to the port. Finally the ability to disable/enable a port.440Views0likes2CommentsUsing ReadyNAS as backend for lightweight web tools — is it reliable?
Hi everyone, I currently maintain a small web tool (for example a gratuity / end-of-service benefit calculator for users in the UAE), and I’m evaluating options to host user data, logs, JSON storage files, and backups. My ideal setup is a lightweight, always-on system without needing a full server. That’s where ReadyNAS caught my interest. Some of the things I’m considering: Using ReadyNAS to host REST APIs, static JSON or YAML config files, and backing up user session data. Ensuring data integrity and performance — especially under concurrent access. Handling firmware updates without breaking API endpoints. Syncing backups to cloud or another NAS for redundancy. A few questions for those experienced with ReadyNAS: 1. Has anyone used ReadyNAS to back a small web service or tool (not just file server)? 2. What is the maximum recommended concurrent requests for lightweight API files (JSON) on ReadyNAS? 3. Which methods have you used for version-safe firmware updates so that custom services are not lost? 4. How do you handle secure access (SSL, tokens) when serving APIs from a NAS that’s also storing private user data? If anyone’s already built similar backend or microservice setups using ReadyNAS, I’d love pointers or pitfalls to avoid. Thank you!917Views0likes1CommentIOS Apple Devices Dropping
I have WAX625, WAX610, & 605. For a number of months now, my IOS devices continue to drop their WIFI and then takes 2-5min to reconnect. I originally had Load Balance and Remove Sticky Clients configured. I have put everything back. Firmware on the AP is 10.8.13.2 I am a technical guy and I feel I have tried all the other things that have been mentioned in posts that sort of sound like mine. I think this is only happening on my 5/6ghz SSID. I Have a SSID for 2.4 and one for 5/6. Any suggestions? Anyone else seeing this? Im so frustrated that I'm looking at a different vendor for the house. I am managing these in Insight.466Views0likes4CommentsMAC Address to Device Name / Hostname
I saw a previous discussion from a few years ago but never saw an answer. I have three APs (WBE710 and a WAX610Y) all insight managed for now. They only show the device's MAC address. How can I change this to show an actual device name that I'll have to create elsewhere? If I log into a WBE710 directly, go to connected clients, I can see for example my iphone. MAC, IP, Hostname, OS....it looks like I can edit the hostname to whatever, but seems to be blocked as Insight has control. Can this be edited in Insight? Can this only be done if I kill off Insight? Would this only be in effect on that specific AP? If I roam to another AP would that name follow? SonicWall is my router and providing DHCP, this coming from SonicWall, ie I need to create address objects...and assign a name in that?Solved418Views0likes2CommentsDevices from AP to AP results "Bad Password"
I have a weird on going issue that im hoping someone can help with. I have two Access points in the home, one upstairs (WAX615 on ch3 / ch36 ) and one downstairs (WAC510 on ch1 / ch161) Both are providing the same SSID's: "1930Networks" - This is only the 5G band "1930Networks (2.4G)" - This is the only 2.4 band The idea is that you should be able to travel anywhere around the house and the AP's should hand off to one another. However when connected to one AP (doesn't matter which one) and then moving far away from the AP, the device tries to jump onto the other AP but the device always says "Bad Password" -- the passwords are the same for the same SSID. What could be causing this?Solved1.4KViews0likes1Comment