Quite new to subnetting just need a little info.<\/p>\n
Advertisement
We currently have 150 devices , 50 workstations ,50 phones, 6 servers and the rest…<\/p>\n
The business is expanding very fast and is likely to see 300-400 devices in the near future.<\/p>\n
The current set up is 192.168.0/24 subnet mask 255.255.255.0, so i’ve got 254 available ips.<\/p>\n
I want to separate it like this,<\/p>\n
servers + networking - 192.168.0.0-255<\/p>\n
peripherals - 192.168.1.0-255<\/p>\n
workstations - 192.168.2.0-255<\/p>\n
phones - 192.168.3.0-255<\/p>\n
Thanks for your help<\/p>","upvoteCount":5,"answerCount":22,"datePublished":"2012-03-21T18:21:44.000Z","author":{"@type":"Person","name":"liamspelman4295","url":"https://community.spiceworks.com/u/liamspelman4295"},"acceptedAnswer":{"@type":"Answer","text":"
I don’t think I would go with 192.168.0.0 /16 (255.255.0.0) because of the previous mention of conflicts with home users. /22 (255.255.250.0) would be more in scope.<\/p>\n
This has been a long thread so I would like to recap a little, I’m not suggesting to not subnet your network, but to do it to solve a specific problem. If you are in a highly regulated industry it is almost a requirement for you to segment your network devices. You seem concerned about the security (isolation) of the dev group. This may be proper justification to subnet them off from the main subnet. Understand that every subnet you create adds a little admin overhead to your duties. From switch port management to routing issues. A flat network is easier to trouble shoot. You can band or group like devices together logically on the same subnet like in your first post. This will make it easier to manage and scan with Spiceworks.<\/p>\n
If you do subnet your dev group from the main network, AND you want multiple dhcp scopes then you will need to physically separate the subnets either with an isolated network infrastructure or with VLANs on your existing network infrastructure. You could potentially accomplish this with dhcp scope filters but it get very messy to manage. You will also need a router with a dhcp-helper service running to forward the dhcp requests from the dev subnet to your main subnet. VLANs are helpful for segmenting your traffic without duplicate hardware.<\/p>\n
For the VoIP traffic I personally keep wavering on to VLAN (isolate) or not to VLAN these devices. You currently are at 50 voip phones (and growing) I think I could make a valid case to put them on a separate subnet (read vlan), or not. It IS easier to setup QoS rules to a whole vlan than create the IP classifier rules…<\/p>\n
My general rules is that if a device offers a service to the network it must have a static ip address. This is not technically required, but is a rule that I (almost) never break.<\/p>\n
I’m sure by now you are totally confused on the subnet since you are a newbie to the whole subnet thing. Do your research before making a final decision. Resubnetting or reassigning IP addresses to a network is a once in a life time experience, don’t repeat if you can.<\/p>","upvoteCount":0,"datePublished":"2012-03-22T05:21:55.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/22","author":{"@type":"Person","name":"george1421","url":"https://community.spiceworks.com/u/george1421"}},"suggestedAnswer":[{"@type":"Answer","text":"
Hi,<\/p>\n
Quite new to subnetting just need a little info.<\/p>\n
We currently have 150 devices , 50 workstations ,50 phones, 6 servers and the rest…<\/p>\n
The business is expanding very fast and is likely to see 300-400 devices in the near future.<\/p>\n
The current set up is 192.168.0/24 subnet mask 255.255.255.0, so i’ve got 254 available ips.<\/p>\n
I want to separate it like this,<\/p>\n
servers + networking - 192.168.0.0-255<\/p>\n
peripherals - 192.168.1.0-255<\/p>\n
workstations - 192.168.2.0-255<\/p>\n
phones - 192.168.3.0-255<\/p>\n
Thanks for your help<\/p>","upvoteCount":5,"datePublished":"2012-03-21T18:21:44.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/1","author":{"@type":"Person","name":"liamspelman4295","url":"https://community.spiceworks.com/u/liamspelman4295"}},{"@type":"Answer","text":"
Your projected number of devices put you on the edge of where subnetting would be a benefit to you. You can do this but you are adding complexity to your environment with little benefit right now. You could just as easily change the subnet mask to /22 to gain additional address space with only a little time involved.<\/p>\n
If you are really set on implementing subnetting, I might first suggest that you move away from the default subnet range of 192.168.0.x, this is a common range for home networks. If one day you have people connecting via VPN it will cause a conflict. I might suggest that you start at 192.168.54.X or something less common. Also I would suggest that you NOT pack or stack your subnets so close. Make your first subnet at 192.168.54.x, the second at 192.168.58.x and so on this will leave room for expansion by just changing your subnet mask for the range.<\/p>","upvoteCount":0,"datePublished":"2012-03-21T18:26:35.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/2","author":{"@type":"Person","name":"george1421","url":"https://community.spiceworks.com/u/george1421"}},{"@type":"Answer","text":"
Ok, I just think to compartmentalize all devices would be a lot easier to manage, I’d rather do the complicated stuff whilst were small?<\/p>\n
I want to separate our dev team from our sales guys as well, so id put them on different sub nets, just not sure what hardware/config is involved?<\/p>\n
How can all my subnets talk to my server subnet?<\/p>","upvoteCount":0,"datePublished":"2012-03-21T18:30:29.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/3","author":{"@type":"Person","name":"liamspelman4295","url":"https://community.spiceworks.com/u/liamspelman4295"}},{"@type":"Answer","text":"
continuing…<\/p>\n
Subnetting requires a router to pass the traffic between the subnets. You can use a traditional router like a cisco or a layer 3 switch to do the routing, or you could use one of the “router on a stick” software routers like pfSense, Zeroshell, Untangle, m0n0wall, etc and a desktop PC with multiple nic cards. You will also need to setup additional scopes in your DHCP server to service these additional subnets. On your router you will also need to configure the dhcp-helper agent to forward the dhcp requests from the other subnets to your main dhcp server. As for your network design you need to decide if you need data isolation. If this is the case then you will need to use VLANs to isolate the network traffic. If isolation isn’t necessary you can then just run in a multinetted design (all subnets running on the same physical network segment).<\/p>\n
If you really want to do this you can, but for now it is much easier to just change your subnet mask. When you get around 800-1000 hosts then consider subnetting. Just be aware subnetting (as with VLANs) is for segregation not performance.<\/p>\n
As a counter point here, if you are in a highly regulated industry typically the regulations require data isolation between users, servers, and infrastructure. if this is the case then subnetting with VLANs is the preferred path.<\/p>","upvoteCount":1,"datePublished":"2012-03-21T18:37:15.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/4","author":{"@type":"Person","name":"george1421","url":"https://community.spiceworks.com/u/george1421"}},{"@type":"Answer","text":"
Subnetting is always good practice to seperate devices for security.<\/p>\n
In your case I would chose an 10.x.x.x or 172.16-32.x.x. address space, because that will provide the scalability you seem to need in the near future. Dont use subnet mask /22 on a class C network (192.168.x.x), because some hosts like printers, peripherals and older computers cant handle this. I also suggest to assign the servers and network management to separate subnets for security purposes.<\/p>","upvoteCount":0,"datePublished":"2012-03-21T18:38:53.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/5","author":{"@type":"Person","name":"louisbos","url":"https://community.spiceworks.com/u/louisbos"}},{"@type":"Answer","text":"
liamspelman wrote:<\/p>\n
\n
How can all my subnets talk to my server subnet?<\/p>\n<\/blockquote>\n
Sorry it is late here and my fingers are not behaving right now, so I’m typing slow.<\/p>","upvoteCount":0,"datePublished":"2012-03-21T18:38:54.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/6","author":{"@type":"Person","name":"george1421","url":"https://community.spiceworks.com/u/george1421"}},{"@type":"Answer","text":"
Subnetting (for a valid reason) is always good practice. Implementing it because it sounds good is not. There are administrative overhead with every additional subnet you create.<\/p>\n
SpicyLabrat wrote:<\/p>\n
\n
Dont use subnet mask /22 on a class C network (192.168.x.x), because some hosts like printers, peripherals and older computers cant handle this.<\/p>\n<\/blockquote>\n
FWIW: Classes less networking (Class A, B, C, D) as been a standard for the last 10 years. There is really not Class C networks any more. The actual IP range you select is up to you, as long as it is from the private groups (10.X.X.X, 172.16-32.X.X, 192.168.X.X)<\/p>","upvoteCount":1,"datePublished":"2012-03-21T18:41:16.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/7","author":{"@type":"Person","name":"george1421","url":"https://community.spiceworks.com/u/george1421"}},{"@type":"Answer","text":"
Thanks, I already use a pfsense box as the main router. I will definately go with subnetting then, do I need a seperate router per subnet then?<\/p>","upvoteCount":0,"datePublished":"2012-03-21T18:43:18.000Z","url":"https://community.spiceworks.com/t/need-some-information-on-subnetting-newbie/133535/8","author":{"@type":"Person","name":"liamspelman4295","url":"https://community.spiceworks.com/u/liamspelman4295"}},{"@type":"Answer","text":"