bryanculver / subnet-splitter

A utility to assist in splitting a subnet into smaller subnets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subnet Splitter

A utility to assist in splitting a subnet into smaller subnets.

Currently only supports IPv4, which IPv6 hot on it's tail.

Usage

$> subnet_split "172.16.0.0/24" 30

172.16.0.0  30  172.16.0.0/30
172.16.0.4  30  172.16.0.4/30
172.16.0.8  30  172.16.0.8/30
...

About

A utility to assist in splitting a subnet into smaller subnets.

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%