Server moves

Associate
Joined
28 Jul 2008
Posts
468
Hi all,

My boss is moving the servers to a different building with a different network address (current 172.16.1.x- new 192.168.1.x with no servers). Are there any special things I need to look for when moving?

Thanks in advance.
 
netmask and default gateway for the new network need to be correctly configured
 
Thanks for the replies. One server is a 2003 SBS and the other is a standalone W2k running our billing platform running as a workstation.
 
192.168.x.x network addresses are non routable. So they will not be able to talk to another device. They are in a private address range, that a router will not touch. unless you intend to NAT them at the perimieter of your new location.
 
They're moving because the company has down sized (i.e. got rid of all the staff) and the boss is putting them in his flat so that he can access all the old files.
 
They're moving because the company has down sized (i.e. got rid of all the staff) and the boss is putting them in his flat so that he can access all the old files.

Why cant he just keep the existing network configuration then!?
 
192.168.x.x network addresses are non routable. So they will not be able to talk to another device. They are in a private address range, that a router will not touch. unless you intend to NAT them at the perimieter of your new location.

So are 172.16.x.x ........ :p

Why does he need to change the network configuration? What talks to these servers? Is it a different network (i.e not routed to the old network?)
 
192.168.x.x network addresses are non routable. So they will not be able to talk to another device. They are in a private address range, that a router will not touch. unless you intend to NAT them at the perimieter of your new location.

That's a deeply misleading way to phrase it, there is no technical limitation on routing RFC1918 address space, it's merely not done as a matter of policy because it exists in multiple places.

In a private network you can route between those ranges just fine though, saying they're not routable just isn't accurate, ISPs don't advertise or receive them from the global internet routing table because they're RFC1918 addresses but it's simple a policy matter.
 
Back
Top Bottom