Netgear router/powerline adapter assigning wrong IP address via DHCP

3

I've got a problem with my router and powerline adapter, for some reason my router and powerline adapter assign odd IP addresses to me network devices, but not all of them and not all the time:/ You see normally my IP addresses start with 192.168.0.x and I've got a reservation table so all my devices get the same address each time they log in , but my router and powerline adapter just gave my Dad's iPad an address that was something like 169.254.x.y cant remember the other two digits, What could the reason be for this?

The router is a Netgear DG834GT and the powerline adapter is an AV 200, model is XAVN2001

andrewktmeikle

Posted 2011-06-05T13:27:44.650

Reputation: 151

Are the router and the powerline adapter two separate devices or one? – user1686 – 2011-06-05T13:36:28.310

the router is seperate from the powerline, eg the powerline takes internet from the router transmits it through the powerline of my house to an emitting station that i plug into the wall and then emits a wireless signal with with its own SSID(and ip address on the network) but the router as its default gateway, so essentially its a fancy range booster :P – andrewktmeikle – 2011-06-05T23:01:05.270

Answers

4

169.254.0.0/16 is the IPv4 link-local address range (also called in Windows "Automatic Priviate IP Address" or APIPA). These addresses are not assigned by DHCP but automatically generated by the device. If you get a IPv4LL address, it usually means that your iPad cannot find the DHCP server for some reason.

If this happens with all devices, it might mean that your network is too unreliable. (You could test packet loss using ping or mtr.)

user1686

Posted 2011-06-05T13:27:44.650

Reputation: 283 655

na it doesnt happen with all my devices just some. What i meant to say was that i have an address reservation list on my router so that each router gets assigned the IP adrress that the reservation tells it to, like my laptop is 192.168.0.21 normally, eg now, but earlier on it could 169.254.x.y and when i did ipconfig beside ipv4 it had "automated", so does that mean it couldnt get an IP address so it just gave a automatic one? – andrewktmeikle – 2011-06-05T22:51:13.993

@andrew: Yes, that's exactly what it means. – user1686 – 2011-06-05T23:03:20.540

so why would it not be able to get an IP address? Would the 'preferred' address have to be taken by another device? – andrewktmeikle – 2011-06-08T09:47:34.547

@andrew: No, if the preferred address was taken your device would simply request another address from DHCP. If you get a 169.254 address, it almost always means there was no DHCP response at all. I can suggest starting Wireshark on one of the problematic computers and repeatedly renewing the DHCP lease (ipconfig /renew or dhcpcd -n <interface>), to take a look at the actual requests being sent. Also, if the router runs Linux, you can use tshark or tcpdump to see if those requests reach the router. – user1686 – 2011-06-08T11:03:33.150

Alright cool, ill give it a shot. Its a bit disturbing that their was no response from the dhcp at all :/ what can the cause of that be? heavy network traffic? – andrewktmeikle – 2011-06-08T15:45:07.590

1One cause would be if the DHCP server was out of addresses. Another would be if the device wasn't really connected to the network (or was connected to a device that wasn't). Unfortunately, some devices not designed as bridges (like cheap wireless routers) don't properly bridge DHCP requests to wired devices. – David Schwartz – 2012-02-04T05:15:23.130

2

Your router did not give you that 169.254.x.x address, your iPad did. It is because you are not really connecting to your network.

You either have a physical hardware problem, driver-not-correct issue, or a network configuration issue. Most likely a network configuration issue.

Make sure the SSID and password are typed correctly. Both are case sensitive. Make sure that you have the same type of encryption.

Also, check to make sure that if your wireless router has an access list, you add the iPad's MAC address to the list of accepted devices. It is under your wireless setting>Wireless Station Access List. If it has "Turn Access Control On" checked, you must add the MAC address to that list.

KCotreau

Posted 2011-06-05T13:27:44.650

Reputation: 24 985

These addresses are not Windows-specific (the question mentioned an iPad). – user1686 – 2011-06-05T13:46:36.100

grawity, fixed, but the answer stays the same. – KCotreau – 2011-06-05T14:08:49.883

Yeah, i thought that - mentioned that in the reply further down. But if it was driver not correct issue it wouldnt be a sporadic issue, it would be a consistent issue. Like as of just now, its back on the internet with the DHCP assigning it the correct address based on its mac address whereas before it was getting assigned the automatic one(169 etc). It did however have trouble connecting to the network once i told it to "forget" it. My xbox360 had the same issue, the day before, but as of now is working again, not changing any settings anywhere.. :/ im aware they arent specific, just example – andrewktmeikle – 2011-06-05T23:03:08.140

2

It's definitely sure that DHCP can't traverse the Access Point → powerline → router. I have the same issue. Only fix was to set up DHCP on the AP (router) and it would work with two different networks, e.g. 192.168.1.x at internet router and 192.168.0.x at Wireless Access Point.

But that sucks too, as the two networks won't talk to each other for file sharing and the like.

I just ended up grabbing a WiFi extender instead of using powerline adapters.

Big B

Posted 2011-06-05T13:27:44.650

Reputation: 21

-2

I was having same problem, was being assigned a 169.254 IP address, way off from my 192.168 private network.

I was however connecting my Netgear Powerline adapters to a powerstrip. As soon as I plugged both my Netgear Powerline adapters directly into the wall outlet, all was resolved and I was now getting the right IP from my DHCP server.

chris B

Posted 2011-06-05T13:27:44.650

Reputation: 11

1Why are you spamming sqldatabasesolutions? – DavidPostill – 2015-08-29T21:54:04.940

Hmmm, that URL made me trigger a spam flag, and vote to delete, but I guess the answer could be useful to future visitors after all... – Arjan – 2015-08-29T23:06:39.117

1No signatures please! I'd add that the 169 address suggests you arn't getting a ip address, and most plowerline devices have manuals that tell you not to use a powerstrip – Journeyman Geek – 2015-08-30T06:13:28.753