Odd IP Issue

Associate
Joined
31 Jan 2007
Posts
1,860
Hello,
I have a client who's laptop connects to their wireless network fine and can use the net fine for about 5 mins (bit slow though) and all of a sudden, pretty instantly, the connection gets the "Limited or no connectivity" message. I did cmd > ipconfig /all and it says that the current ip when the net dies is 169.254.something.something

After about 8 minutes, all is whell and I get the 192.168.2.4 normal dhcp address it should have.

If i release the ip and try to renew it during the problem, it never manages to renew it.

Any ideas guys?

Thanks

Regards,
Neil
 
Still no luck with solving this. I tried a micrsoft fix it thing too which also failed.

I ahve some print screens of the system in question whcih I will post below:

I the first pic, the top half of the cmd windows shows the settings when the net is working but a few seconds later it all suddenly changed to the settings in the lower portion of that same cmd window

pic.JPG



pic2.JPG


And this is the odd ip it keeps changing too:

169.254.204.128
 
Thats the IP address the TCP/IP stack will set itself to when it can't get an IP address from DHCP. Its a non routeable IP.

Its probably an incompatability between the wireless card in the computer and the wireless access point.
 
Issue Solved.

I read about AutoConfiguring IP's on a Micrsoft Support Site so followed these instructions and it seems fine now. The client will let me know if it fails again:

These are the steps:

For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be disabled by adding the "IPAutoconfigurationEnabled" DWORD registry entry with a value of 0x0 to the following registry key:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Adapter GUID>
Note The Adapter GUID subkey is a globally unique identifier (GUID) for the computer's LAN adapter.

Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry will enable APIPA, which is the default state when this value is omitted from the registry.
 
Yeah that will stop it assigning itself that address if it can't get an IP from the dhcp server, but it wont solve the problem of why its not able to get an IP address.
 
The funny is, is that it IS getting an IP address from the router. It IS doing. It gets a correct 192.168.2.4 address whcih works fine and then the autoconfig ip suddenly bursts things and makes it fail. Disabling the autoconfig lets it keep it's assigned DHCP address
 
Looks like there is an issue with the DHCP server in the router.

The APIPA should only appear if the DHCP lease is un-renewable within the lease time or there is no DHCP available.

I'm guessing the DHCP server is issuing DHCPNAKs when it shouldn't
 
I'm assuming you get your DHCP from the router.
If so, I'd try a complete factory reset and reconfigure the router again and see how it goes.
 
Im going to blame it on the Belkin router!

You could try latest drivers for the wireless adaptor and latest firmware for the router.
 
Back
Top Bottom