Link to home
Start Free TrialLog in
Avatar of JerseyGiant
JerseyGiantFlag for United States of America

asked on

DHCP - expand network IP addresss

Hi
I currently have a network that is running out of resources. I would like to expand it with creating a new subnet. Where is this done in DHCP section ?
Avatar of Member_2_6492660_1
Member_2_6492660_1
Flag of United States of America image

In the scope properties

set the start ip address and end ip address

change the subnet mask

What is your original subnet ?
Avatar of JerseyGiant

ASKER

192.168.156.x/24
I went in there and saw where to do that but the subnet mask is greayed out
Yes that is correct you can not change after your create the scope.

Create a new scope

with a mask bit of 22   this will give you 1022 addresses

You might want to use 10.1.8.1/22
ok. why use a class a?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_6492660_1
Member_2_6492660_1
Flag of United States of America 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
I currently have 192.168.156.x/24.. so I should be ok if I user 192.168.156.x/22 right? and I anm not using .157 anywhere.
You can use that but I would look at this first.

http://serverfault.com/questions/591104/i-need-more-ip-addresses-can-i-change-my-mask-from-192-168-x-0-24-to-16-why-n

This is a subnet online calculator and your 192.168.156.0/22 is really not valid  take a look.
http://www.subnet-calculator.com/subnet.php?net_class=B

I know changing ip address is a problem with all the static addresses etc.

But if you need more addresses I would suggest a valid address

We use cidr now not classes
thank you