Quick question, I’d like to change my DHCP Scope Address Pools, from the above picture you can see my current layout on the left and the new one I’d like to adopt on the right. Moving the static addresses is already done but I don’t know to proceed with 2 dynamic pools - I mean I can easily delete and recreate but what happens to all the dynamics already with addresses? I don’t have to reboot every machine to get a new IP and if I did how would I prevent conflicts? the new scope wouldn’t know anything about the old scopes leases?<\/p>","upvoteCount":7,"answerCount":16,"datePublished":"2014-02-21T13:58:09.000Z","author":{"@type":"Person","name":"scottburgess4805","url":"https://community.spiceworks.com/u/scottburgess4805"},"acceptedAnswer":{"@type":"Answer","text":"
If you’re using a windows based DHCP server, just delete the old scopes and create new ones. Enable conflict detection on the server or scope (don’t remember where that setting is now). The DHCP server will ping an address before it offers an address.<\/p>\n
Also, if you’re running 2012+, scrap the separate scopes for separate servers; you can configure dHCP to be highly available on the same scope starting with 2012.<\/p>","upvoteCount":2,"datePublished":"2014-02-21T14:02:15.000Z","url":"https://community.spiceworks.com/t/changing-dhcp-scopes/279407/2","author":{"@type":"Person","name":"semicolon","url":"https://community.spiceworks.com/u/semicolon"}},"suggestedAnswer":[{"@type":"Answer","text":"
<\/p>\n
Hey Spiceheads,<\/p>\n
Quick question, I’d like to change my DHCP Scope Address Pools, from the above picture you can see my current layout on the left and the new one I’d like to adopt on the right. Moving the static addresses is already done but I don’t know to proceed with 2 dynamic pools - I mean I can easily delete and recreate but what happens to all the dynamics already with addresses? I don’t have to reboot every machine to get a new IP and if I did how would I prevent conflicts? the new scope wouldn’t know anything about the old scopes leases?<\/p>","upvoteCount":7,"datePublished":"2014-02-21T13:58:10.000Z","url":"https://community.spiceworks.com/t/changing-dhcp-scopes/279407/1","author":{"@type":"Person","name":"scottburgess4805","url":"https://community.spiceworks.com/u/scottburgess4805"}},{"@type":"Answer","text":"
I’d just stay late one night. Shut everything down, so it releases the addresses. Deactivate the old scopes and activate the new ones. Then boot everything back up. That is unless you are running 24 hour a day operations on with your DHCP clients.<\/p>","upvoteCount":0,"datePublished":"2014-02-21T14:03:14.000Z","url":"https://community.spiceworks.com/t/changing-dhcp-scopes/279407/3","author":{"@type":"Person","name":"craigduff","url":"https://community.spiceworks.com/u/craigduff"}},{"@type":"Answer","text":"
Also, also, you wouldn’t have to reboot each workstation to get a new address, use psexec or PowerShell’s Invoke-Commamd to run \"ipconfig /release && ipconfig /renew \" remotely on the workstations.<\/p>\n
Its probably a one or two line batch or ps1 script - or you could even do it without the script.<\/p>","upvoteCount":0,"datePublished":"2014-02-21T14:04:41.000Z","url":"https://community.spiceworks.com/t/changing-dhcp-scopes/279407/4","author":{"@type":"Person","name":"semicolon","url":"https://community.spiceworks.com/u/semicolon"}},{"@type":"Answer","text":"
Another option is to lower your lease time way down, wait for all the clients to renew their leases with the short time. Then switch the scopes over. Then raise the lease time back up.<\/p>","upvoteCount":1,"datePublished":"2014-02-21T14:05:21.000Z","url":"https://community.spiceworks.com/t/changing-dhcp-scopes/279407/5","author":{"@type":"Person","name":"craigduff","url":"https://community.spiceworks.com/u/craigduff"}},{"@type":"Answer","text":"