Change network addressing.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. We planning change our network addressing from 90.0.0.1-90.0.0.254 to 10.10.11.1-10.10.11.254 how more safely we can do it? In network we have Windows2000 AD,Exchange2000,DHCP,DNS,WINS

Thank you.
 
Well since you already have DHCP, it shouldn't be a problem.

1. Configure your network for routing with new address range. Routing for
all addresses should remain in place.
2. Alter configuration of your DHCP servers so they start issuing addresses
from the new range. Configure DNS ans default gateway options and others
that you use accordingly.
3. Analyze your network evvironment to determine if you are ready to move
the servers. For example, if you are using UNC paths with ip addresses for
drive mapping, you aren't ready yet (have to remove them or change to use
server names). Moving your servers could be a challenging or a very easy
task, depending on your infrastructure complexity. Note: don't forget
changing appropriate DHCP options as server's ip addresses change!
4. Deactivate and remove old DHCP scope. When your clients renew their
address leases, you will be on the new address range completely.
5. Remove routing for the old address range.
 
Back
Top