Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created August 21, 2023 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/5207f013a2e7196356f8d81762dab53a to your computer and use it in GitHub Desktop.
Save johnlokerse/5207f013a2e7196356f8d81762dab53a to your computer and use it in GitHub Desktop.
Subnetting blog
"outParseCidrInformation": {
"type": "Object",
"value": {
"broadcast": "192.168.1.255",
"cidr": 24,
"firstUsable": "192.168.1.1",
"lastUsable": "192.168.1.254",
"netmask": "255.255.255.0",
"network": "192.168.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment