- Posts: 28
- Thank you received: 0
Moving to a new IP range.
16 years 6 months ago #25999
by illness
Moving to a new IP range. was created by illness
My company currently has an IP range that starts with 192.168.3.x with a 255.255.252.0 subnet
We need to move the LAN IP range because we’re crossing the 192.168.1.x private address range. This is causing problems with VPN and several other systems.
I’d like to move the range to, 11.0.1.1 - 11.0.7.254 255.255.248.0 subnet
The question is how to do this?
Should I use a router to route between the old and the new network?
We need to move the LAN IP range because we’re crossing the 192.168.1.x private address range. This is causing problems with VPN and several other systems.
I’d like to move the range to, 11.0.1.1 - 11.0.7.254 255.255.248.0 subnet
The question is how to do this?
Should I use a router to route between the old and the new network?
16 years 6 months ago #26005
by Elohim
Replied by Elohim on topic Re: Moving to a new IP range.
11.x.x.x is not an RFC 1918 address, not a good idea to use this space.
My company currently has an IP range that starts with 192.168.3.x with a 255.255.252.0 subnet
We need to move the LAN IP range because we’re crossing the 192.168.1.x private address range. This is causing problems with VPN and several other systems.
I’d like to move the range to, 11.0.1.1 - 11.0.7.254 255.255.248.0 subnet
The question is how to do this?
Should I use a router to route between the old and the new network?
16 years 6 months ago #26008
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Moving to a new IP range.
If the 192.168.1.x range is using a 255.255.255.0 subnet mask. Then you could simply use this same mask for your 192.168.3.x range instead of the 255.255.252.0 mask. This way the two subnets are disjoint and you will not cross the 192.168.1.x range.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
16 years 6 months ago #26009
by ikon
Replied by ikon on topic Re: Moving to a new IP range.
Hi
You want to run both IP ranges together i assume?
If you have a layer 3 switch you can most likely create a L3 Vlan to route between the two. If not use a router or Linux machine as a gateway and configure routing.
or
If you have implemented DHCP then you could choose a different IP range like 10.0.0.x 255.255.0.0, depending on how many Hosts Networks you need adjust the subnet accordingly, and allow DHCP to asign the PC's automatially, all you have to do is statically set any servers if thats how you cofig your servers and change Router/Firewall config.
how you do it is up to you, you need to plan first, make sure you have thought of everything!!
To implement from what you said, its sounds like it wont be complicated, unless you have a specific IT policy or IP restrictions internally.
You want to run both IP ranges together i assume?
If you have a layer 3 switch you can most likely create a L3 Vlan to route between the two. If not use a router or Linux machine as a gateway and configure routing.
or
If you have implemented DHCP then you could choose a different IP range like 10.0.0.x 255.255.0.0, depending on how many Hosts Networks you need adjust the subnet accordingly, and allow DHCP to asign the PC's automatially, all you have to do is statically set any servers if thats how you cofig your servers and change Router/Firewall config.
how you do it is up to you, you need to plan first, make sure you have thought of everything!!
To implement from what you said, its sounds like it wont be complicated, unless you have a specific IT policy or IP restrictions internally.
16 years 6 months ago #26012
by illness
Replied by illness on topic Re: Moving to a new IP range.
Let me add some more info here, while we started with a 192.168.3.x with a subnet of 255.255.255.0 we ran out of hosts.
We expanded the range with a 255.255.252.0 giving us 254 x 4 hosts, the range of hosts cover the 192.168.0.1 – 192.168.3.254 block of address.
The problem is, the 192.168.0.1 to 192.168.1.254 block is used by many home routers.
The options, as I see them...
1> Retain the current IP scheme and just open the subnet up for more hosts and exclude the 192.168.0.0 – 192.168.1.254 range.
If one subnets to 255.255.240.0 – This extends the useable range out from 192.168.0.1 – 192.168.15.254.
This makes for 4094 hosts before excluding the first 500+ hosts to avoid the 0.1 to 1.254 problem.
2> Deploy a new IP scheme on a logically different network outside the private address range. Setup multiple routers to handle the bandwidth load of 250 workstations accessing 20 servers, so the migration can be completed in stages.
Perhaps, option 1 is better…?
We expanded the range with a 255.255.252.0 giving us 254 x 4 hosts, the range of hosts cover the 192.168.0.1 – 192.168.3.254 block of address.
The problem is, the 192.168.0.1 to 192.168.1.254 block is used by many home routers.
The options, as I see them...
1> Retain the current IP scheme and just open the subnet up for more hosts and exclude the 192.168.0.0 – 192.168.1.254 range.
If one subnets to 255.255.240.0 – This extends the useable range out from 192.168.0.1 – 192.168.15.254.
This makes for 4094 hosts before excluding the first 500+ hosts to avoid the 0.1 to 1.254 problem.
2> Deploy a new IP scheme on a logically different network outside the private address range. Setup multiple routers to handle the bandwidth load of 250 workstations accessing 20 servers, so the migration can be completed in stages.
Perhaps, option 1 is better…?
16 years 6 months ago #26022
by ikon
Replied by ikon on topic Re: Moving to a new IP range.
so i am clear on this
so you wont be using 192.168.1.0 - 192.168.1.254
your network will start from 192.168.2.0 - 192.168.3.0
works..
but its messy in my opinion.
so you wont be using 192.168.1.0 - 192.168.1.254
your network will start from 192.168.2.0 - 192.168.3.0
works..
but its messy in my opinion.
Time to create page: 0.130 seconds