I'm considering changing the IP on a 2008 Domain Controller, anything that I should be aware of to look out for?
Will be doing this on a Saturday night to, leases renew every 24 hours so by Monday morning all the machines will have valid DHCP leases with correct DNS servers. Have a list of all machines on static IP so I know to update them while I'm at it.
Active Directory finds it resources via DNS resource records. So changing the IP shouldn't cause problems. After changing the IP address; go into CMD mode and type
ipconfig /registerdns
Just remember to change its subnet in 'Sites and Services' to reflect the new IP address.You can safely change the IP address on a domain controller, just be sure to reboot it to ensure proper updating of DNS records and that all services running on the machine correctly acknowledge the change.
If the server is also running the DNS service you should be careful to update client settings, but looking at your question it looks like you've already taken this into account :-)
I have only done this with 2003, but:
Providing the DC isn't hosting any of the FSMO roles and isn't your sole DC, you might be better off demoting, changing the IP address and re-promoting it to ensure you don't end up with the old IP address anywhere.
Should on take 10-20 mins to do:
DCPromo - demote
Change IP address
DCPromo - promote
This way you can be sure the old IP address isn't anywhere in AD or DNS.