Subnetting/Masking

  • Thread starter Thread starter HelpMePls
  • Start date Start date
H

HelpMePls

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
 
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?

Just tell them the ranges if you aren't going to do "real routing"
(i.e., they are on the same physical or broadcast area.)

But if you want to divide on the so that each gets 254 valid
addresses (4th octet) use this:

10.0.x.0/24 or 255.255.255.0

If you do this they will need EITHER a router to talk with each
other OR static routes on each machine to reflect the 'other' ranges.
 
Back
Top