cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
0
Helpful
1
Replies

subnet issue

dear all, i got an an ip address 10.73.0.0 there is no specific subnet mask given, now for my h.o i need to get 256 diff subnetworks, and each subnet should be able to take 254 hosts. and i've 20 diff remote locations also.

so i want to utilise subnets from this 10.73.0.0 in these 20 location's, in one location there will be 3 vlans and hosts should be 128 no's. so for 20 locations say 20*3 = 60 subnets.

how can i achieve that thru subnetting.

i will rate all the posts.

1 Reply 1

scottmac
Level 10
Level 10

Well, the "Cheap & Easy" way would be to apply a 24 bit mask to your address (255.255.255.0)

That would give you 254 subnets (obviously more than you've asked for), but each subnet would give you 254 hosts.

SO, for location one, you'd use 10.73.1.0, 10.72.2.0, and 10.73.3.0 ... location two would use 10.73.{4,5,6}, location three would use 10.73.{7,8,9} and so on.

Remember, you'll need at least one block of addresses to subnet for your WAN connection, some "utility" subnets in the data center, perhaps some for wireless, perhaps some for VPNs .... it's better to plan for future growth and have some "spare" subnets & addresses at your disposal.

Good Luck

Scott