About this Solution

This solution is designed to help you manage your IP addresses in Azure Virtual Network. It provides a way to view your existing subnets and find a suitable IP range for new subnets based on your required number of IP addresses.

How does this differs from existing Subnet Calculators?

Existing Subnet Calculators are often designed to spit and join subnets based on network address and network size. This requires some basic network split and joining knowledge.

This solution is designed to be more user-friendly and is designed to be used by people who may not have a deep understanding of networking. It is designed for simplicity by just asking the required number of IP addresses for which you want the subnet to be created.

And this solution takes into account the Azure reserved IP addresses. Azure reserves the first four addresses and the last address, for a total of five IP addresses within each subnet.

Limitations

This solution is designed to work with IPv4 addresses only. The smallest supported IPv4 subnet is /29 (8 IP addresses), and the largest is /16 (65536 IP addresses)

Frequently Asked Questions

Issues or suggestions?

If you encounter any issues or have any suggestions, please submit them on our GitHub page.

Submit an Issue

Links