Jump to content

Recommended Posts

Posted (edited)

Hi

 

I have just migrated my 2003 DHCP server to 2008R2 and Clients are taking just over a minute to get an IP Address when i do a ipconfig /release /renew

 

A error will also come up saying "An error occured whiloe renewing interface Local Area Connection : Unable to contact your DHCP server. Request has timed out.

 

If i then do a ipconfig /all it does get an ip address.

 

Has anyone had this before??

 

Clients are XP pro SP3

 

Thanks Everyone

Edited by techie08
Posted

Hi

 

I used the 2008 R2 migration tools to migrate DHCP. I havent unauthorised DHCP in the 2003 DC yet though, i just stop the DHCP service. Is this something i definatly need to do???

 

Thanks

Posted

i would try it, you can always re autherize again if neccessary.

 

It may be looking for that server first as it is still autherised, then when it times out looking for that server picks an address up from the new one.

 

nick

Posted

Ive just deactivated the 2008r2 DHCP scope and reactivated the 2003 one and it assigns an IP really quick, iMacs also now get an IP.

Does anyone have any thoughts?

Posted
I have uninstalled DHCP from 2008 r2 and reinstalled it and created the new scope and it works perfectly. Looks like there was something that went wrong with the migration.
Posted

Yes i did, Exactly how it explained.

 

Not sure if it would of been better to install the DHCP role first then migrate or if was an issue with my 2003 DHCP in the first place that 2008R2 didn't like

Posted

Did you stop the services on both before the import? In theory it shouldn't make a difference whether the role was installed as it's meant to do it as part of the migration process although I'm paranoid and will probably do it manually when it comes to it.

 

Btw did you use the IP migration switch as well or did you have a new address for the new DHCP server?

Posted
Did you stop the services on both before the import? In theory it shouldn't make a difference whether the role was installed as it's meant to do it as part of the migration process although I'm paranoid and will probably do it manually when it comes to it.

 

Btw did you use the IP migration switch as well or did you have a new address for the new DHCP server?

 

No i had a new address for the server. To be honest it may be just as easy to start fresh. When i did, it cleared out the DNS entries and put them back in when it got an ip from the new DHCP server.

Posted

I just migrated scopes from a handful of edge domain controllers back to a single server, but they were both 2003 R2 boxes. I used these commands at the command line to do it...

 

To export the scopes along with the leases:

netsh dhcp server export "filename" "scope to export"

ex: netsh dhcp server export Site01.DHCP 10.1.64.0

 

To import the scopes along with the leases:

netsh dhcp server import "filename" "scope to import"

ex: netsh dhcp server import Site01.DHCP 10.1.64.0

 

I didn't have to down the DHCP server service during the process either. Don't forget to change IP Helper addresses in core switches where needed too.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...