0

Physical Network: 11.11.10.0(mask:255.255.248)

Subnet A 1 :11.11.10.0 IP A: 11.11.10.4 (mask:255.255.248 and 6 hosts)

Subnet B 2 :11.11.10.8 IP B: 11.11.10.11(mask:255.255.248 and 6 hosts)

Hi networking experts! I am trying to achieve something with subnetting and subnet masking. The goal is to bring both IP A and IP B in the same subnet. Is it possible by any means to do so via a new subnet mask??

I am really new to networking and I am having a hard time figuring it out!

1 Answers1

2

if you don't want to touch ip addressing scheme and just change subnet mask then you can change mask from 255.255.255.248 to 255.255.255.240 then both hosts will be in the same subnet which have range from 11.11.10.0 to 11.11.10.15.

kubn2
  • 473
  • 2
  • 8