Link to home
Start Free TrialLog in
Avatar of dmwynne
dmwynneFlag for United States of America

asked on

Change subnet mask to get more addresses

I have a network 192.168.111.0 /24 and I am running out of Dhcp addresses.  I do not want to add another Vlan even though I know that is an option.   I want to change the mask to /22 255.255.252.0 to gain the addresses that way.  My plan is to change the mask on the firewall LAN interface.  Create a new Dhcp scope on the firewall using the new range.  Dhcp devices will need to renew to get a new address.  For the static devices I need to change their mask manually.  My question is will I be able to connect to the static devices remotely when they have the old mask if I've made the change on the firewall already?  I am trying to do this without going to the site and want to verify it will work.  

Old range is 192.168.111.0 - 255

New range 192.168.108.0 - 192.168.111.255
SOLUTION
Avatar of omarfarid
omarfarid
Flag of United Arab Emirates 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
SOLUTION
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
ASKER CERTIFIED SOLUTION
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
Avatar of pergr
pergr

In order to avoid disruption, you need to keep the firewall IP (which is the default gateway in DHCP and for the hosts) within the 192.168.111.x range.
It will work provided that you do not have any node that currently has an IP address in the "new pool" of addresses .
You must:
- keep all existing routing devices DNS, DHCP, WINS etc. with their existing IP addresses, just change their subnet mask
- change subnet mask on the static devices but keep their existing IP addresses and router/DNS settings
- delete the existing dhcp scope and create a new one with the new subnet mask. Remember to exclude the static devices from the pool.

Some resources that will help you:

http://www.subnet-calculator.com/
http://support2.microsoft.com/kb/255999
http://technet.microsoft.com/en-us/library/dd145324%28v=ws.10%29.aspx