• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Subnetting, confused.

ViperXX

Platinum Member
I'm learning how to subnet without a subnet calculator and I'm confused about the subnets part.

10.1.0.0/30
/30 =255.255.255.252
64 subnets
2 hosts
So network is 10.1.0.0
Broadcast is 10.1.0.3
Usable addresses 10.1.0.1, 10.1.0.2

So what about the other 63 subnets?
 
keep counting up.

network 10.1.0.0
ip 10.1.0.1|2
broadcast 10.1.0.3
network 10.1.0.4
ip 10.1.0.5|6
broadcast 10.1.0.7

etc.

/30 creates 64 subnets out of a "standard" /24 subnet. (.0-.255 in the fourth octet.)
 
Back
Top