I want to make sure that I am going about this the right way. Currently we are using 192.168.0.x with a subnet mask of 255.255.255.0. We randomly test equipment that needs an IP address and therefore needs a large number of DHCP addresses available at any given time.<\/p>\n
I want to expand our IP range and I want to make sure that I have this correct.<\/p>\n
If I choose 192.168.0.1 with a subnet of 255.255.240.0 that should give me addresses all the way through 192.168.15.254, correct?<\/p>\n
I realize that I would have to change the subnet mask on all my static devices in order for everything to work correctly, including my firewall. Is there anything else I am missing?<\/p>\n
I want to reserve 192.168.0.x to servers, switches and printers only for static assignment. Sometimes our engineers need to use a static IP for their workstation when contecting a testing device, and I would arrange for them to use 192.168.1.x.<\/p>\n
So then I would, for example, set 192.168.2.x through 192.168.15.x, for example, as DHCP. My DNS servers (2 Windows servers) would be in the 192.168.0.x range and are both DHCP servers. I could split the scope between the 2 if I wanted.<\/p>\n
One questions I have for this scenario is, do I have to put in a zone in DNS for 192.168.0.x, 192.168.1.x, 192.168.2.x and so on, as well as a reverse or will it just pick this up on it’s own? I would still just have the GW address of 192.168.0.1.<\/p>\n
Is there anything else I need to be aware of? I have seen companies use this many IPs before but I was never involved in the setup, and was never able to see how things were configured.<\/p>\n
Thanks!<\/p>\n
Lucy<\/p>","upvoteCount":12,"answerCount":8,"datePublished":"2019-03-07T17:36:01.000Z","author":{"@type":"Person","name":"spiceuser-ax6og","url":"https://community.spiceworks.com/u/spiceuser-ax6og"},"acceptedAnswer":{"@type":"Answer","text":"
If I choose 192.168.0.1 with a subnet of 255.255.240.0 that should give me addresses all the way through 192.168.15.254, correct?<\/em><\/p>\n Yes, correct.<\/p>\n Is there anything else I am missing?<\/em><\/p>\n No. You can keep your gateway at 192.168.0.1 and use every address from 192.168.0.2 to 192.168.15.254 - including the ones in that range that end in .0.<\/p>\n So then I would, for example, set 192.168.2.x through 192.168.15.x, for example, as DHCP. My DNS servers (2 Windows servers) would be in the 192.168.0.x range and are both DHCP servers. I could split the scope between the 2 if I wanted.<\/em><\/p>\n Yes, absolutely.<\/p>\n One questions I have for this scenario is, do I have to put in a zone in DNS for 192.168.0.x, 192.168.1.x, 192.168.2.x and so on, as well as a reverse or will it just pick this up on it’s own? I would still just have the GW address of 192.168.0.1.<\/em><\/p>\n DNS can hold name records for any IP. It doesn’t care what your IP is. It only cares what your domain is. If you expand the network and re-ip a domain member host, it will re-register in DNS with the new IP.<\/p>","upvoteCount":1,"datePublished":"2019-03-07T19:07:41.000Z","url":"https://community.spiceworks.com/t/expanding-my-ip-range/701135/5","author":{"@type":"Person","name":"Robert5205","url":"https://community.spiceworks.com/u/Robert5205"}},"suggestedAnswer":[{"@type":"Answer","text":" I want to make sure that I am going about this the right way. Currently we are using 192.168.0.x with a subnet mask of 255.255.255.0. We randomly test equipment that needs an IP address and therefore needs a large number of DHCP addresses available at any given time.<\/p>\n I want to expand our IP range and I want to make sure that I have this correct.<\/p>\n If I choose 192.168.0.1 with a subnet of 255.255.240.0 that should give me addresses all the way through 192.168.15.254, correct?<\/p>\n I realize that I would have to change the subnet mask on all my static devices in order for everything to work correctly, including my firewall. Is there anything else I am missing?<\/p>\n I want to reserve 192.168.0.x to servers, switches and printers only for static assignment. Sometimes our engineers need to use a static IP for their workstation when contecting a testing device, and I would arrange for them to use 192.168.1.x.<\/p>\n So then I would, for example, set 192.168.2.x through 192.168.15.x, for example, as DHCP. My DNS servers (2 Windows servers) would be in the 192.168.0.x range and are both DHCP servers. I could split the scope between the 2 if I wanted.<\/p>\n One questions I have for this scenario is, do I have to put in a zone in DNS for 192.168.0.x, 192.168.1.x, 192.168.2.x and so on, as well as a reverse or will it just pick this up on it’s own? I would still just have the GW address of 192.168.0.1.<\/p>\n Is there anything else I need to be aware of? I have seen companies use this many IPs before but I was never involved in the setup, and was never able to see how things were configured.<\/p>\n Thanks!<\/p>\n Lucy<\/p>","upvoteCount":12,"datePublished":"2019-03-07T17:36:01.000Z","url":"https://community.spiceworks.com/t/expanding-my-ip-range/701135/1","author":{"@type":"Person","name":"spiceuser-ax6og","url":"https://community.spiceworks.com/u/spiceuser-ax6og"}},{"@type":"Answer","text":" In order to use that many subnets (16), you’d be moving from a class C to a class B private network. Class B networks usually use 172.16.X.X format.<\/p>\n Another option you could look at would be creating VLANs for each network since you’re wanting to group like devices together anyways. This will give you better security and functionality.<\/p>\n But to answer your question, yes a 255.255.240.0 mask yields 16 subnets for a total of 4094 hosts.<\/p>\n