This script takes an IP address in CIDR format (192.168.33.55/24) and will return the Subnet ID, First Host IP Address, Last Host IP Address, and the Broadcast Address. It does […]
Read moreMonth: March 2022
Converting to CIDR address
This script takes a standard IP address/Subnet Mask input in dotted decimal notation and returns the equivalent CIDR address. So, 192.168.25.33 255.255.255.0 returns 192.168.25.33/24. It validates input and verifies the […]
Read moreConverting 32 bit binary number to an IP address
This script will convert a 32-bit number into an IP address. This script is usually used by other TCP/IP scripts, not necessarily directly.
Read moreScript for CMTrace compatible logging
This is a repost of my script for creating cmtrace compatible log entries. I know there are several out there, but this is mine, and I like it! So here […]
Read moreForced Reset!
Seems my hosting provider “upgraded” my services, and they do seem to be better, but I lost all my content, so I’m starting over! Fortunately, I did keep most of […]
Read more