• 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.

IP address subnet determination

MulliGan81

Junior Member
Having an arbitrary public IP address is there a way to determine the subnet it belongs to whithout knowing the net-mask?
 
You can't derive a specific net-mask with just the IP address. This IP could be a valid address in any number of sub-nets and could therefore have a number of net-masks. In addition, depending on the situation, a net-mask isn't necessarily static per address (i.e. more than one net-mask can be utilized for one address depending on the scenario and requirements).
 
Search it on ARIN/RIPE/APNIC/whatever your local RIR is and it'll tell you which allocated block the IP is in.

Use a route server to see the actual advertised block it's part of.

That's the best you can do.
 
Back
Top