Documentation

Complete guide to using the NetConfig Subnet Calculator - the world's first all-in-one subnetting solution

Getting Started

Welcome to NetConfig, the world's first all-in-one subnet calculator! This documentation will guide you through all features and capabilities of our tool.

What is NetConfig?

NetConfig is a comprehensive subnet calculator that allows you to perform all subnetting calculations in one place, from basic subnet division to advanced VLSM and supernetting operations.

System Requirements

  • Modern web browser (Chrome, Firefox, Safari, Edge)
  • JavaScript enabled
  • Internet connection (for loading the tool)

Quick Start

To get started with NetConfig:

  1. Open the calculator in your web browser
  2. Enter an IP address in the "IP Address" field
  3. Enter a subnet mask or use the CIDR slider
  4. Click "Calculate" to see results

Basic Usage

The NetConfig calculator is designed to be intuitive and easy to use. Here's how to perform basic subnet calculations:

Simple Network Calculation

  1. Enter an IP address (e.g., 192.168.1.1)
  2. Enter a subnet mask (e.g., 255.255.255.0) or use the CIDR slider
  3. The calculator will automatically display network information

Example

IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Result: Network 192.168.1.0/24 with 254 usable hosts

Using the CIDR Slider

The CIDR slider provides a visual way to select subnet sizes:

  • Drag the slider to change the CIDR value
  • The subnet mask updates automatically
  • Results update in real-time as you adjust the slider

Pro Tip

For quick calculations, you can just adjust the CIDR slider and see the results instantly without clicking "Calculate".

Input Fields Explained

NetConfig provides several input fields to accommodate different subnetting scenarios:

IP Address

Enter any valid IPv4 address in dotted-decimal format (e.g., 192.168.1.1). This serves as the reference point for calculations.

Subnet Mask

Enter a subnet mask in dotted-decimal format (e.g., 255.255.255.0). This field automatically updates when you use the CIDR slider.

CIDR Slider

A visual slider to select the CIDR notation (0-32). Moving this slider automatically updates the subnet mask field and recalculates results.

Quantity

Specify the number of subnets you want to create when performing equal-sized subnetting (1-1024).

Hosts per Subnet

Enter the number of hosts needed per subnet. This field supports:

  • Single value for fixed-length subnetting (e.g., 50)
  • Comma-separated values for VLSM (e.g., 100,50,25)

Supernetting Input

Enter multiple networks (one per line) in CIDR notation for route summarization calculations.

192.168.0.0/24 192.168.1.0/24 192.168.2.0/24 192.168.3.0/24

Understanding Results

NetConfig provides comprehensive results for all subnetting calculations. Here's what each result means:

Network

The base network address in CIDR notation (e.g., 192.168.1.0/24). This is the starting address of the subnet.

Start IP

The first usable IP address in the subnet (typically network address + 1).

End IP

The last usable IP address in the subnet (typically broadcast address - 1).

Broadcast

The broadcast address for the subnet (all host bits set to 1). Note: /31 networks don't have a broadcast address.

Hosts

The number of usable host IP addresses in the subnet.

Netmask

The subnet mask in dotted-decimal format (e.g., 255.255.255.0).

Wildcard

The wildcard mask (inverse of subnet mask), used in ACLs and routing protocols.

Special Cases

NetConfig handles special cases like /31 (point-to-point links) and /32 (single host) networks according to RFC 3021 standards.

Advanced Features

NetConfig includes powerful advanced features for complex networking scenarios:

Equal-Sized Subnetting

Divide a network into multiple equal-sized subnets by specifying the quantity of subnets needed.

Fixed-Length Subnetting

Create subnets based on the number of hosts needed per subnet, with all subnets having the same size.

VLSM

Variable Length Subnet Masking allows you to create subnets of different sizes to efficiently use IP space.

Supernetting

Combine multiple networks into a single summary route for efficient routing table management.

When to Use Advanced Features

  • Equal-Sized Subnetting: When you need to divide a network into subnets of equal size
  • Fixed-Length: When each subnet requires the same number of hosts
  • VLSM: When different subnets need different numbers of hosts (most efficient IP usage)
  • Supernetting: When you want to summarize multiple routes in routing tables

VLSM Subnetting

Variable Length Subnet Masking (VLSM) allows you to create subnets of different sizes within the same network, maximizing IP address utilization.

How to Use VLSM

  1. Enter the base network IP address and subnet mask
  2. In the "Hosts per Subnet" field, enter comma-separated values representing the number of hosts needed for each subnet
  3. Click "Calculate" to see the VLSM results

VLSM Example

Base Network: 192.168.1.0/24
Hosts per Subnet: 100,50,25
Result: Three subnets with sizes /25, /26, and /27 respectively

VLSM Best Practices

  • Sort requirements from largest to smallest for optimal allocation
  • Leave room for future growth when planning subnets
  • Document your VLSM scheme for network management
  • Consider using hierarchical addressing for easier management

Pro Tip

NetConfig automatically sorts host requirements from largest to smallest for optimal VLSM allocation.

Supernetting

Supernetting (or route summarization) combines multiple contiguous networks into a single summary route, reducing routing table size.

How to Use Supernetting

  1. In the "Supernetting" textarea, enter the networks you want to summarize (one per line in CIDR format)
  2. Click "Calculate" to see the summary route and individual networks

Supernetting Example

Input Networks:
192.168.0.0/24
192.168.1.0/24
192.168.2.0/24
192.168.3.0/24
Summary Route: 192.168.0.0/22

Supernetting Requirements

  • Networks must be contiguous (no gaps between them)
  • Networks must align on power-of-two boundaries
  • The number of networks must be a power of two (2, 4, 8, 16, etc.)

Important Note

Not all sets of networks can be summarized into a single route. NetConfig will show an error if the networks cannot be properly summarized.

Practical Examples

Here are some real-world examples of how to use NetConfig for common networking scenarios:

Example 1: Small Office Network

Scenario: You have the network 192.168.1.0/24 and need to create subnets for:

  • 50 hosts for workstations
  • 25 hosts for servers
  • 10 hosts for guest WiFi

Solution using VLSM:

  1. Enter IP: 192.168.1.1, Subnet Mask: 255.255.255.0
  2. In "Hosts per Subnet" field: 50,25,10
  3. Click "Calculate"
  4. Result: Three subnets with sizes /26, /27, and /28

Example 2: Enterprise Network

Scenario: You need to divide 10.0.0.0/8 into 1000 equal-sized subnets.

Solution:

  1. Enter IP: 10.0.0.1, Subnet Mask: 255.0.0.0
  2. Set Quantity to 1000
  3. Click "Calculate"
  4. Result: 1000 subnets of size /22 (1022 hosts each)

Example 3: Route Summarization

Scenario: You have multiple branch office networks and want to summarize them for the core router.

Solution:

  1. In Supernetting field, enter all branch networks (one per line)
  2. Click "Calculate"
  3. Use the summary route in your core router configuration

Troubleshooting

Here are solutions to common issues you might encounter while using NetConfig:

Common Issues and Solutions

Results Not Displaying

  • Ensure JavaScript is enabled in your browser
  • Check that you've entered a valid IP address
  • Verify that the subnet mask is valid
  • Try refreshing the page

"Invalid IP Address" Error

  • IP address must have exactly four octets (e.g., 192.168.1.1)
  • Each octet must be between 0 and 255
  • No letters or special characters except dots

"Cannot Create Subnets" Error

  • The requested subnet size exceeds available address space
  • Try reducing the number of subnets or hosts per subnet
  • Check if you have enough IP addresses in the base network

Supernetting Errors

  • Ensure networks are contiguous (no gaps)
  • Verify networks align on power-of-two boundaries
  • Check that the number of networks is a power of two

Browser Compatibility

NetConfig works best on modern browsers. If you experience issues, try updating your browser or switching to Chrome, Firefox, Safari, or Edge.

Frequently Asked Questions

General Questions

What makes NetConfig different from other subnet calculators?

NetConfig is the world's first all-in-one subnet calculator that combines basic subnetting, VLSM, and supernetting in a single, intuitive interface. Unlike other tools that focus on just one aspect of subnetting, NetConfig provides a comprehensive solution for all subnetting needs.

Is NetConfig free to use?

Yes, NetConfig is completely free to use with no hidden costs or premium features. We believe in making powerful networking tools accessible to everyone.

Do I need to create an account to use NetConfig?

No account creation is required. NetConfig is a web-based tool that you can use immediately without registration.

Technical Questions

Does NetConfig support IPv6?

Currently, NetConfig focuses on IPv4 subnetting, which is still the most widely used protocol. We may add IPv6 support in future versions based on user demand.

How accurate are the calculations?

NetConfig uses standard networking algorithms and follows RFC standards for subnet calculations. While we strive for 100% accuracy, we recommend verifying critical calculations through multiple methods before implementation.

Can I use NetConfig offline?

NetConfig requires an internet connection to load initially. Once loaded, some functionality may work offline, but we recommend using it with an active connection for the best experience.

Usage Questions

What's the difference between VLSM and fixed-length subnetting?

Fixed-length subnetting creates subnets of equal size, while VLSM allows subnets of different sizes. VLSM is more efficient for networks with varying host requirements but requires more planning.

When should I use supernetting?

Use supernetting when you want to reduce the size of routing tables by summarizing multiple contiguous networks into a single route. This is particularly useful in large networks with many subnets.

How do I choose between /31 and /30 for point-to-point links?

/31 networks (according to RFC 3021) provide 2 usable addresses with no broadcast address, ideal for point-to-point links. /30 networks provide 2 usable addresses plus network and broadcast addresses. /31 is more efficient for modern networks.

What is the maximum number of subnets NetConfig can handle?

NetConfig can handle up to 1024 subnets in a single calculation. For larger networks, you may need to perform multiple calculations or use supernetting to summarize routes.

Still Have Questions?

If you have additional questions not covered here, please don't hesitate to contact us. We're always happy to help users make the most of NetConfig!