Subnetting

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

For the life of me, I can't remember how to do this...

I need to create a development network with an IP range that will allow me
to assign each developer their own IP range (Developer 1 - 10.0.1.1 -
10.0.1.254, Developer 2 10.0.2.1 - 10.0.2.254 and so forth through
10.0.255.1 -10.0.255.254). To achieve this, whithout "real-routing" taking
place, what subnet would I need to impliment? Would using the 10.0.0.0 -
10.255.255.255 keep everything internal?

Thanks,

Sean
 
If you gave a mask of 255.255.0.0, then the network would be 10.0.X.X.

That you are doing is just giving each developer a range of IPs on the
single network ( you have to route in order to cross subnets ).
 
Back
Top