Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
SubnetZero wrote: » Personally I take a single /24 and use it for all of my point-to-points, no need to mix and match from the same /24. Is there some reason you're doing it this way? Either way if you want to make this work you can use the /30 after the two /27's to make it contiguous 192.168.1.32/27 for R1's LAN 192.168.1.64/27 for R2's LAN 192.168.1.96/30 for the WAN links So on R1 interface FastEthernet0/0 ip address 192.168.1.33 255.255.255.224 no shut ! interface Serial0/0 ip address 192.168.1.97 255.255.255.252 no shut on R2 interface FastEthernet0/0 ip address 192.168.1.65 255.255.255.224 no shut ! interface Serial0/0 ip address 192.168.1.98 255.255.255.252 no shut Alternatively you could have blocked out your /30's all the way to .95
sentimetal wrote: » The lab instructions said not to use the zero subnet and that subnet 1 was for R1 LAN, subnet 2 was for the WAN link, and subnet 3 was for the the R2 LAN. Would I actually have to keep a /30 mask all the way up to .96 to change to a /27 mask? I can see how .68/27 doesn't make sense, but yeah.
SubnetZero wrote: » It's all binary. I'll point you to a site that explains this well when I get home tonight. That being said there is kind of method when subneting with VLSM. Basically (like my first method) you should order your subnets by capacity in decreasing numbers. for our example I put the two /27's first and the /30 as the last one. That’s the order in which you should assign the addresses ranges. Doing a /27, a /30, and then a /27 is possible but kind of odd so you should always be going from bigger (at the beginging of the range) to smallest towards the end of the range whenever possible HTH
sentimetal wrote: » I hate resorting to binary for my subnetting. : ( I suppose it's good for the overall understanding. It DID work, I think for some reason I gave .64 a /27 subnetmask and didn't catch it while checking last time.
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.