Sign inSign up

vasylgnatiuk/cidrtools

By vasylgnatiuk

Updated 16 days ago

Network subnet calculator tools written in Flask.

Image
Networking
0

574

vasylgnatiuk/cidrtools repository overview

cidrtools

CIDR Tools is an app to assist in network address planning/design. I wanted to learn the basics of writing a python-based web application and at the same time have a simple tool to use. This application has the following functions:

  • Disector - this takes any IPv4 address in CIDR form and shows details about it
  • Subnet - is used to break up a parent network into subnets based on a new desired prefix length
  • Supernet - is to show what parent networks a subnet belongs to
  • Summary - given a list of hosts and/or networks, produce the summary prefix(s)
  • Splitnet (in progress) - show the prefix summaries after splitting up a prefix

The results are provided in an HTML table, so data is easily cut/paste into a spreadsheet or other forms of documentation.

How to use this image

docker run --name cidrtools -d -p 5000:5000 vasylgnatiuk/cidrtools

Tag summary

Content type

Image

Digest

sha256:61d4b7410

Size

52.7 MB

Last updated

16 days ago

docker pull vasylgnatiuk/cidrtools