Avatar of SandMan
SandMan
Flag for Singapore asked on

DHCP failed to maintain the IP Address after expired

Hi Windows Experts,

I have some wierd problems on my DHCP server. So I have a dhcp client and this client was able to get a IP Address from my DHCP Server running under Windows 2008 R2.

Now I notice that, after the DHCP Lease got expired, my DHCP client was not able to re-negotiate or extend its least. I just noticed that it changed to a 169.X.X.X.

My DHCP Client is a Windows 7.

Does anyone encountered this before? Or is this a bug or known issue?
DHCPWindows Server 2008Windows 7

Avatar of undefined
Last Comment
SandMan

8/22/2022 - Mon
Paul-B

I believe the following hot-fix is what you need. It seems to be at the root of the problem you are having.
http://support.microsoft.com/kb/2554746
systan

hi
I've encountered that kind of problem,
I just find the exact driver for the lan and removed my previous lan driver and reinstall it with the one I downloaded,  I selected not the latest driver update.

I think its a lan driver issue
ImaCircularSaw

looks like the 169 address is one that it's given itself.  I usually see this in the case where there is a network cable unplugged or some sort of communication error between the client and DHCP server.

Can you check that you can ping the DHCP server from the client machine and that in 'ipconfig /all' the DHCP server shows up.

If you've not disabled it, it could be that the server is getting an IPv6 address.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
ded9

Launch services.msc in client computer and make sure dhcp service is started.



Ded9
SandMan

ASKER
Hi guys, my windows 7 was able to get an IP from my DHCP server so definitely the dhcp client service is running. And no issues on the cable as all are running under Vmware ESX
ImaCircularSaw

Sounds like DHCP is giving out an incorrect IP range.  Could you screenshort the results of a cmd > 'ipconfig /all' and also the network settings of your DNS & DHCP server?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
Paul-B

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SandMan

ASKER
Hi Paul, let me try that and will get back to you.
SandMan

ASKER
Thanks, the issue is now resolved