NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Fryy
Dec 28, 2021Aspirant
RBR20 Ethernet Unidentified Network
Hi
Have plugged in an ethernet cable into the Router and am getting an Unidentified Network.
Tried all the regular troubleshooting.
Looks like maybe the DHCP isn't working on the router?
In the router settings it is showing it is connected, connection type is wired but for some reason has a wierd IP address 169.254.202.88 and not the regular 192.168.1.### which all the WIFI devices connect to the router / satellite.
Tried an ipconfig /release and /renew -
C:\Users\Fry>ipconfig /renew
Windows IP Configuration
An error occurred while renewing interface Ethernet : unable to contact your DHCP server. Request has timed out.
No operation can be performed on Local Area Connection while it has its media disconnected.
No operation can be performed on Local Area Connection* 2 while it has its media disconnected.
No operation can be performed on Local Area Connection* 4 while it has its media disconnected.
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::35d4:6f61:a9d:ca58%4
Autoconfiguration IPv4 Address. . : 169.254.202.88
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Unknown adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 4:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::e15d:dae8:f006:ee6a%19
IPv4 Address. . . . . . . . . . . : 192.168.1.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::2a80:88ff:feeb:1e9e%19
192.168.1.1
Any help much appreciated!
5 Replies
Sort By
Typical reason for the DHCP server not assigning an IP address is either security or the DHCP pool is full (no or IP addresses available, or all IP addresses reserved to some defined MAC addresses).
Have an eye on the ADVANCED > Security > Access Control settings, like Block all new devices from connecting. With this setting, if you buy a new device, before it can access your network, you must enter its MAC address for an Ethernet connection and its MAC address for a WiFi connection in the allowed list. Then look here View list of blocked devices not currently connected to the network
On the DHCP, it's unlikely the DHCP server is disabled, as your wireless devices get addresses assigned. On the LAN settings, check the DHCP Server Start and End IP addresses - if this range is to small there are no free IP addresses to be assigned.
Modern computers automatically fall-back to ZeroConfig (169.254.x.x/16) addresses if a network link (Ethernet or WiFi) is up, no static IP is configured, and no IP config is assigned by DHCP. Nothing odd at this point at least.
- FryyAspirant
Thx for the reply. Had already checked a few of those things.
The DHCP pool isn't full, the router is ticked for "Use Router as DHCP Server" and starts from 192.168.1.2 and ends 192.168.1.254
Device isn't blocked, its status is allowed. New devices are allowed to connect.
My take is there is something wrong with the ethernet driver in the PC. The WiFi adapter did get an IP address using DHCP. That indicates that the Orbi DHCP process is working. The PC may think it has sent a DHCP request, but has not actually done so.
It might be worth reloading the ethernet driver.
My own approach would be to use Wireshark to capture traffic through the ethernet connection and display the dhcp packets.