Mac OS X 10.5.8 gets wrong IP address from wireless router

1

1

My Mac OS X system is mostly getting the wrong ip address from any router. It gets an IP address starting with 169.254.59.233, when it should be getting a good, old 192.168.1.5 or something.

Does anyone know what could be the cause? I've got the feeling it happens after the laptop goes into stand-by mode.

I also see this message: "Airport has a self assigned IP address and may not be able to connect to the internet."

I've read people think it's because the router isn't handing out ip addresses, but it works just fine on any Linux or Windows laptop.

skerit

Posted 2011-03-26T11:47:15.243

Reputation: 746

1

Sounds like your dhcp client (if you say the error occurs with ANY router) has problems when getting out of the stand-by. (http://www.webopedia.com/TERM/A/APIPA.html) If you renew your dhcp address when you get back from stand-by everything works?

– Pitto – 2011-03-26T12:29:43.740

That theory does sound familiar, strange enough I have to renew 10-15 times before I get a correct IP. – skerit – 2011-03-29T13:55:57.267

Answers

4

The IP address 169.254.59.233 is not being provided by your router but is being created by your computer in an attempt to communicate with your router's DHCP server - and failing. You should check the wireless connection to make sure it's actually attaching to the network and the authentication details are correct.

Majenko

Posted 2011-03-26T11:47:15.243

Reputation: 29 007

Indeed, but the mac says the connection is OK. I even disable airport, re-enable it and it still doesn't get an ip address from the router. Lots of people think it has to do with the mac coming out of standby. – skerit – 2011-03-29T13:57:07.467

1

The routers are not the problem. The problem is your Mac. Run a software update. Since you say this issue occurs only sometimes, this leads me to believe its not your network settings (which should take effect all the time).

Most likely you need a driver update. If all your drivers are up to date and the problem continues I suggest you try a reformat. If it still doesn't work replace the wireless network card.

P.Brian.Mackey

Posted 2011-03-26T11:47:15.243

Reputation: 1 530

1

Please check the list of preferred networks and delete network names you do not use. To do this, open System Preferences... >>Network Select your Airport name, click Advanced... at bottom right, use the '-' to delete unneeded preferred networks.

jamescash

Posted 2011-03-26T11:47:15.243

Reputation: 39

0

In Network in System Preferences go to Airport then Advanced. You should see a weird-window popup, select TCP/IP. It should say Configure IPV4, pick Using DHCP so that your computer asks the router for all it needs.

I had this problem recently, I had set my own internal ip address, then when I used another wireless point it didn't work, it took me ages to realise I had also set the router/gateway address to what I used at home.

tobylane

Posted 2011-03-26T11:47:15.243

Reputation: 1 271