Link to home
Start Free TrialLog in
Avatar of bernardb
bernardbFlag for United States of America

asked on

New IP's needed ASAP

We have acquired a new company and we're looking to bring them onto our network. We have a major problem our internal IP's subnets conflict with one another. We must change all of the IP's at one of the companies. I created new subnets but now I need a step by step how to and get them all switched over ASAP. Any suggestions will be appreciated.

Windows 2012r2 Active directory domain.

600 devices, switches, printers, laptops, desktops, servers etc.

1) DHCP - Create new Scopes on the DHCP server, but don't enable them yet.
2) ?
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here is a simple guide to replace the scope on a 2012 server

How to Easily change a DHCP's Scope Subnet
When the subnet changes, you will have to do a lot of work to remake all your DHCP's options because you have to erase the scope to remake it after.

You will need to save this information in order to remake:
Excluded IPs
Reservation(s)
DHCP's scope option(s)


There is a easy way to do it with NETSH;


netsh dhcp server \\”Server” scope “ip_of_scope” dump>c:\dhcp.txt


After; edit the file, and change the line;

Dhcp Server \\server add scope 192.168.0.0 255.255.255.128 "Pool DHCP" ""

Save the file, and when ready erase the DHCP scope and issue netsh exec c:\dhcp.txt



And voila, the scope will be changed easily!

taken from here
https://social.technet.microsoft.com/wiki/contents/articles/8484.how-to-easily-change-a-dhcp-s-scope-subnet.aspx
Objection please award the points evenly or delete the question, on the basis that your answer is not the only way to get the job done.
Just so you know, copy and paste requires work, you also must research, read and make sure the info is relevant to the topic, that is being discussed.

So you can show some appreciation other than being very dismissive.

Time and effort went in.