We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the utility only generates a single subnet, even though we have enough information to create multiple subnets.
example:
for the 192.168.100.0 network with the subnet mask 255.255.255.192
Network from to Broadcast Address 192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63 192.168.100.64 192.168.100.65 192.168.100.126 192.168.100.127 192.168.100.128 192.168.100.129 192.168.100.190 192.168.100.191 192.168.100.192 192.168.100.193 192.168.100.254 192.168.100.255
actual result: Network from to Broadcast Address 192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the utility only generates a single subnet, even though we have enough information to create multiple subnets.
example:
for the 192.168.100.0 network with the subnet mask 255.255.255.192
Network from to Broadcast Address
192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63
192.168.100.64 192.168.100.65 192.168.100.126 192.168.100.127
192.168.100.128 192.168.100.129 192.168.100.190 192.168.100.191
192.168.100.192 192.168.100.193 192.168.100.254 192.168.100.255
actual result:
Network from to Broadcast Address
192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63
The text was updated successfully, but these errors were encountered: