1

I would like to know how I could divide a Netmask like 255.255.255.192 in 8 parts.

Would it be something like this:

255.255.255.192 255.255.255.128 255.255.255.0

I'm really confused.

  • I'm confused, I have a network and its mask is 255.255.255.192 and I want to split this network in 8 parts. So the mask would still be 255.255.255.192, because I'm dividing the network, – John Liotta May 04 '20 at 20:21
  • 8 equal parts means you need to shorten the network mask by 3 bits. Have you read the linked Q&A? It'll remove a lot of your confusion. – Zac67 May 04 '20 at 20:44
  • I got it, so it becomes a /29 255.255.255.248. Thank you – John Liotta May 04 '20 at 22:11

0 Answers0