🔗 https://kolstr.github.io/subnet-calculator/
This is a basic subnetting webtool.
- Calculates the network ID, broadcast address, and host address range for a given IPv4 address and subnet mask.
- Dynamically determines the class of the IPv4 address (A, B, or C).
- Provides a slider to adjust the subnet mask.
- Generates a table of subnets with their network ID, host address range, and broadcast address.
- Enter an IPv4 address in the "IPv4 Address" field.
- Use the slider to adjust the subnet mask bits.
- The tool will automatically calculate and display the following information:
- Net ID
- Broadcast Address
- Number of Host Addresses
- Number of Subnets
- Subnet ID
- IP Class
- Clone the repository
git clone https://github.com/kolle86/subnet-calculator- Navigate into the project directory
cd subnet-calculator- Build docker image
docker build -t subnet-calculator .- Start container
docker compose up -dThe application now runs on http://localhost:5050
This project is licensed under the MIT License.
