NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

andrew_z's avatar
andrew_z
Aspirant
Mar 10, 2026

RAXE300 serving DHCP despite AP mode

tl;dr: I have the RAXE300 in AP mode, but it's suddenly serving DHCP.

 

 

I've had a Netgear Nighthawk RAXE300 (6E) since August 2024, and I always used it in access point mode. My LAN is 10.0.x.x with DHCP server on OpenWRT router (which has no Wi-Fi). A few days ago, I suddenly started getting Wi-Fi outages, which were temporarily resolved by rebooting the Nighthawk. However, the Netgear DHCP server is providing 192.168.1.x addresses

 

 

tcpdump -i br-lan -n -e 'udp port 67'

 

# LEGITIMATE DHCP EXCHANGE (Server 10.0.0.1)

11:39:20.676394 34:98:b5:72:8c:ad > ff:ff:ff:ff:ff:ff ... 0.0.0.0.68 > 255.255.255.255.67: DHCP Request

11:39:20.677916 e8:9f:80:4f:f1:0b > 34:98:b5:72:8c:ad ... 10.0.0.1.67 > 10.0.6.21.68: DHCP Reply (OK)

 

# THE ROGUE EVENT (Netgear RAXE300 interfering)

11:39:52.373800 f4:2b:8c:0c:c5:76 > ff:ff:ff:ff:ff:ff ... 0.0.0.0.68 > 255.255.255.255.67: DHCP Request

11:39:52.378200 e8:9f:80:4f:f1:0b > f4:2b:8c:0c:c5:76 ... 10.0.0.1.67 > 10.0.10.2.68: DHCP Reply (Good)

11:39:52.380646 34:98:b5:72:8c:ac > ff:ff:ff:ff:ff:ff ... 10.0.4.42.67 > 255.255.255.255.68: DHCP Reply (ROGUE)

 

 

Notice 34:98:b5:72:8c:ad and 34:98:b5:72:8c:ac are neighbors

 

Netgear Firmware Version V1.0.9.82_1 (no updates available)

 

1 Reply