Skip to content

Commit

Permalink
new name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolgit committed Jan 3, 2024
1 parent 3faa79d commit 5611a48
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
A CIDR subnet segmentation tool specialized for Azure, available at https://cidr.duckiesfarm.com
<p align="center"><img src="favicon.png" width=64 height=64 /></p>
<h1 align=center>Azure CIDR designer</h1>

this tool is based on the work of David C A Croft ( http://www.davidc.net/sites/default/subnets/subnets.html )
unofficial visual subnet calculator for Azure virtual networks, available at https://cidr.duckiesfarm.com

Azure holds 5 IP addresses for every subnet. The first and last IP in each subnet is reserved for the network identification and for broadcast, respectively. Azure also holds 3 additional addresses for internal use starting from the first address in the subnet. In Azure subnets are created using classless internet domain routing (**CIDR**) blocks of the address space that was designed for the Virtual Network. As an example, the smallest range you can specify for a subnet is /29, which provides eight IP addresses.

This tool simplifies the job of segmenting an Azure virtual network into subnets by showing the addresses that can actually be used.

Based on the [work of David C A Croft](http://www.davidc.net/sites/default/subnets/subnets.html).
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,15 +486,18 @@
H1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Verdana, sans-serif;
font-size: 32pt;
margin: 0px;
}

H2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Verdana, sans-serif;
margin: 0px;
}

H3 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Verdana, sans-serif;
}
margin: 0px;
}
BODY {
font-family: A'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Verdana, sans-serif;
font-size: 24pt;
Expand All @@ -512,7 +515,7 @@
.copyright {
text-align: right;
font-style: italic;
font-size: 60%;
font-size: 40%;
}

.imagealigned {
Expand Down Expand Up @@ -560,8 +563,8 @@
<tr valign=top>
<td>

<h1><img alt="Azure" class="imagealigned" height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/microsoftazure.svg"/>zure CIDR tool</h1>
<h3>the unofficial Azure Visual Subnet calculator</h3>
<h1><img alt="Azure" class="imagealigned" height="48" width="48" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/microsoftazure.svg"/>&nbsp;&nbsp;Azure CIDR designer</h1>
<h3>unofficial visual subnet calculator for Azure virtual networks</h3>
<hr noshade color="grey" size="2">


Expand Down Expand Up @@ -595,8 +598,7 @@ <h3>the unofficial Azure Visual Subnet calculator</h3>
</form>

<p>
Click below to split and join subnets.<br>
<br/>
Click below to split and join subnets.
If you wish to save this subnetting for later, bookmark <a href="index.html" id="saveLink">this hyperlink</a>.
</p>

Expand Down Expand Up @@ -632,8 +634,7 @@ <h3>the unofficial Azure Visual Subnet calculator</h3>
<br/>

<p class="copyright">
by <a href="https://github.com/nicolgit">NicolGit</a> - version __BUILDNUMBER__ - source code <a href="https://github.com/nicolgit/cidr-tool"><img alt="source on GitHub" class="imagealigned" height="24" width="24" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/github.svg" /></a>
<br/>
<a href="https://github.com/nicolgit">NicolGit</a> - V__BUILDNUMBER__ - source code <a href="https://github.com/nicolgit/cidr-tool"><img alt="source on GitHub" class="imagealigned" height="24" width="24" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/github.svg" /></a>
<br/>built on __BUILDDATE__
</p>
</body>
Expand Down

0 comments on commit 5611a48

Please sign in to comment.